Alright I tried compiling SDL2-2.0.3 stable From here
https://www.libsdl.org/download-2.0.php
and in Build 4.0-5935 I got this backtrace on start-up crash
Thread 1 (Thread 0x7ffff7fb0c00 (LWP 31198)):
#0 0x00007ffff5915216 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff62aab1c in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#2 0x00007ffff6233207 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#3 0x0000000000b09bab in ?? ()
#4 0x0000000000b09ff3 in ?? ()
#5 0x0000000000b000a4 in ?? ()
#6 0x00000000005c26d8 in ?? ()
#7 0x00000000004e5485 in ?? ()
#8 0x00000000004e63f3 in ?? ()
#9 0x000000000053daaa in ?? ()
#10 0x00000000007b3a95 in ?? ()
#11 0x0000000000447348 in ?? ()
#12 0x00007ffff57f6ec5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#13 0x000000000046eeef in _start ()
Here's the backtrace from your PR
http://pastebin.com/S2CaruFZ
Which happens when attempting to configure controllers
I'm about at wits end, not sure what other SDL builds to try.
Edit: I have made progress, I'm going to retry 2.0.3 in the hopes its more stable than 2.0.4 and hope thats what's causing my crashes, but my crashes have now changed
Edit2: SDL2-2.0-3 crashes on start-up with dolphin 4.0-5935
SDL2-2.0-4 crashes on stopped emulation with 4.0-5935 on both esc and pressing the stop button but netplay seems to not have the issue I was having before, so its whatever. This is a manageable broken, inconvenient sure, but still useable. when I try to gdb 4.0-5935 it crashes on emulation start instead of stop so I'm not sure how useful a backtrace would be, but here it is anyway.
http://pastebin.com/c4sQ8gLN
https://www.libsdl.org/download-2.0.php
and in Build 4.0-5935 I got this backtrace on start-up crash
Thread 1 (Thread 0x7ffff7fb0c00 (LWP 31198)):
#0 0x00007ffff5915216 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff62aab1c in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#2 0x00007ffff6233207 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#3 0x0000000000b09bab in ?? ()
#4 0x0000000000b09ff3 in ?? ()
#5 0x0000000000b000a4 in ?? ()
#6 0x00000000005c26d8 in ?? ()
#7 0x00000000004e5485 in ?? ()
#8 0x00000000004e63f3 in ?? ()
#9 0x000000000053daaa in ?? ()
#10 0x00000000007b3a95 in ?? ()
#11 0x0000000000447348 in ?? ()
#12 0x00007ffff57f6ec5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#13 0x000000000046eeef in _start ()
Here's the backtrace from your PR
http://pastebin.com/S2CaruFZ
Which happens when attempting to configure controllers
I'm about at wits end, not sure what other SDL builds to try.
Edit: I have made progress, I'm going to retry 2.0.3 in the hopes its more stable than 2.0.4 and hope thats what's causing my crashes, but my crashes have now changed
Edit2: SDL2-2.0-3 crashes on start-up with dolphin 4.0-5935
SDL2-2.0-4 crashes on stopped emulation with 4.0-5935 on both esc and pressing the stop button but netplay seems to not have the issue I was having before, so its whatever. This is a manageable broken, inconvenient sure, but still useable. when I try to gdb 4.0-5935 it crashes on emulation start instead of stop so I'm not sure how useful a backtrace would be, but here it is anyway.
http://pastebin.com/c4sQ8gLN
