Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Issue with glxinfo  (Read 1659 times)

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
Issue with glxinfo
« on: 2022/07/31, 16:45:05 »
Hi
I came recently to a issue with glxinfo which I can't solve. When ever I run glxinfo or glxgears I get:
Code: [Select]
glxinfo
name of display: :0
glxinfo: ../nptl/pthread_mutex_lock.c:424: __pthread_mutex_lock_full: Assertion `e != ESRCH || !robust' failed.
Abgebrochen

I run
Code: [Select]
System:
  Host: box Kernel: 5.18.0-rt11 arch: x86_64 bits: 64 compiler: gcc v: 12.1.0
    Desktop: Cinnamon v: 5.2.7 Distro: siduction 18.3.0 Patience - cinnamon -
    (201805132102) base: Debian GNU/Linux bookworm/sid
Machine:
  Type: Desktop System: Dell product: Inspiron 3668 v: N/A
    serial: <superuser required>
  Mobo: Dell model: 07KY25 v: A00 serial: <superuser required> UEFI: Dell
    v: 1.4.0 date: 07/19/2017
CPU:
  Info: quad core model: Intel Core i5-7400 bits: 64 type: MCP
    arch: Kaby Lake rev: 9 cache: L1: 256 KiB L2: 1024 KiB L3: 6 MiB
  Speed (MHz): avg: 3300 min/max: 800/3001 boost: enabled cores: 1: 3300
    2: 3300 3: 3300 4: 3300 bogomips: 24000
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel HD Graphics 630 vendor: Dell driver: i915 v: kernel
    arch: Gen-9.5 bus-ID: 00:02.0
  Device-2: NVIDIA GP108 [GeForce GT 1030] vendor: Dell driver: nvidia
    v: 470.129.06 arch: Pascal bus-ID: 01:00.0
  Display: x11 server: X.Org v: 1.21.1.4 with: Xwayland v: 22.1.3 driver:
    X: loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa gpu: i915,nvidia
    resolution: 1920x1080~60Hz
  Message: No GL data found on this system.
I wonder if that issue is special to my system setup or a general issue at time.
Anyone noticed that, or even have no problems with it?
System is fresh updated.

Offline Mister00X

  • User
  • Posts: 198
Re: Issue with glxinfo
« Reply #1 on: 2022/07/31, 19:09:37 »
It fails on my machine too, which is interesting because it worked for me 2 days ago (that was on my main machine though).

I am going to try it on my main machine too once I am back there.
Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say. – Edward Snowden

Offline Mister00X

  • User
  • Posts: 198
Re: Issue with glxinfo
« Reply #2 on: 2022/07/31, 19:18:41 »
After looking at the dependencies of mesa-utils-bin I think that maybe we are both affected by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016363

Especially the comment https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1016363#15 which also concerns pthreads in its error message made me think this. (I could be completely wrong though.)
Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say. – Edward Snowden

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
Re: Issue with glxinfo
« Reply #3 on: 2022/07/31, 21:30:06 »
Yes, nice found, that's it.  :)
I rebuild libx11 with the --disable-thread-safety-constructor flag and now, glxinfo / glxgears works again as expected.
Thanks for the hint.

Offline brummer

  • User
  • Posts: 276
    • http://guitarix.sourceforge.net/
Re: Issue with glxinfo
« Reply #4 on: 2022/08/04, 16:59:05 »