Issue 117970 - soffice.bin hung in futex call
Summary: soffice.bin hung in futex call
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 3.3 RC8
Hardware: PC Linux, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2011-05-03 08:18 UTC by tzp
Modified: 2014-01-19 16:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tzp 2011-05-03 08:18:28 UTC
OOO33m20 (build 9567):

The soffice.bin seems to be hung in a futex call:

>ps -Af | grep soffice
...   22434 16648  0 Apr07 pts/1    00:00:00 /bin/sh /usr/local/bin/soffice
...   22448 22434  0 Apr07 pts/1    01:36:04 /opt/openoffice.org3/program/soffice.bin

strace-ing the process gives this:

>strace -p 22448
Process 22448 attached - interrupt to quit
futex(0xb17bbbd8, FUTEX_WAIT, 22451, NULL^C <unfinished ...>
Process 22448 detached

If I want to start soffice again in this state to open a file, it will start up but crash after 10 s or so. This behaviour remains until I kill the stuck process.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:27:01 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.