Hi,
I have tried to google for "External: SIGSEGV" exception, but nothing what came up helped. Is there any detailed explanation about when this exception occurs? In my program it pops up when reading an unassigned (nil) object property: MyObject2_Var:= MyObject1.MyObject2; (MyObject1.MyObject2 is nil) The strange thing is that the assignment is in a try ... except block, and the debugger does not stop at the breakpoints in the exception handling part. I am totally clueless. Thanks for reading - Leslie -
_______________________________________________ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus