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
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus