project-navigation
Personal tools

Author Topic: crash after end of battle - v31186  (Read 1832 times)

Offline ligtvoet

  • Rookie
  • ***
  • Posts: 13
    • View Profile
crash after end of battle - v31186
« 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.

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: crash after end of battle - v31186
« Reply #1 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 entries for such sig11 bugs.
Describe how they happened, and attach a save if possible. (read wiki for info about good bugreports)

It would be cool if you could make real backtraces (bt full) via gdb. Check our Debugging article on wiki for more info on it.

-geever

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: crash after end of battle - v31186
« Reply #2 on: August 08, 2010, 06:12:43 pm »
or at least convert the hex addresses to real line numbers with addr2line -e ufo [hex]