View Single Post
  #2  
Old 02-26-2008, 05:48 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

I was going to look deeper into that today, I've been told it's only rank 2 so it could very well be a db issue.

For those interested, this is the crash dump:

Code:
#0  0x40200e16 in mallopt () from /lib/libc.so.6
#1  0x401ffc44 in free () from /lib/libc.so.6
#2  0x400bd8e7 in operator delete(void*) ()
   from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.so.5
#3  0x400bd939 in operator delete[](void*) ()
   from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.so.5
#4  0x08212438 in ~BasePacket (this=0x4466ecc8) at ../common/BasePacket.cpp:43
#5  0x0809b4ce in ~EQApplicationPacket (this=0x4466ecc8) at EQPacket.h:40
#6  0x081765ab in Client::SendAA(unsigned, int) (this=0x44177880, id=0,
    seq=177) at AA.cpp:791
#7  0x081765e8 in Client::SendAAList() (this=0x44177880) at AA.cpp:798
#8  0x0817b8a1 in Client::Handle_Connect_OP_SendAATable(EQApplicationPacket const*) (this=0xf0000, app=0x8878a08) at client_packet.cpp:505
#9  0x0817b3e2 in Client::HandlePacket(EQApplicationPacket const*) (
    this=0x44177880, app=0x8878a08) at client_packet.cpp:365
#10 0x080d4d19 in Client::Process() (this=0x44177880) at client_process.cpp:581
#11 0x080babe7 in EntityList::MobProcess() (this=0x82981e0) at entity.cpp:442
#12 0x080df555 in main (argc=983040, argv=0xbfffe214) at net.cpp:479


Last edited by cavedude; 02-26-2008 at 01:58 PM..
Reply With Quote