PDA

View Full Version : Seg Faults



notaguru
02-14-2008, 11:27 PM
running seq on fc5 using latest build 5.12.1. Was working fine then started getting a segmentation fault everytime I zone. Map comes up and spawns are listed but then within just a few seconds it show a seg fault and seq closes.

#0 0x0811e635 in calcCRC16 (p=0xbfdb3806 "�", length=Variable "length" is not available.
) at util.cpp:984
#1 0x0808f92f in EQPacketStream::handlePacket (this=0x9e68328,
packet=@0xbfdb3754) at packetstream.cpp:1220
#2 0x08099be9 in EQPacket::dispatchPacket (this=0x9e03e00, packet=@0xbfdb3754)
at packet.cpp:655
#3 0x08099c7c in EQPacket::dispatchPacket (this=0x9e03e00, size=46,
buffer=0xbfdb37ea "E") at packet.cpp:583
#4 0x0809c009 in EQPacket::qt_invoke (this=0x9e03e00, _id=2, _o=0xbfdb5868)
at packet.cpp:400
#5 0x022ae2aa in QObject::activate_signal ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#6 0x022aec3d in QObject::activate_signal ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#7 0x026398f9 in QTimer::timeout () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#8 0x022d56bf in QTimer::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#9 0x02245a1b in QApplication::internalNotify ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#10 0x02247059 in QApplication::notify ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#11 0x0223993c in QEventLoop::activateTimers ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#12 0x021ee10f in QEventLoop::processEvents ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
---Type <return> to continue, or q <return> to quit---
#13 0x0225f135 in QEventLoop::enterLoop ()
from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0x0225efde in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0x0224565f in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#16 0x080685d2 in main (argc=Cannot access memory at address 0x8e9ee69c
) at main.cpp:721


Is this indicitive of bad memory?

Thanks