Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 23:15:03 +0800
From:      June-Yen Huang <jihuang@gate.sinica.edu.tw>
To:        freebsd-ports@FreeBSD.Org, gnome@FreeBSD.Org
Subject:   imlib hangs enlightenment
Message-ID:  <3C99F8F7.9020106@gate.sinica.edu.tw>

next in thread | raw e-mail | index | archive | help
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-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C99F8F7.9020106>