Specs
Intel I7 desktop machine with 16GB RAM
Nvidia Quadro K600 - 1GB RAM with 2 monitors attached
Red Hat Enterprise Linux Workstation release 7.6 (Maipo)
X.Org X Server 1.20.1
±----------------------------------------------------------------------------+
| NVIDIA-SMI 430.26 Driver Version: 430.26 CUDA Version: 10.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro K600 Off | 00000000:01:00.0 On | N/A |
| 29% 59C P8 N/A / N/A | 746MiB / 981MiB | 1% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 6262 G /usr/bin/X 654MiB |
| 0 8312 G kwin 84MiB |
| 0 22618 G /home/path/to/internalappname 3MiB |
±----------------------------------------------------------------------------+
Problem
On doing a File->Exit on an internally developed openGL application, the X server crashes with a SEGV and generates a backtrace (via abrtd) thus:
0: /usr/bin/X (xorg_backtrace+0x55) [0x5650170200f5]
1: /usr/bin/X (0x565016e6f000+0x1b4d79) [0x565017023d79]
2: /lib64/libpthread.so.0 (0x7f32008cf000+0xf5d0) [0x7f32008de5d0]
3: /usr/lib64/xorg/modules/drivers/nvidia_drv.so (0x7f31fc3d5000+0xf0049) [0x7f31fc4c5049]
4: /usr/lib64/xorg/modules/drivers/nvidia_drv.so (0x7f31fc3d5000+0xd8292) [0x7f31fc4ad292]
5: /usr/lib64/xorg/modules/drivers/nvidia_drv.so (0x7f31fc3d5000+0x4cfaba) [0x7f31fc8a4aba]
(nvidia-bug-report.log.gz file attached). Note that for the purposes to catching the debug, I ran “startx – -logverbose 6” which resulted in it being on :1, and hence Xorg.1.log is the file to look at in the attached file, not Xorg.0.log.
I also tried running the Xserver with beg symbols, but all it gave me was this:
Program received signal SIGSEGV, Segmentation fault.
0x00007f70b1c67049 in ?? () from /usr/lib64/xorg/modules/drivers/nvidia_drv.so
(gdb) backtrace
#0 0x00007f70b1c67049 in ?? () from /usr/lib64/xorg/modules/drivers/nvidia_drv.so
#1 0x00007f70b1c4f292 in ?? () from /usr/lib64/xorg/modules/drivers/nvidia_drv.so
#2 0x00007f70b2046aba in ?? () from /usr/lib64/xorg/modules/drivers/nvidia_drv.so
#3 0x0000000010000040 in ?? ()
#4 0x000055c15e0a17b0 in ?? ()
#5 0x0000000000000008 in ?? ()
#6 0x0000000000000001 in ?? ()
#7 0x000055c15e0e3a80 in ?? ()
#8 0x0000000000000001 in ?? ()
#9 0x00007f70b173a040 in ?? () from /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
#10 0x00007f70b11f9139 in ?? () from /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
#11 0x000055c15d126a30 in ?? ()
#12 0x000055c15e0a0890 in ?? ()
#13 0x0000000000000000 in ?? ()
This is reproducable on exiting at the least frequently 1 in 10 times. At most frequently 1 in 3 times.
I have tried nvidia drivers 390, 415, and as above 430. I have also tried in on a machine with a
Quadro M2000 (4GB card) with the same result.
nvidia-bug-report.log.gz (1.15 MB)