From owner-freebsd-ports Thu Mar 21 7:14:55 2002 Delivered-To: freebsd-ports@freebsd.org Received: from gate.sinica.edu.tw (gate.sinica.edu.tw [140.109.4.130]) by hub.freebsd.org (Postfix) with ESMTP id 2440E37B400; Thu, 21 Mar 2002 07:14:46 -0800 (PST) Received: from gate.sinica.edu.tw (140-109-226-121.adsl.sinica.edu.tw [140.109.226.121]) (authenticated) (user is authenticated as jihuang using PLAIN) by gate.sinica.edu.tw (8.11.3/8.11.3) with ESMTP id g2LFEk706903; Thu, 21 Mar 2002 23:14:46 +0800 (CST) Message-ID: <3C99F8F7.9020106@gate.sinica.edu.tw> Date: Thu, 21 Mar 2002 23:15:03 +0800 From: June-Yen Huang User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.Org, gnome@FreeBSD.Org Subject: imlib hangs enlightenment Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is the detail explaination for why enlightenment hagns when it startup... E16 call Imlib_load_image() in imlib library for load pager cache, where its source locate at $imlib_work_dir/Imlib/load.c the file is --- Netpbm PPM "rawbits" image data so the Imlib_load_image() call to HERE (util.c) ------------------------------------------ close_helper(FILE * fp) { int info; fclose(fp); signal(SIGPIPE, oldpiper); waitpid(hpid, &info, 0); return WEXITSTATUS(info); } --------------------------------------- and wait for any child process....so that E16 hangs when it startup!!! I don't know the detail purpose of those code, So I stop tracing.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message