On Sat, 2007-04-28 at 12:04 -0400, Andreas Köhler wrote:
 
> -  if (kill_it) {
> +  if (kill_it && !proc->dead) {
>      /* give it a chance to die */
> -    g_main_context_iteration (NULL, FALSE);
> +    while (g_main_context_iteration (NULL, FALSE) && !proc->dead)
> +      ;

Can this block forever waiting for the process to die?

David



_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to