Bug 305690

Summary: OpenOffice 'file' menu hangs X
Product: [openSUSE] openSUSE 10.2 Reporter: Seth R Arnold <seth.arnold>
Component: X.OrgAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <xorg-maintainer-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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 ***