To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90835


User obr changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|WORKSFORME                |
--------------------------------------------------------------------------------
                 Summary|online update check thread|unoxml constructs error me
                        | crashes                  |ssage from freed parser co
                        |                          |ntext
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jun 19 13:02:10 +0000 
2008 -------
Even original the problem has vanished, I think the underlying issue is in
unoxml/source/dom/documentbuilder.cxx, lines 348-350

               xmlFreeParserCtxt(ctxt);
                if (pDoc == 0) {
                        OUString msg = make_error_message(ctxt);

The error text gets constructed from an already free parser context, which
probably causes problems in other areas as well.

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

Reply via email to