Re: help please!
- From: January Weiner 3 <jweiner1 ix urz uni-heidelberg de>
- To: Kilobug <le-mig_g epita fr>
- Cc: misa socix com, gtk-app-devel-list gnome org
- Subject: Re: help please!
- Date: Thu, 12 Apr 2001 11:44:56 +0200 (METDST)
I got those kinds of problem with a code like:
if (!fork())
{
execlp(....);
exit(1);
}
Because if the xec fails, exit is called, and there are some atexit() stuff
that send things to the X server, and this cause problems with the other
process.
RTFM, pal. This is in the gtk FAQ. You have to use _exit rather then exit.
j.
----)-\//-///-----------------------------------January-Weiner-3-------
Zoom! -what was that? That was your life, mate. Oh, that was
quick, do I get another? Sorry mate, that's your lot. [ Basil ]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]