[Lazarus] SIGSEGV with Debug only

Martin Schreiber mse00000 at gmail.com
Fri Mar 30 10:28:32 CEST 2012


Am 30.03.2012 02:06, schrieb Daniel Simoes de Ameida:
> Hi All
>
> I have a strange issue...
>
> I'm currently using Lazarus 0.9.31 (update from SVN) with FPC 2.6.0
>
> When I compile my application with debug information, I always get a
> SIGSEGV when closing one of my forms,on line 4805 of control.inc
> This Image <http://imagebin.org/205899>shows the error.
>
> However, when compiling without debug information, the errors do not
> occur (better this way) ..
>
> I'm using Debug Info as Auto (-g) and Display Line numbers (-gl),
> Heaptrace Unit is also active (-gh)in Debug mode ...
>
> Any hints ?
>
Heaptrace fills freed memory with garbage. CurAnchorSide probably is in 
a object which already has been destroyed.

Martin




More information about the Lazarus mailing list