[fpc-pascal] FPC 2.2.0 / SegF in threads
Damien Gerard
milipili at shikami.org
Thu May 15 10:45:43 CEST 2008
I have a program in lazarus with a thread .
When there is a SegF in this thread it exits without notifying GDB. So
the error is silent even with GDB (Windows/Linux/OSX)
I have to wrap it like this :
try
..
except
RaiseGDBException(...)
end;
May I miss something like an option to enable, since the error is
caught by the try..except statement ?
--
Damien Gerard
milipili at shikami.org
"Intelligence is 10 million rules."
-- Douglas Lenat
More information about the fpc-pascal
mailing list