Technical support > Linux

Crahs on alien turn

(1/2) > >>

badbunny:
The game crashes every time I end my turn. ufoconsole.log ends with nothing spectacular:

--- Code: ----------------------------------------
Connecting to localhost...
 is trying to connect... (loopback connection)
load material file: 'materials/tropic.mat'
music change to van_mission2 (from karlmacklin_geoscape)
Starting the game...
user has joined team 0
(player 0) It's team 1's round
user has taken control over team 1.
music change to ufo2 (from van_mission2)
--- End code ---

I ran the game from console, and it exited with:

--- Code: ----------------------------------------
Connecting to localhost...
 is trying to connect... (loopback connection)
load material file: 'materials/tropic.mat'
music change to van_mission2 (from karlmacklin_geoscape)
Starting the game...
user has joined team 0
(player 0) It's team 1's round
user has taken control over team 1.
music change to ufo2 (from van_mission2)
./ufo(Sys_Backtrace+0x1f)[0x81989b6]
./ufo[0x8198a16]
[0xb806e400]
./ufo(SV_ExecuteClientMessage+0x151)[0x816cdc4]
./ufo(SV_ReadPacket+0x60)[0x8167fb0]
./ufo(NET_Wait+0x29c)[0x8151663]
./ufo(Qcommon_Frame+0x11c)[0x81466e5]
./ufo(main+0x66)[0x8197719]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb78a9775]
./ufo[0x806a9f1]
./ufo(Sys_Backtrace+0x1f)[0x81989b6]
./ufo(Sys_Error+0x22)[0x8197b30]
./ufo(Sys_InitSignals+0x0)[0x8198a29]
[0xb806e400]
./ufo(SV_ExecuteClientMessage+0x151)[0x816cdc4]
./ufo(SV_ReadPacket+0x60)[0x8167fb0]
./ufo(NET_Wait+0x29c)[0x8151663]
./ufo(Qcommon_Frame+0x11c)[0x81466e5]
./ufo(main+0x66)[0x8197719]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb78a9775]
./ufo[0x806a9f1]
Error: Received signal 11.
--- End code ---

Mattn:
please convert the stacktrace with addr2line into line numbers.

badbunny:
Hopefully this is what you meant: (linenumbers in parentheses)

--- Code: ----------------------------------------
Connecting to localhost...
 is trying to connect... (loopback connection)
load material file: 'materials/tropic.mat'
music change to van_mission2 (from karlmacklin_geoscape)
Starting the game...
user has joined team 0
(player 0) It's team 1's round
user has taken control over team 1.
music change to ufo2 (from van_mission2)
./ufo(Sys_Backtrace+0x1f)[0x81989b6] (unix_main.c:487)
./ufo[0x8198a16] (unix_main.c:513)
[0xb806e400] (??:0)
./ufo(SV_ExecuteClientMessage+0x151)[0x816cdc4] (sv_user.c:352)
./ufo(SV_ReadPacket+0x60)[0x8167fb0] (sv_main.c:449)
./ufo(NET_Wait+0x29c)[0x8151663] (net.c:457)
./ufo(Qcommon_Frame+0x11c)[0x81466e5] (common.c:1156)
./ufo(main+0x66)[0x8197719] (linux_main.c:53)
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb78a9775] (??:0)
./ufo[0x806a9f1] (/build/buildd/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122)
./ufo(Sys_Backtrace+0x1f)[0x81989b6] (unix_main.c:487)
./ufo(Sys_Error+0x22)[0x8197b30] (unix_main.c:87)
./ufo(Sys_InitSignals+0x0)[0x8198a29] (unix_main.c:520)
[0xb806e400] (??:0)
./ufo(SV_ExecuteClientMessage+0x151)[0x816cdc4] (sv_user.c:352)
./ufo(SV_ReadPacket+0x60)[0x8167fb0] (sv_user.c:352)
./ufo(NET_Wait+0x29c)[0x8151663] (net.c:457)
./ufo(Qcommon_Frame+0x11c)[0x81466e5] (common.c:1156)
./ufo(main+0x66)[0x8197719] (linux_main.c:53)
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb78a9775] (??:0)
./ufo[0x806a9f1] (/build/buildd/glibc-2.9/csu/../sysdeps/i386/elf/start.S:122)
Error: Received signal 11.
--- End code ---

badbunny:
Any hope of fixing this?

geever:

--- Quote from: badbunny on November 04, 2009, 01:24:19 pm ---Any hope of fixing this?

--- End quote ---

Is it reproducible? If so, how? Do you have a savegame on which this always happen?

-geever

Navigation

[0] Message Index

[#] Next page

Go to full version