Thread: Strange Crash
View Single Post
  #21  
Old 01-18-2010, 11:51 AM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

Yet another strange Crash

Code:
Core was generated by `./zone'.
Program terminated with signal 11, Segmentation fault.
[New process 3775]
[New process 3781]
[New process 3780]
[New process 3779]
[New process 3778]
#0  0x00007fc3f80007e0 in ?? ()
(gdb) bt
#0  0x00007fc3f80007e0 in ?? ()
#1  0x00000000008b30f5 in Bot::ProcessClientZoneChange (
    botOwner=0x7fc3fd0c7ac0) at bot.cpp:8276
#2  0x0000000000823e58 in Client::Handle_OP_ZoneChange (this=0x7fc3fd0c7ac0,
    app=0x7fc40271b2f0) at zoning.cpp:38
#3  0x00000000006f8266 in Client::HandlePacket (this=0x7fc3fd0c7ac0,
    app=0x7fc40271b2f0) at client_packet.cpp:435
#4  0x00000000005c1050 in Client::Process (this=0x7fc3fd0c7ac0)
    at client_process.cpp:662
#5  0x0000000000585ff0 in EntityList::MobProcess (this=0xbdcfa0)
    at entity.cpp:487
#6  0x00000000005d1c6c in main (argc=1, argv=0x7fff127cf498) at net.cpp:494
(gdb) frame 6
#6  0x00000000005d1c6c in main (argc=1, argv=0x7fff127cf498) at net.cpp:494
494                                             entity_list.MobProcess();
(gdb) print zone->short_name
$1 = 0x7fc3fd45cbd0 "kerraridge"
(gdb) frame 1
#1  0x00000000008b30f5 in Bot::ProcessClientZoneChange (
    botOwner=0x7fc3fd0c7ac0) at bot.cpp:8276
8276                                    if(tempBot->HasGroup())
(gdb) print name
$2 = 0x9325da "Live"
Reply With Quote