wats SIGSEGV, Segmentation fault in QT

Posted by user269037 on Stack Overflow See other posts from Stack Overflow or by user269037
Published on 2010-03-16T12:18:41Z Indexed on 2010/03/16 12:26 UTC
Read the original article Hit count: 402

Filed under:
|

I have a QT program which displays the data it receives over UDP. It works fine for around 30 seconds but after a while it gives Segmentation Fault and crashes. This 30 seconds is also not fixed.

I used the debugger and got this

Program received signal SIGSEGV, Segmentation fault. 0x003c6fd4 in ?? () from /usr/lib/libQtGui.so.4

Can anyone tell me where the error might be

© Stack Overflow or respective owner

Related posts about qt

Related posts about segmentation-fault