UFO:Alien Invasion
Archive => Bugs prior to release 2.4 => Topic started by: MikeKle on June 07, 2010, 08:18:30 pm
-
Not sure if it possible to reproduce since no save in missions.
this is what I have from console
./ufo[0x814a5ac]
./ufo(Qcommon_Frame+0x7b)[0x814aa10]
./ufo(main+0x5c)[0x81a8a8b]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x6b0bd6]
./ufo[0x806ce71]
./ufo(Sys_Backtrace+0x1f)[0x81a9f4b]
./ufo(Sys_Error+0x22)[0x81a8e55]
./ufo(Sys_InitSignals+0x0)[0x81a9fc9]
[0xfa5400]
/lib/tls/i686/cmov/libc.so.6(abort+0x182)[0x6c7a82]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0xf8)[0x6bd718]
./base/game.so(G_SendInventory+0xe5)[0x2884c93]
./base/game.so(+0x1ec41)[0x2886c41]
./base/game.so(G_MatchDoEnd+0x8c)[0x2886f87]
./base/game.so(G_RunFrame+0x141)[0x2886267]
./ufo(SV_RunGameFrame+0x10)[0x816a721]
./ufo(SV_Frame+0x5b)[0x816d1c3]
./ufo[0x814a5ac]
./ufo(Qcommon_Frame+0x7b)[0x814aa10]
./ufo(main+0x5c)[0x81a8a8b]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x6b0bd6]
./ufo[0x806ce71]
Error: Received signal 6.
-
please use addr2line to convert the address into a source code line
-
most likely g_inventory.c:298 (G_SendInventory)
-
please use addr2line to convert the address into a source code line
Sorry mate, I am too dumb to use it, I looked there http://gd.tuwien.ac.at/linuxcommand.org/man_pages/addr2line1.html and tried MAN addr2line but not sure what to do. If you can give me simple dumb-proof instruction how to do it I will do it with pleasure.
PS I picked plasma sword from dead body and used it on an enemy, mb this coused the issue
-
trunk/$ addr2line -e ufo 0x2884c93
-
trunk/$ addr2line -e ufo 0x2884c93
It's keep respond with "??:0" ...
in recent trunk 466 , I got game freeze in tactical mode and this was in terminal
./ufo(Sys_Backtrace+0x1f)[0x81aa28f]
./ufo[0x81aa2fa]
[0x571400]
/lib/tls/i686/cmov/libc.so.6(+0x6dafd)[0x320afd]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0x322f9c]
/usr/lib/nvidia-current/libGLcore.so.1(+0xd780e0)[0x1d490e0]
./ufo(Sys_Backtrace+0x1f)[0x81aa28f]
./ufo(Sys_Error+0x22)[0x81a9199]
./ufo(Sys_InitSignals+0x0)[0x81aa30d]
[0x571400]
/lib/tls/i686/cmov/libc.so.6(+0x6dafd)[0x320afd]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0x322f9c]
/usr/lib/nvidia-current/libGLcore.so.1(+0xd780e0)[0x1d490e0]
-
It's keep respond with "??:0" ...
in recent trunk 466 , I got game freeze in tactical mode and this was in terminal
./ufo(Sys_Backtrace+0x1f)[0x81aa28f]
./ufo[0x81aa2fa]
[0x571400]
/lib/tls/i686/cmov/libc.so.6(+0x6dafd)[0x320afd]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0x322f9c]
/usr/lib/nvidia-current/libGLcore.so.1(+0xd780e0)[0x1d490e0]
./ufo(Sys_Backtrace+0x1f)[0x81aa28f]
./ufo(Sys_Error+0x22)[0x81a9199]
./ufo(Sys_InitSignals+0x0)[0x81aa30d]
[0x571400]
/lib/tls/i686/cmov/libc.so.6(+0x6dafd)[0x320afd]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x5c)[0x322f9c]
/usr/lib/nvidia-current/libGLcore.so.1(+0xd780e0)[0x1d490e0]
Am I blind or there is no 0x2884c93 in this stack trace?
-geever