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

Not sure wtf this means but this is pretty much the only crash I get... Was hoping some one could help me figure out how to fix this.


Code:
Core was generated by `./zone'.
Program terminated with signal 11, Segmentation fault.
[New process 27175]
[New process 27181]
[New process 27180]
[New process 27179]
[New process 27178]
#0  0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x000000000060abf1 in Client::GetReverseFactionCon (this=0x22c02c0,
    iOther=0x7f6dfc56eda0) at faction.cpp:180
#2  0x0000000000718dd6 in Mob::CheckWillAggro (this=0x7f6dfc585390,
    mob=0x22c02c0) at aggro.cpp:312
#3  0x0000000000719042 in EntityList::CheckClientAggro (this=0xbdcfa0,
    around=0x22c02c0) at aggro.cpp:45
#4  0x00000000005c1156 in Client::Process (this=0x22c02c0)
    at client_process.cpp:672
#5  0x0000000000585ff0 in EntityList::MobProcess (this=0xbdcfa0)
    at entity.cpp:487
#6  0x00000000005d1c6c in main (argc=1, argv=0x7fff116d93a8) at net.cpp:494
Reply With Quote