Comment 33 for bug 58171

Revision history for this message
Tero Karvinen (karvinen+launchpad) wrote :

This is how OpenOffice.org does not start:

$ strace oowriter
...
rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
read(10, "#!/bin/sh\n/usr/lib/openoffice/pr"..., 8192) = 59
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f3fd7387770) = 9590
wait4(4294967295, javaldx: Could not find a Java Runtime Environment!
0x7fffdf3a301c, 0, NULL) = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
wait4(4294967295,

In the end, it seems to wait forever (no change in 10 min). Strace output really ends with a partial line "wait4(4294967295,". Error message "javaldx: Could not find a Java Runtime Environment!" is printed also without strace. Top shows that OOo does not take very much memory or CPU time. I am not sure if this is the same ICE-unix bug or a different one.