Freya Gentz
Freya Gentz
Can you do the following `export LD_PRELOAD=/usr/lib64/libEGL.so ; glxinfo && eglinfo && glinfo`?
Do you still experience this issue with nouveau?
That's unfortunate. I was hoping this issue would also take place on Nouveau, so that we could rebuild mesa with debug symbols and look into why it was seg faulting....
Other question: do other programs that use EGL also fail, or is this a glutin only thing?
The trace file should not be empty. Just upload it when you make one successfully. Make sure the glutin examples are not panicing.
Backtrace in gdb? The SEGV and sequence lost errors are I suspect for different reasons.
I think you should be able to do the following: ``` set detach-on-fork off info inferiors inferiors ```
cc @murarth
@est31 Can you reproduce the segvs with the mesa patch here: https://github.com/rust-windowing/glutin/issues/1034#issuecomment-476002157 ? EDIT: It should fix the sequence lost errors, and the unknown sequence errors, but no clue about...
Afaik, no.