jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
203 stars 28 forks source link

Linux crash on quit (S_FreeMusic) #56

Closed jdolan closed 10 years ago

jdolan commented 11 years ago
0x00007ffff55d9425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x00007ffff55d9425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff55dcb8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff561739e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3  0x00007ffff5621b96 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4  0x0000000000432380 in S_FreeMusic (self=0xb4923b0) at s_music.c:52
#5  0x0000000000431ac4 in S_FreeMedia_ (key=0xb4923b0, value=<optimized out>,

data=) at s_media.c:137

#6  0x00007ffff62c8650 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x0000000000431d8c in S_ShutdownMedia () at s_media.c:179
#8  0x0000000000431a0a in S_Shutdown () at s_main.c:288
#9  0x00000000004182da in Cl_Shutdown () at cl_main.c:727
#10 0x0000000000416a20 in Shutdown (msg=0x7fffffffd240 "Server quit\n")

at main.c:202


#11 0x000000000041bde6 in Com_Shutdown (fmt=<optimized out>) at common.c:223
#12 0x0000000000416c20 in Quit_f () at main.c:134
#13 0x0000000000434319 in Cbuf_Execute () at cmd.c:162
#14 0x0000000000416612 in Frame (msec=11) at main.c:233
#15 main (argc=3, argv=0x7fffffffe048) at main.c:315```
jdolan commented 11 years ago

@WickedShell can you provide any update on this? I'm unable to reproduce it. Was this consistent behavior for you? Could you try the latest HEAD and see if it still happens?

jdolan commented 10 years ago

@WickedShell any update on this one? If I don't hear back soon, I'm gonna close this one out. I don't have a proper Linux environment to test on anymore.

WickedShell commented 10 years ago

Sorry, been very busy recently. I will try this once I have re installed. Currently all of my machines are a bit borked, but I should get that fixed soon. I can say the behavior was totally consistent before, so it should be pretty simple to test.

WickedShell commented 10 years ago

Not getting a crash on quit anymore, so gonna go ahead and close it. Different distro now from the original report.