Nothing entered.
[http://sourceforge.net/p/ufoai/bugs/2114 Item 2114] imported from sourceforge.net tracker on 2013-01-28 19:22:20
--------------
Summary
--------------
My soldier moved around a corner on the second floor of a house. He spotted a civilian while moving, he kept on moving on his original path. The moment he centered on the spot the civilian was on, the game seg faulted. This has happened to me once before.
http://i558.photobucket.com/albums/ss30/andrewusu/Soldiermovingontocivilian.jpg
--------------
System info
--------------
Xubuntu 2.6.28-11-generic x96_64
--------------
svn info
--------------
andrew@andrew-desktop:~/programs/ufoai/trunk$ svn info
Path: .
URL: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk
Repository Root: https://ufoai.svn.sourceforge.net/svnroot/ufoai
Repository UUID: 39b98707-f80d-0410-bc7e-c6b02f5409da
Revision: 24468
Node Kind: directory
Schedule: normal
Last Changed Author: bayo-fr
Last Changed Rev: 24468
Last Changed Date: 2009-05-19 15:30:30 -0600 (Tue, 19 May 2009)
--------------
ufoconsole.log
--------------
andrew@andrew-desktop:~/.ufoai/2.3-dev/base$ tail -n 20 ufoconsole.log
-------------------------------------
Connecting to localhost...
load material file: 'materials/farm.mat'
music change to van_mission3 (from karlmacklin_geoscape)
Retracing for model *1 in 0.0s
Retracing for model *2 in 0.0s
Retracing for model *3 in 0.0s
Retracing for model *4 in 0.0s
Retracing for model *5 in 0.0s
Retracing for model *6 in 0.0s
Retracing for model *7 in 0.0s
Retracing for model *8 in 1.0s
Starting the game...
andrew has joined team 0
(player 0) It's team 1's round
andrew has taken control over team 1.
music change to PsymongN2 (from van_mission3)
Retracing for model *1 in 0.0s
Retracing for model *2 in 0.0s
Retracing for model *
--------------
gdb stuff
--------------
********************
ERROR: Negative TU costs while walking (team: 1)
********************
Shutdown server: Server crashed.
==== ShutdownGame ====
Server crashed.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fcfad5927b0 (LWP 6134)]
0x00000000004d8ef5 in MN_ContainerNodeDrawSingle (node=0x346ba98,
highlightType=0x0) at src/client/menu/node/m_node_container.c:612
612 assert(item->t);
(gdb) bt full
#0 0x00000000004d8ef5 in MN_ContainerNodeDrawSingle (node=0x346ba98,
highlightType=0x0) at src/client/menu/node/m_node_container.c:612
item = (const item_t *) 0x7fcf99f9db80
color = {-8.83028406e-07, 4.59163468e-41, 7.15257068e-39, 0}
pos = {88.5050049, 673.005005, 0}
disabled = qfalse
__PRETTY_FUNCTION__ = "MN_ContainerNodeDrawSingle"
#1 0x00000000004da28a in MN_ContainerNodeDraw (node=0x346ba98)
at src/client/menu/node/m_node_container.c:930
highlightType = (objDef_t *) 0x0
#2 0x00000000004c9d9f in MN_DrawNode (node=0x346ba98)
at src/client/menu/m_draw.c:234
child = (menuNode_t *) 0x0
#3 0x00000000004c9dc5 in MN_DrawNode (node=0x346afa8)
at src/client/menu/m_draw.c:243
child = (menuNode_t *) 0x346ba98
#4 0x00000000004c9dc5 in MN_DrawNode (node=0x34653c8)
at src/client/menu/m_draw.c:243
child = (menuNode_t *) 0x346afa8
#5 0x00000000004ca0a1 in MN_Draw () at src/client/menu/m_draw.c:319
hoveredNode = (menuNode_t *) 0x3465eb8
menu = (menuNode_t *) 0x34653c8
pos = 0
mouseMoved = qtrue
__PRETTY_FUNCTION__ = "MN_Draw"
#6 0x0000000000457b3c in SCR_UpdateScreen () at src/client/cl_screen.c:495
No locals.
#7 0x000000000044f9a6 in CL_Frame (now=11045081, data=0x0)
at src/client/cl_main.c:1061
delta = 21
lastFrame = 11045081
#8 0x000000000050296f in tick_timer (now=11045081, data=0x123fb468)
at src/common/common.c:1038
timer = (struct timer *) 0x123fb468
old_interval = 20
lateness = 0
#9 0x0000000000502c6b in Qcommon_Frame () at src/common/common.c:1119
event = (struct event *) 0x24ee8858
time_to_next = 0
#10 0x000000000055abd5 in main (argc=7, argv=0x7fffb56d0bc8)
at src/ports/linux/linux_main.c:58
No locals.
(gdb)
===== Comments Ported from Sourceforge =====
====== niggle2 (2009-05-28 13:42:18) ======
Just experienced much the same bug.
------------
System Info
------------
Ubuntu 9.04 (64 bit)
------------
svn info
------------
URL: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk
Repository Root: https://ufoai.svn.sourceforge.net/svnroot/ufoai
Repository UUID: 39b98707-f80d-0410-bc7e-c6b02f5409da
Revision: 24497
Node Kind: directory
Schedule: normal
Last Changed Author: tlh2000
Last Changed Rev: 24495
Last Changed Date: 2009-05-27 06:32:17 +0100 (Wed, 27 May 2009)
------------
gdb stuff
------------
********************
ERROR: Negative TU costs while walking (team: 1)
********************
Shutdown server: Server crashed.
==== ShutdownGame ====
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f28bc043760 (LWP 411)]
0x000000000052fb2f in INVSH_EmptyContainer (i=0x2cf51e8, container=0x620d144)
at src/game/inv_shared.c:1059
1059 ic = ic->next;
(gdb) bt full
#0 0x000000000052fb2f in INVSH_EmptyContainer (i=0x2cf51e8, container=0x620d144)
at src/game/inv_shared.c:1059
old = (invList_t *) 0x7f28aae39d00
ic = (invList_t *) 0x7f28aae39d00
cnt = 0
__PRETTY_FUNCTION__ = "INVSH_EmptyContainer"
#1 0x000000000044cf62 in LE_Cleanup () at src/client/cl_le.c:1120
i = 36
le = (le_t *) 0x2cf5000
inv = {c = {0x1d50e128, 0x2bc6488, 0x0, 0x7f28b925ea00, 0x7fffc4175f60, 0x427e30,
0x7fffc4176390, 0x0, 0x0, 0x7f28b8f6b276, 0x2a9a15a, 0x7f28bc04ca3b, 0x7fffc4175f60,
0x50b2e2, 0x0, 0x2e8ba2e8ba2e8ba3}}
#2 0x0000000000434e6d in GAME_SetMode (gametype=0) at src/client/cl_game.c:100
list = (const gameTypeList_t *) 0x55e6e0
#3 0x00000000004357ed in GAME_Drop () at src/client/cl_game.c:395
list = (const gameTypeList_t *) 0x55e7c0
#4 0x000000000044dd5b in CL_Drop () at src/client/cl_main.c:180
No locals.
#5 0x000000000050106e in Com_Error (code=1,
fmt=0x5665e8 "Negative TU costs while walking (team: %i)") at src/common/common.c:237
argptr = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffc4176090,
reg_save_area = 0x7fffc4175fd0}}
msg = "Negative TU costs while walking (team: 1)", '\0' <repeats 4054 times>
recursive = qtrue
#6 0x000000000044b37c in LET_PathMove (le=0x2cee5c0) at src/client/cl_le.c:609
tuCost = -246
fulldv = 16 '\020'
dir = 2 '\002'
crouchingState = 0 '\0'
newCrouchingState = 0 '\0'
frac = 7.71435404e-39
start = {0, 0, 7.87610452e-39}
dest = {-605.555664, 4.59163468e-41, 7.83254515e-39}
delta = {-605.525391, 4.59163468e-41, 6.10641029e-39}
__PRETTY_FUNCTION__ = "LET_PathMove"
#7 0x000000000044aaee in LE_Think () at src/client/cl_le.c:391
le = (le_t *) 0x2cee5c0
i = 2
#8 0x000000000044f8a8 in CL_Frame (now=184812, data=0x0) at src/client/cl_main.c:1067
delta = 20
lastFrame = 184812
#9 0x00000000005029bf in tick_timer (now=184812, data=0x1125be18) at src/common/common.c:1038
timer = (struct timer *) 0x1125be18
old_interval = 20
lateness = 0
#10 0x0000000000502cbb in Qcommon_Frame () at src/common/common.c:1119
event = (struct event *) 0x21e6fe48
time_to_next = 0
#11 0x000000000055ab95 in main (argc=7, argv=0x7fffc4176398) at src/ports/linux/linux_main.c:58
No locals.
====== tlh2000 (2009-06-23 20:18:23) ======
this should already be fixed in current trunk - if not, please reopen
====== sf-robot (2009-07-08 02:20:22) ======
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).