Open aeldemery opened 4 years ago
switching to closed source nvidia drivers and X11 didn't help. It is still crashes with a different message and backtrace
Gdk-Message: 10:14:52.047: org.hasi.shady: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Core was generated by `shady'.
Program terminated with signal SIGABRT, Aborted.
#0 0x00007f44b9e22615 in raise () from /usr/lib/libc.so.6
[Current thread is 1 (Thread 0x7f44b6e62980 (LWP 12698))]
(gdb) bt -full
#0 0x00007f44b9e22615 in raise () at /usr/lib/libc.so.6
#1 0x00007f44b9e0b862 in abort () at /usr/lib/libc.so.6
#2 0x00007f44b9e0b747 in _nl_load_domain.cold () at /usr/lib/libc.so.6
#3 0x00007f44b9e1abf6 in () at /usr/lib/libc.so.6
#4 0x00007f44b9849c49 in () at /usr/lib/libX11.so.6
#5 0x00007f44b9849cee in () at /usr/lib/libX11.so.6
#6 0x00007f44b9849fe2 in _XEventsQueued () at /usr/lib/libX11.so.6
#7 0x00007f44b983b992 in XPending () at /usr/lib/libX11.so.6
#8 0x00007f44bb2eaae0 in () at /usr/lib/libgdk-3.so.0
#9 0x00007f44bbb54790 in g_main_context_prepare () at /usr/lib/libglib-2.0.so.0
#10 0x00007f44bbba60a6 in () at /usr/lib/libglib-2.0.so.0
#11 0x00007f44bbb53421 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#12 0x00007f44bb149d1e in g_application_run () at /usr/lib/libgio-2.0.so.0
#13 0x000056356cabf457 in _vala_main (args=0x7ffe8ff20c58, args_length1=1) at ../src/main.vala:29
app = 0x56356e9bb1d0
_tmp0_ = 0x56356e9bb1d0
result = 0
#14 0x000056356cabf49a in main (argc=1, argv=0x7ffe8ff20c58) at ../src/main.vala:22
Thanks for testing! Indeed we mostly test on Intel gpus with mesa driver, so this is most likely connected to some difference with nvidia gpus.
Can you please provide the driver version and gpu you have tested with? Do you always get the same backtraces or does it change from time to time?
I also tested on AMD with mesa, but not NVIDIA yet. It might well be that it's just an OpenGL extension missing or something like that, because i'm not doing any OpenGL error handling yet and i'm not even querying which extensions are supported.
Thank you for taking the time to solve this issue. As soon as I get a chance in the coming days I would report back the details of my test setup. Thank you.
I did a quick test on a PC with NVIDIA card and mesa driver and could reproduce this crash. I will try to debug this once i have the time for it.
I've compiled
shady
form source. After running it and searching for any term, the program crashes. Here is the backtraceI've NVIDIA card with open source driver.