[graphics-issues] [Issue 88307] crash on closing document (chart was canceled)

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


User smith77 changed the following:

What|Old value |New value

  CC|'iha,mav,pl'  |'iha,mav,natalia_hitekscho
|  |ol,pl'





--- Additional comments from smit...@openoffice.org Sat Apr  4 19:59:53 
+ 2009 ---
VERIFAYED ON MASTER VERSION OOo 3.1 - NO PROBLEM FOUND .

-
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 88307] crash on closing document (chart was canceled)

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


User oc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Aug 21 09:27:54 + 
2008 ---
verified in cws_tl61

-
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 88307] crash on closing document (chart was canceled)

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


User tl changed the following:

What|Old value |New value

 Assigned to|tl|oc





--- Additional comments from [EMAIL PROTECTED] Wed Aug 20 12:23:29 + 
2008 ---
.

-
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 88307] crash on closing document (chart was canceled)

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





--- Additional comments from [EMAIL PROTECTED] Tue Aug 19 11:39:53 + 
2008 ---
TL: Now fixed in CWS tl61 and not in tl51.

-
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 88307] crash on closing document (chart was canceled)

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


User tl changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 18 08:07:07 + 
2008 ---
Fixed in CWS tl59.

Files changed:
- sw/source/core/unocore/unochart.cxx

-
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 88307] crash on closing document (chart was canceled)

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


User oc changed the following:

What|Old value |New value

  CC|'iha,pl'  |'iha,mav,pl'





--- Additional comments from [EMAIL PROTECTED] Fri Aug 15 12:04:23 + 
2008 ---
adding cc

-
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 88307] crash on closing document (chart was canceled)

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 15 12:59:46 + 
2008 ---
Easy to fix.
Basically just replace the line
const Set_DataSequenceRef_t rSet = aDataSequences[ pTable ];
in SwChartDataProvider::DisposeAllDataSequences by 
const Set_DataSequenceRef_t aSet = aDataSequences[ pTable ];
That is use a copy of the STL container and not the original.
The problem with the first solution is that a call-back from -dispose will
implicitly remove an element of that container and thus the iterator is broken.


-
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 88307] crash on closing document (chart was canceled)

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


User oc changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Aug 15 13:55:47 + 
2008 ---
raising target

-
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 88307] crash on closing document (chart was canceled)

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


User mba changed the following:

What|Old value |New value

Target milestone|OOo 3.0   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Mon Jun  9 10:28:37 + 
2008 ---
target 3.1

-
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 88307] crash on closing document (chart was canceled)

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


User iha changed the following:

What|Old value |New value

  CC|'pl'  |'iha,pl'

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Thu Jun  5 13:57:16 + 
2008 ---
I checked with dev300m17 unxmacxi.pro and cannot reproduce the crash anymore.

-
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 88307] crash on closing document (chart was canceled)

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


User iha changed the following:

What|Old value |New value

 Assigned to|iha   |tl





--- Additional comments from [EMAIL PROTECTED] Thu Jun  5 13:59:06 + 
2008 ---
@Thomas, as SwChartDataProvider::DisposeAllDataSequences is your code maybe you
want to have a look at this nevertheless?

-
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 88307] crash on closing document (chart was canceled)

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


User iha changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Thu Jun  5 14:35:56 + 
2008 ---
uups, I can reproduce with a slightly different scenario:
choose 'discard' instead of 'cancel' in the last step

-
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 88307] crash on closing document (chart was canceled)

2008-04-16 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88307


User pl changed the following:

What|Old value |New value

 Assigned to|pl|iha





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 09:07:40 + 
2008 ---
actually it fails for me when closing the office with the following stack:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xc738103f
0x95a02eb5 in std::_Rb_tree_increment ()
(gdb) where
#0  0x95a02eb5 in std::_Rb_tree_increment ()
#1  0x2098e648 in SwChartDataProvider::DisposeAllDataSequences ()
#2  0x2098e8c1 in SwChartDataProvider::dispose ()
#3  0x20d58bf1 in SwDocShell::~SwDocShell ()
#4  0x0086e8ff in SfxViewFrame::ReleaseObjectShell_Impl ()
#5  0x0088 in SfxTopViewFrame::~SfxTopViewFrame ()
#6  0x00882aeb in SfxTopViewFrame::Close ()
#7  0x0085c8e3 in SfxFrame::DoClose_Impl ()
#8  0x0088edf8 in SfxBaseController::dispose ()
#9  0x12e6d239 in framework::Frame::setComponent ()
#10 0x12e6c800 in framework::Frame::close ()
#11 0x12e48ef4 in framework::Desktop::impl_closeFrames ()
#12 0x12e4c1c6 in framework::Desktop::terminate ()
#13 0x000a95a9 in desktop::Desktop::QueryExit ()
#14 0x01b322e8 in ImplWindowFrameProc (pWindow=0x24a54cb0, nEvent=13,
pEvent=0x0) at
/Volumes/Tiger/Users/pl93762/aquavcl07/vcl/source/window/winproc.cxx:2519
#15 0x01cb8e11 in SalFrame::CallCallback (this=0x1ce9efc0, nEvent=13,
pEvent=0x0) at ../../../inc/vcl/salframe.hxx:315
#16 0x01bdc3ca in -[VCL_NSApplication applicationShouldTerminate:]
(self=0x731f260, _cmd=0x922340e8, app=0x731f260) at vclnsapp.mm:210

-
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 88307] crash on closing document (chart was canceled)

2008-04-16 Thread iha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88307


User iha changed the following:

What|Old value |New value

  CC|''|'pl'





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 09:57:52 + 
2008 ---
-tbo,pl: in which version does the crash occur?

-
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 88307] crash on closing document (chart was canceled)

2008-04-16 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88307


User pl changed the following:

What|Old value |New value

 Version|1.0.0 |DEV300m6





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 10:43:22 + 
2008 ---
sorry, for me that was a DEV300m6, nonpro

-
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 88307] crash on closing document (chart was canceled)

2008-04-15 Thread tbo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88307
 Issue #|88307
 Summary|crash on closing document (chart was canceled)
   Component|Chart
 Version|1.0.0
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|tbo





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 18:00:47 + 
2008 ---
How to reproduce:
- open writer
- insert table
- while cursor is inside table: insert-object-chart
- press cancel on chart dialog
- file-close: select cancel, when asked for saving
- crash

Autotest would be w_updt.bas testcase: tInsertObjectChart

-
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 88307] crash on closing document (chart was canceled)

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


User tbo changed the following:

What|Old value |New value

Keywords|  |aqua

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 18:01:54 + 
2008 ---
target, keyword

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