To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90835
------- Additional comments from [EMAIL PROTECTED] Fri Jul 4 15:04:05 +0000
2008 -------
btw, i think you can test the change i made with the following basic code:
x = createUnoService("com.sun.star.ucb.SimpleFileAccess")
s = x.openFileRead("file:///tmp/foo.xml") ' note: file must exist!
db = createUnoService("com.sun.star.xml.dom.DocumentBuilder")
db.parse(s)
(first create an empty file foo.xml somewhere)
this should (on non-pro) open an assertion window, and not crash.
the bug which i fixed is in the error handling path, so in case of the update, i
believe a crash would only occur if the update server delivers an empty file,
which is probably not something that happens regularly.
if the above code runs, but you still get a crash with the update, then maybe
the crash is caused by something different altogether.
---------------------------------------------------------------------
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]