[Lazarus] infinite loop due no OnChange event firing

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Oct 13 10:57:34 CEST 2008


That fixed both issues... OnTerminate is firing and I can turn off
poWaitOnExit without seeing zombies in the process tree.

Thanks Micha!

-Tom

>> The zombies are a minor issue, however. Knowing when the async process
>> terminates is the part of the puzzle I don't have as yet.
>
> Ah you also need to:
>
> Index: interfaces/gtk/gtkdefines.inc
> ===================================================================
> --- interfaces/gtk/gtkdefines.inc       (revision 14070)
> +++ interfaces/gtk/gtkdefines.inc       (working copy)
> @@ -10,7 +10,7 @@
>  {$IFNDEF DisableAsyncProcess}
>    {$IFDEF Linux}
>      {$IFDEF CPUI386}
> -      {off $DEFINE UseAsyncProcess}
> +      {$DEFINE UseAsyncProcess}
>      {$ENDIF}
>    {$ENDIF}
>  {$ENDIF}
>
> Micha
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



More information about the Lazarus mailing list