Re: [gtk-list] Re: external program;Somebody else with running problems




On Fri, 26 Feb 1999, Sergiu Gavrila wrote:
>            execl(line,line,NULL);
>            exit(0);

You have to use _exit() instead of exit() so Gdk doesn't shut down.

Also, be sure you don't access the GUI in the child.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]