[fpc-devel] Signal handlers
Micha Nelissen
micha at neli.hopto.org
Wed Jul 18 22:17:56 CEST 2007
Jonas Maebe wrote:
> Since there are only 3 parameters, it should be possible to do this even
> on i386.
Implemented and committed; but thinking about it, does it really matter
? It's still being executed more or less asynchronous to the
application: it could be in the middle of heap manager operation or
throwing exception etc... which exactly was the problem with the signal
handler, and isn't really solved.
Micha
More information about the fpc-devel
mailing list