Public bug reported:

Binary package hint: openoffice.org

System: Kubuntu Hardy 8.04 amd64, updated 2008-02-15.
I discovered that if I try to start two openoffice applications at the same 
time, like this:
$ oowriter & oocalc &
either from a terminal or by opening OO documents, then the program drawing the 
splash screen locks up and eats cpu resources and makes Xorg eat cpu resources.
I attached to the oosplash.bin-process with strace and it seems like it's stuck 
in some sort of blocked IO-loop:
poll([{fd=6, events=POLLIN, revents=POLLHUP}], 1, 50) = 1
read(6, "", 255)                        = 0
select(8, [7], [7], NULL, NULL)         = 1 (out [7])
writev(7, [{"[EMAIL PROTECTED]@\4\2\0"..., 72}], 1) = 72
read(7, 0x60d5b4, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
read(7, 0x60d5b4, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=6, events=POLLIN, revents=POLLHUP}], 1, 50) = 1
read(6, "", 255)                        = 0
select(8, [7], [7], NULL, NULL)         = 1 (out [7])
writev(7, [{"[EMAIL PROTECTED]@\4\2\0"..., 72}], 1) = 72
read(7, 0x60d5b4, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
read(7, 0x60d5b4, 4096)                 = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=6, events=POLLIN, revents=POLLHUP}], 1, 50) = 1

I checked the FD:s and found that 6 was a pipe and 7 was a socket.

** Affects: openoffice.org (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Open office splash binary lockup
https://bugs.launchpad.net/bugs/192655
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to