(0010731)
|
Dusk
|
2014-10-30 09:47
(edited on: 2014-10-30 12:44) |
|
It seems the two peers begin spawning a very large amount of monsters (I noticed the total monster count going sky high). Interrupting the server (which was stuck in an indefinite loop doing all this) has the following to say in a backtrace:
#0 0x00000000006d52c7 in FBoundingBox::FBoundingBox (this=0x1c4a500, x=0, y=0,
radius=119) at /home/crimson/dev/zandronum/src/m_bbox.h:46
#1 0x00000000007030d1 in P_CreateSecNodeList (thing=0x1414f0f0, x=20971520, y=103809024)
at /home/crimson/dev/zandronum/src/p_map.cpp:6794
0000002 0x0000000000704983 in AActor::LinkToWorld (this=0x1414f0f0, sec=0x6e7e170)
at /home/crimson/dev/zandronum/src/p_maputl.cpp:398
0000003 0x0000000000704894 in AActor::LinkToWorld (this=0x1414f0f0, buggy=false)
at /home/crimson/dev/zandronum/src/p_maputl.cpp:360
0000004 0x0000000000713e36 in AActor::StaticSpawn (type=0x2c082e0, ix=20971520,
iy=103809024, iz=-2147483648, allowreplacement=NO_REPLACE, SpawningMapThing=false)
at /home/crimson/dev/zandronum/src/p_mobj.cpp:4595
0000005 0x000000000059c022 in Spawn (type=0x2c082e0, x=20971520, y=103809024, z=-2147483648,
allowreplacement=NO_REPLACE) at /home/crimson/dev/zandronum/src/actor.h:1206
0000006 0x000000000062cf89 in GAME_ResetMap (bRunEnterScripts=false)
at /home/crimson/dev/zandronum/src/g_game.cpp:3841
0000007 0x00000000007d6450 in SURVIVAL_DoFight ()
at /home/crimson/dev/zandronum/src/survival.cpp:253
0000008 0x00000000007d614c in SURVIVAL_Tick ()
at /home/crimson/dev/zandronum/src/survival.cpp:137
0000009 0x0000000000626409 in G_Ticker () at /home/crimson/dev/zandronum/src/g_game.cpp:1661
0000010 0x00000000007eab0c in SERVER_Tick ()
at /home/crimson/dev/zandronum/src/sv_main.cpp:584
0000011 0x00000000005f9e4f in D_DoomLoop ()
at /home/crimson/dev/zandronum/src/d_main.cpp:1220
0000012 0x00000000005fd71a in D_DoomMain ()
at /home/crimson/dev/zandronum/src/d_main.cpp:2848
0000013 0x000000000058abc3 in main (argc=8, argv=0x7fffffffd728)
at /home/crimson/dev/zandronum/src/sdl/i_main.cpp:288
|
|