Michael Van Canneyt <mich...@freepascal.org>:

> On Mon, 9 Nov 2009, Wimpie Nortje wrote:
> 
> It should stop the daemons properly. This is the code that gets executed:
> 
> Procedure DoShutDown(Sig : Longint; Info : PSigInfo; Context :
> PSigContext);
> cdecl;
> 
> begin
>    Application.StopDaemons(True);
>    Application.Terminate;
> end;
> 
> If it doesn't, something is wrong :(

As wrong as in "Don't call most system functions from within a signal 
handler.", maybe?


Vinzent.

-- 
DSL-Preisknaller: DSL Komplettpakete von GMX schon für 
16,99 Euro mtl.!* Hier klicken: http://portal.gmx.net/de/go/dsl02
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to