To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41898
User as changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Feb 7 02:11:10 -0800
2005 -------
The problem behind: All these documents are loaded by using PostUserEvent(). On
the other side we reschedule during loading of documents in general. So all
load
requests will be overlapped. Means:
start loading doc 1
start loading doc 2
...
start loading doc n
finish loading doc n
...
finish loading doc 2
finish loading doc 1
The code, which searched frames for a target _default, was not aware about
that.
So it reuses some frames, which was already used by other load requests.
Now it's fixed. Every document should get it's own frame ....
BUT ! Using this overlapp mechanismus can produce a stack overflow (wich will
result in a crash). The question is: how many documents must be loaded to
produce such crash?
---------------------------------------------------------------------
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]