[lazarus] Lazarus hanging/crashing
Shane Miller
SMiller1 at stvgb.org
Tue Nov 23 14:46:47 EST 1999
OK, I haven't really gotten anywhere, but I have more hints....
I am working on hello.pp I did a ppc386 -B -g hello.pp and then I debug it. It was crashing when the signal SHOW was calling the windowproc.
I changed it BACK to DISPATCH and I got further. Now, when I try to close it and do this...
if assigned(FOnDestroy) then
FOnDestroy(Self);
it crashes on the second line. It never gets into HelloForm OnDestroy function though so it's something with the way it's trying to call that procedure.
Any thoughts? I know this used to work so I'm not sure what changed....
Shane
More information about the Lazarus
mailing list