[Qt-interest] segfault or general protection

Constantin Makshin cmakshin at gmail.com
Sat Jul 10 15:09:25 CEST 2010


Segmentation and general protection faults occur when a program tries to access part of memory it doesn't have access to (unallocated region, memory belonging to another process, etc.).

And don't try to get around errors, always try to fix them first and use a debugger to do that.

On Saturday 10 July 2010 14:05:54 Oluwafemi Ade wrote:
> Hello.............does anyone know the meaning of this error message or how
> to get around it............................
> 
> sometimes, this.......................
> segfault at 0 ip 0035341a sp bf95e5d0 error 4 in
> libQtCore.so.4.6.2[23f000+29f000].............................
> 
> other times, this...........................
> localhost kernel: ClientApp[3688] general protection ip:36d453 sp:bff4e7c0
> error:0 in libQtCore.so.4.6.2[259000+29f000]



More information about the Qt-interest-old mailing list