[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-27 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Aug 27 11:51:01 + 
2008 ---
Tested and closed.

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-15 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 15 09:29:34 + 
2008 ---
Verified in CWS.

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-14 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cl changed the following:

What|Old value |New value

 Assigned to|cl|wg





--- Additional comments from [EMAIL PROTECTED] Thu Aug 14 08:29:33 + 
2008 ---
verified in cws, back to qa

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-13 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cl changed the following:

What|Old value |New value

 Assigned to|af|cl





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 15:32:19 + 
2008 ---
thanks cmc, the new patch looks very good. I also take it as a reminder that I
wanted to remove the usage of SdrView for ages now.


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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-13 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 15:36:18 + 
2008 ---
this should fix some very timing related crashes that could also happen more
frequently since some versions as I recently changed the lifetime of the uno
pages. Nice that we found and fixed this before final.

patch applied to cws impress152 for OOo 3.0

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-13 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cl changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Aug 13 15:44:54 + 
2008 ---
retarget

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-06 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55598)
a better patch






--- Additional comments from [EMAIL PROTECTED] Wed Aug  6 13:45:34 + 
2008 ---
Created an attachment (id=55598)
a better patch


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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-08-06 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977





--- Additional comments from [EMAIL PROTECTED] Wed Aug  6 13:48:03 + 
2008 ---
I think this is a better patch, the SdrPage uno object creates a SdrView, and
when the SdrModel of the SdrPage is changed when inserted into the new document
the SdrView object whose aDefaultAttr was created from the old SdrModel remains
pointed at the old SdrModel's SfxItemPool, so when the old SdrModel is deleted
we retain a pointer to that old itempool.

I suspect that we have to do like this patch does and create a new SdrView if
the SdrModel changes. It does seem to clear the crash at least.

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-07-23 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User wg changed the following:

What|Old value |New value

 Assigned to|wg|af





--- Additional comments from [EMAIL PROTECTED] Wed Jul 23 06:48:38 + 
2008 ---
Reassigned. Please handle.

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-07-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977
 Issue #|91977
 Summary|sd: crash in presentation wizard
   Component|Drawing
 Version|DEV300m25
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Tue Jul 22 12:18:28 + 
2008 ---
In the presentation wizard if I use from template and in select slide design I
sometimes get a crash.

I attach first a debugging harness for svtools, it should report the case that
causes this crash. Where SfxItemSets remain referencing a _pPoolRanges which
belongs to a template document pool which has been destroyed.

Secondly attached is a patch which makes the crash go away

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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-07-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55280)
patch to aid debugg
|  |ing






--- Additional comments from [EMAIL PROTECTED] Tue Jul 22 12:19:03 + 
2008 ---
Created an attachment (id=55280)
patch to aid debugging


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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-07-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |55281)
patch to fix






--- Additional comments from [EMAIL PROTECTED] Tue Jul 22 12:19:24 + 
2008 ---
Created an attachment (id=55281)
patch to fix


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



[graphics-issues] [Issue 91977] sd: crash in presentation wizard

2008-07-22 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91977


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  is|  |





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