UFO:Alien Invasion

Archive => Bugs prior to release 2.4 => Topic started by: ligtvoet on August 07, 2010, 11:21:05 pm

Title: crash after end of battle - v31186
Post by: ligtvoet on August 07, 2010, 11:21:05 pm
On Linux 32-bit.

Code: [Select]
==== ShutdownGame ====
music change to van_geoscape (from van_mission2)
./ufo(Sys_Backtrace+0x1f)[0x81ab700]
./ufo[0x81ab76b]
[0xc20400]
./ufo(MAP_DrawMap+0x4f4)[0x80dcd60]
./ufo[0x8128358]
./ufo[0x81100e3]
./ufo[0x8110252]
./ufo(UI_Draw+0xeb)[0x8110641]
./ufo(SCR_UpdateScreen+0xcf)[0x807dea4]
./ufo(CL_Frame+0xce)[0x807caf0]
./ufo[0x814dbc0]
./ufo(Qcommon_Frame+0x7b)[0x814e024]
./ufo(main+0x5c)[0x81aa917]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x49ebd6]
./ufo[0x806cf51]
./ufo(Sys_Backtrace+0x1f)[0x81ab700]
./ufo(Sys_Error+0x22)[0x81aace1]
./ufo(Sys_InitSignals+0x0)[0x81ab77e]
[0xc20400]
./ufo(MAP_DrawMap+0x4f4)[0x80dcd60]
./ufo[0x8128358]
./ufo[0x81100e3]
./ufo[0x8110252]
./ufo(UI_Draw+0xeb)[0x8110641]
./ufo(SCR_UpdateScreen+0xcf)[0x807dea4]
./ufo(CL_Frame+0xce)[0x807caf0]
./ufo[0x814dbc0]
./ufo(Qcommon_Frame+0x7b)[0x814e024]
./ufo(main+0x5c)[0x81aa917]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x49ebd6]
./ufo[0x806cf51]
Error: Received signal 11.
Title: Re: crash after end of battle - v31186
Post by: geever on August 08, 2010, 02:11:11 am
On Linux 32-bit.

Code: [Select]
==== ShutdownGame ====
music change to van_geoscape (from van_mission2)
./ufo(Sys_Backtrace+0x1f)[0x81ab700]
./ufo[0x81ab76b]
[0xc20400]
./ufo(MAP_DrawMap+0x4f4)[0x80dcd60]
./ufo[0x8128358]
./ufo[0x81100e3]
./ufo[0x8110252]
./ufo(UI_Draw+0xeb)[0x8110641]
./ufo(SCR_UpdateScreen+0xcf)[0x807dea4]
./ufo(CL_Frame+0xce)[0x807caf0]
./ufo[0x814dbc0]
./ufo(Qcommon_Frame+0x7b)[0x814e024]
./ufo(main+0x5c)[0x81aa917]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x49ebd6]
./ufo[0x806cf51]
./ufo(Sys_Backtrace+0x1f)[0x81ab700]
./ufo(Sys_Error+0x22)[0x81aace1]
./ufo(Sys_InitSignals+0x0)[0x81ab77e]
[0xc20400]
./ufo(MAP_DrawMap+0x4f4)[0x80dcd60]
./ufo[0x8128358]
./ufo[0x81100e3]
./ufo[0x8110252]
./ufo(UI_Draw+0xeb)[0x8110641]
./ufo(SCR_UpdateScreen+0xcf)[0x807dea4]
./ufo(CL_Frame+0xce)[0x807caf0]
./ufo[0x814dbc0]
./ufo(Qcommon_Frame+0x7b)[0x814e024]
./ufo(main+0x5c)[0x81aa917]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0x49ebd6]
./ufo[0x806cf51]
Error: Received signal 11.

Please open Bug Tracker (https://sourceforge.net/tracker/?group_id=157793) entries for such sig11 bugs.
Describe how they happened, and attach a save if possible. (read wiki (http://ufoai.ninex.info/wiki/index.php/Bugs) for info about good bugreports)

It would be cool if you could make real backtraces (bt full) via gdb. Check our Debugging (http://ufoai.ninex.info/wiki/index.php/Debugging) article on wiki for more info on it.

-geever
Title: Re: crash after end of battle - v31186
Post by: Mattn on August 08, 2010, 06:12:43 pm
or at least convert the hex addresses to real line numbers with addr2line -e ufo [hex]