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


User mav changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Wed Oct 14 06:29:46 +0000 
2009 -------
The main reason for the crash was memory corruption. There were three problems
that have affected the scenario and could cause the memory corruption:
- sal IO implementation had no mutex, it was not necessary before, but buffered
IO needs mutex to be thread safe
- xmlhelp implementation has used pointer to array that has been deleted already
- package implementation had no mutex on stream creation

The first and the third problems are related to multithreading, since the images
are loaded in different thread for html pages ( help uses html filter ). The
fixes are ready, I will look for cws.

---------------------------------------------------------------------
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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

Reply via email to