To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69089
                 Issue #|69089
                 Summary|Crash due to unexpected reschedule
               Component|Word processor
                 Version|680m181
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|fme





------- Additional comments from [EMAIL PROTECTED] Wed Aug 30 01:50:32 -0700 
2006 -------
Execute the attached macro (this will load and store the file d:\crashfile.sxw,
change path if necessary) -> Crash

The crash is caused by a reentrance in SetProgressState(), triggered by an
unexpected reschedule. Note: This reschedule is *not* the root cause of the
problem. The root cause is the asynchronous use of the HTML parser: The basic
macro executes the Store function although the HTML parser is not yet finished
parsing the file. Inserting a wait(1000) between the load and store call in the
macro resolves the problem.

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