Thread: Strange Crash
View Single Post
  #25  
Old 01-26-2010, 10:34 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

Just an update, I replaced all my map files with the latest current stuff and it seems some of the crashing has cleared up thanks for that suggestion..

I have some NEW ones I guess (maybe not though could be still related) only difference here is that it seems like it's a mob now instead of a player..



Code:
Core was generated by `./zone'.
Program terminated with signal 11, Segmentation fault.
[New process 5084]
[New process 5090]
[New process 5089]
[New process 5088]
[New process 5087]
#0  0x0000000000718752 in EntityList::AIYellForHelp (this=0xbdcfa0,
    sender=0x7f39ddec56a0, attacker=0x84d4210) at aggro.cpp:450
450                     if (
(gdb) bt
#0  0x0000000000718752 in EntityList::AIYellForHelp (this=0xbdcfa0,
    sender=0x7f39ddec56a0, attacker=0x84d4210) at aggro.cpp:450
#1  0x00000000005c7292 in NPC::Process (this=0x7f39ddec56a0) at npc.cpp:620
#2  0x0000000000585ff0 in EntityList::MobProcess (this=0xbdcfa0)
    at entity.cpp:487
#3  0x00000000005d1c6c in main (argc=1, argv=0x7fff00976648) at net.cpp:494
(gdb) frame 6
#0  0x0000000000000000 in ?? ()
(gdb) print zone->short_name
$1 = 0x47ce510 "steamfont"
(gdb) frame 1
#1  0x00000000005c7292 in NPC::Process (this=0x7f39ddec56a0) at npc.cpp:620
620                     entity_list.AIYellForHelp(this, GetTarget());
(gdb) print name
$2 = "a_large_rat001", '\0' <repeats 49 times>
(gdb)
Reply With Quote