[fpc-pascal] TThread.Suspend under Linux

Micha Nelissen micha at neli.hopto.org
Sat Jun 2 09:23:06 CEST 2007


Graeme Geldenhuys wrote:
> I got most of my Thread Manager demo written. While trying out a few
> features I noticed that every time as Suspend a thread, my app is
> killed.  Running it through gdb I get the following output.

I don't see it being killed from your output, or am I missing something ?

man 7 signal:

       SIGSTOP   17,19,23    Stop    Stop process

It stops ... and that's what you asked it to do.

Micha



More information about the fpc-pascal mailing list