To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=98481 Issue #|98481 Summary|crash when exporting document to pdf Component|Word processor Version|DEV300 m39 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|fme Reported by|sj
------- Additional comments from [email protected] Mon Jan 26 13:50:33 +0000 2009 ------- If exporting the document attached in issue 98402 I got a crash in sw/source/core/text/EnhancedPDFExportHelper.cxx line 390. There following code leads to a crash because the iterator returned by find is empty. FrmTagIdMap& rFrmTagIdMap = SwEnhancedPDFExportHelper::GetFrmTagIdMap(); const FrmTagIdMap::const_iterator aIter = rFrmTagIdMap.find( pKey ); nReopenTag = (*aIter).second; I am not sure, if it is an error if the key is not available, or if it sufficient just to check the iterator. And of course other people are not crashing, seems I have different pdf export settings. --------------------------------------------------------------------- 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]
