To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75016
                 Issue #|75016
                 Summary|New Chart: Open unknown file type and press Cancel => 
                        |Crash
               Component|Word processor
                 Version|680m202
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|tl
             Reported by|bm





------- Additional comments from [EMAIL PROTECTED] Thu Mar  1 12:24:42 +0000 
2007 -------
Appears in chart2mst3 Milestone 11 build:

1. Try to open a file of unknown type, e.g. a pdf-file.
=> A dialog pops up that offers some choices for ASCII-Text formats (and
obviously a Writer is created in the background)
2. Press Cancel
=> Crash in SwDocShell DTOR

In sw/source/ui/app/docshini.cxx in the DTOR of the SwDocShell (line 549)
GetDoc() returns a NULL-pointer which is accessed unchecked.
Note that in the line below "pDoc" is used, which is probably the same variable
(it is also NULL) that is returned by GetDoc(). Of course both places must be
checked.

-> TL: Please check if it is sufficient to check for the NULL-ness of the
pointer, or anything else is needed (and fix it ;-) )

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