Bug 305690 - OpenOffice 'file' menu hangs X
Summary: OpenOffice 'file' menu hangs X
Status: RESOLVED DUPLICATE of bug 245711
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: X.Org (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 22:50 UTC by Seth R Arnold
Modified: 2007-08-29 01:10 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seth R Arnold 2007-08-28 22:50:21 UTC
When I try to use the openoffice 'file' menu (in either writer or impress), X jumps into a busy loop of some sort.

strace from ooo:
poll( <unfinished ...>

ltrace from ooo is blank.


strace from X:
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7c40708) = ? ERESTARTNOINTR (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7c40708) = ? ERESTARTNOINTR (To be restarted)
...

ltrace from X:
31477 __errno_location()                         = 0xb7c4068c
31477 --- SIGALRM (Alarm clock) ---
31477 __errno_location()                         = 0xb7c4068c
31477 --- SIGALRM (Alarm clock) ---
31477 __errno_location()                         = 0xb7c4068c
...


Seems there's two bugs: first, that X is brittle in the face of application behaviour, second that OOo's application behaviour is so hostile.

What else can I provide? Thanks
Comment 1 Stefan Dirsch 2007-08-29 01:10:51 UTC

*** This bug has been marked as a duplicate of bug 245711 ***