To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92504
Issue #|92504
Summary|Crash reporter fails trying to recover after a crash i
|n BASIC/Spreadsheet
Component|framework
Version|DEV300m29
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P2
Subcomponent|code
Assigned to|hro
Reported by|jsk
------- Additional comments from [EMAIL PROTECTED] Wed Aug 6 07:06:55 +0000
2008 -------
This problem was found as a sideeffect of issue 92477 where a macro moves a
sheet to an invalid index. The application then crashes and the document
recovery fails.
Reproduction:
- Open a new spreadsheet
- Go to Tools/Macros/BASIC Organizer
- Create a new macro below My Macros with following content:
sub crashme
ThisComponent.getSheets().moveByName( "Sheet1", 20 )
end sub
Note: The sheet must exist by that exact name (in german "Tabelle1"), the index
(20) must be well out of range
- Close the BASIC IDE
- From the spreadsheet run the macro (Tools/Macro/Run Macro...)
The result:
- Either autosaving the document hangs or we get a recovery loop.
---------------------------------------------------------------------
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]