To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110837
                 Issue #|110837
                 Summary|Wrong cups client configuration can hang OOo on start
               Component|Word processor
                 Version|OOo 2.4.1
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|writerneedsconfirm
             Reported by|jbuch





------- Additional comments from jb...@openoffice.org Tue Apr 13 11:10:04 +0000 
2010 -------
When the IP in a CUPS client configuration is not reachable, OOo hangs for about
5 minutes on first start.

$ cat /etc/cups/client.conf 
ServerName 192.168.21.1

If the IP is not reachable, even a ping would hang.  This can for example happen
due to wrong routing tables.

Unfortunately I overwrote the strace output, but the gist was this:

One process opens and reads the CUPS client config to get the Printers.  It then
proceeds with a connect(2) to the ServerName.
A second process then does LOTS of futex() calls, waiting for the first process
to finish.  This takes about 5 minutes.

If you need more information, I can recreate the strace output if necessary.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to