[graphics-issues] [Issue 108976] deleting a graphic style causes crash

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|90439 |
  is|  |

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Thu Apr 22 09:45:37 + 
2010 ---
integrated OOO320_m14/DEV300_m76

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-03-18 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Mar 18 12:35:05 + 
2010 ---
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-03-17 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User cl changed the following:

What|Old value |New value

 Assigned to|cl|wg





--- Additional comments from c...@openoffice.org Wed Mar 17 08:45:39 + 
2010 ---
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-03-12 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Fri Mar 12 10:31:19 + 
2010 ---
applied to cws impresscomments1

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-03-12 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-02-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976
 Issue #|108976
 Summary|deleting a graphic style causes crash
   Component|Presentation
 Version|DEV300m71
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|graphicsneedsconfirm
 Reported by|cmc





--- Additional comments from c...@openoffice.org Fri Feb  5 09:30:49 + 
2010 ---
1. Load (trivial) .odp
2. Click on image on 1st slide
3. F11, new style from selection - enter asd as name
4. Click outside image to deselect, double click on asd
5. Right click on asd -delete
6. Crash, if not immediate, move to page 2

The asd Stylesheet is deleted, but a SdrPaintView still has a pointer to it
and will die eventually.

Attached patch adds a listener on the stylesheet in the view in order
to detect that its been deleted.

here's what valgrind says

===23353== Invalid read of size 8
==23353==at 0x1B598685: SdrPaintView::GetAttributes(SfxItemSet, unsigned
char) const (in /usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B552ECF: SdrEditView::GetAttributes(SfxItemSet, unsigned
char) const (in /usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B60038E: SdrObjEditView::GetAttributes(SfxItemSet, unsigned
char) const (in /usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1A9C1D82: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsdlx.so)
==23353==by 0x5F41D89: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsfxlx.so)
==23353==by 0x5F4D6A1: SfxDispatcher::_FillState(SfxSlotServer const,
SfxItemSet, SfxSlot const*) (in
/usr/lib64/openoffice.org/basis3.2/program/libsfxlx.so)
==23353==by 0x5F3ACD3: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsfxlx.so)
==23353==by 0x5F3E7B8: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsfxlx.so)
==23353==by 0x5F3E562: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsfxlx.so)
==23353==by 0x7A12B1D: Timer::ImplTimerCallbackProc() (in
/usr/lib64/openoffice.org/basis3.2/program/libvcllx.so)
==23353==by 0x10F30E8D: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libvclplug_gtklx.so)
==23353==by 0x39C0A3A61A: ??? (in /lib64/libglib-2.0.so.0.2302.0)
==23353==  Address 0x1ec0ccd0 is 0 bytes inside a block of size 368 free'd
==23353==at 0x4A04D72: free (vg_replace_malloc.c:325)
==23353==by 0x6374B64: SfxItemSet::~SfxItemSet() (in
/usr/lib64/openoffice.org/basis3.2/program/libsvllx.so)
==23353==by 0x1B508160: Outliner::ImplInitDepth(unsigned short, short,
unsigned char, unsigned char) (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B508D9F: Outliner::Init(unsigned short) (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B509947: Outliner::SetText(OutlinerParaObject const) (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B57C67E:
SdrTextObj::impDecomposeBlockTextPrimitive(com::sun::star::uno::Sequencecom::sun::star::uno::Referencecom::sun::star::graphic::XPrimitive2D
, drawinglayer::primitive2d::SdrBlockTextPrimitive2D const,
drawinglayer::geometry::ViewInformation2D const) const (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B52E5E2: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1C32D6CE:
drawinglayer::primitive2d::BasePrimitive2D::get2DDecomposition(drawinglayer::geometry::ViewInformation2D
const) const (in 
/usr/lib64/openoffice.org/basis3.2/program/libdrawinglayerlx.so)
==23353==by 0x1B52F4FF: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B2C3A95: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B2C4D80: ??? (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)
==23353==by 0x1B2B502A:
sdr::contact::ViewContact::getViewIndependentPrimitive2DSequence() const (in
/usr/lib64/openoffice.org/basis3.2/program/libsvxcorelx.so)

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: 

[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-02-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976





--- Additional comments from c...@openoffice.org Fri Feb  5 09:32:31 + 
2010 ---
Created an attachment (id=67640)
demo.odp


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-02-05 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67641)
one possible soluti
|  |on






--- Additional comments from c...@openoffice.org Fri Feb  5 09:33:26 + 
2010 ---
Created an attachment (id=67641)
one possible solution


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-02-05 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User cl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.2.1





--- Additional comments from c...@openoffice.org Fri Feb  5 09:40:34 + 
2010 ---
thanks cmc looks like a fine patch.

Will have to investigate why the paint view needs to know the default style, but
just out of curiosity

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 108976] deleting a graphic style causes crash

2010-02-05 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108976


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |cl

  Status|STARTED   |NEW





--- Additional comments from w...@openoffice.org Fri Feb  5 09:52:06 + 
2010 ---
Reassigned.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org