To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72696 Issue #|72696 Summary|uno exe killed by URP SIGPIPE Component|udk Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Mon Dec 18 01:57:14 -0800 2006 ------- At least on SRC680m196 unxlngi6.pro, it sometimes happens that > cd .../testtools/unxlngi6.pro/lib > ./bridgetest_javaserver & > ./bridgetest_client does not succeed (it appears that this happens more often with Java 6). The reason is that the client queries for an unknown type, the server responds by closing the connection, but the client continues with issuing two consecutive sends (with no intervening recvs) of which the second causes SIGPIPE. This can be worked around (on Unix) by setting sigaction of SIGPIPE to SIG_IGN, so that the send returns with EPIPE instead. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
