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

Re: Iceweasel 3.5



On 2009-08-13 17:22:14 -0400, S. Fishpaste wrote:
> Wow talk about copious output, only 4002 lines.

4002 is not very much, in particular for a complex application such as
Firefox. This means that Firefox has done almost nothing and a problem
occurred very early.

> I have no idea what it all means. There are lots of 'no such
> file/directory' warnings.

Most of them can be normal.

> If you're interested in the tail;
> 
> "4011  <... futex resumed> )             = ? ERESTART_RESTARTBLOCK (To be
> restarted)
> 4005  <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 4009
> 4005  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
> 4005  --- SIGCHLD (Child exited) @ 0 (0) ---
> 4005  waitpid(-1, 0xbfe68ff8, WNOHANG)  = -1 ECHILD (No child processes)
> 4005  sigreturn()                       = ? (mask now [])
> 4005  rt_sigaction(SIGINT, {SIG_DFL}, {0x807ef30, [], 0}, 8) = 0
> 4005  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
> 4005  read(255, "\nexit $exitcode\n"..., 8176) = 16
> 4005  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
> 4005  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
> 4005  exit_group(1)                     = ?
> 4002  <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 4005
> 4002  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
> 4002  --- SIGCHLD (Child exited) @ 0 (0) ---
> 4002  waitpid(-1, 0xbfd7b5f8, WNOHANG)  = -1 ECHILD (No child processes)
> 4002  sigreturn()                       = ? (mask now [])
> 4002  rt_sigaction(SIGINT, {SIG_DFL}, {0x807ef30, [], 0}, 8) = 0
> 4002  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
> 4002  read(255, "exitcode=$?\n\nexit $exitcode\n# EOF"..., 3883) = 35
> 4002  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
> 4002  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
> 4002  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
> 4002  exit_group(1)                     = ?
> "

It terminated with the exit status 1, meaning that an error occurred.
Look at the "clone" and "execve" to know what programs are executed.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


Reply to: