[mohaa] Alpha 1b...

Tim Ladd, Jr. wingman at compueasy.com
Wed Jan 1 01:52:08 EST 2003


ok heres what I get: 


(gdb) bt 
#0  0x41be34cd in MEM_BlockAlloc<Event, char [255]>::Free () from
.//mainta/fgameded.so 
#1  0x41b00f83 in Event::operator delete () from .//mainta/fgameded.so 
#2  0x41b01d93 in Event::~Event () from .//mainta/fgameded.so 
#3  0x41b05fca in Listener::ProcessScriptEvent () from
.//mainta/fgameded.so 
#4  0x41b06075 in Listener::ProcessEvent () from .//mainta/fgameded.so 
#5  0x41aec8fe in G_ProcessCacheInitCommands () from
.//mainta/fgameded.so 
#6  0x41aecadb in CacheResource () from .//mainta/fgameded.so 
#7  0x41bb09e0 in Weapon::SetProjectile () from .//mainta/fgameded.so 
#8  0x41b05fb5 in Listener::ProcessScriptEvent () from
.//mainta/fgameded.so 
#9  0x41b06075 in Listener::ProcessEvent () from .//mainta/fgameded.so 
#10 0x41bb0de2 in Weapon::Secondary () from .//mainta/fgameded.so 
#11 0x41b05fb5 in Listener::ProcessScriptEvent () from
.//mainta/fgameded.so 
#12 0x41b06075 in Listener::ProcessEvent () from .//mainta/fgameded.so 
#13 0x41ac8f87 in Entity::ProcessInitCommands () from
.//mainta/fgameded.so 
#14 0x41ac8b1f in Entity::setModel () from .//mainta/fgameded.so 
#15 0x41b79e80 in Sentient::giveItem () from .//mainta/fgameded.so 
#16 0x41b36e5f in Player::InitDeathmatch () from .//mainta/fgameded.so 
#17 0x41b1e9ee in Player::Init () from .//mainta/fgameded.so 
#18 0x41b20f83 in Player::Respawn () from .//mainta/fgameded.so 
#19 0x41b05fb5 in Listener::ProcessScriptEvent () from
.//mainta/fgameded.so 
#20 0x41b06075 in Listener::ProcessEvent () from .//mainta/fgameded.so 
#21 0x41b06f74 in L_ProcessPendingEvents () from .//mainta/fgameded.so 
#22 0x41ae0b66 in G_RunFrame () from .//mainta/fgameded.so 
#23 0x0808cba8 in strcpy () 
#24 0x0806a98d in strcpy () 
#25 0x08096753 in strcpy () 
#26 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6

-----Original Message-----
From: Ryan C. Gordon [mailto:icculus at clutteredmind.org] 
Sent: Wednesday, January 01, 2003 1:38 AM
To: mohaa at icculus.org
Subject: RE: [mohaa] Alpha 1b...


> Tried what you said and I don't have any core.* files anywhere. When I
> say crashes I guess I should elaborate a bit. It just dies to a
command
> prompt no error msgs etc. even tried turning developer var on it gives
> me tons more info but nothing when the server dies.

Might be our signal handler cleaning up without a core.

Run the server under gdb directly:
  gdb ./spearhead_lnxded

when gdb prompt comes up:
  run xxx

...where "xxx" is your command line options...when it crashes, use the
"bt" command. If it says "program exited normally"...well, that's a
problem.

--ryan.







More information about the Mohaa mailing list