To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67868


User iha changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|iha                       |aw
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Aug 26 03:12:01 -0700 
2006 -------
I can reproduce now with a slightly different stack and behaviour:

tl680mi.dll!_chkstk()   Asm
go680mi.dll!DbgIsAssert()       C++
go680mi.dll!B3dEdgeEntryBucketMemArr::operator[](169)   C++
go680mi.dll!B3dEdgeEntryBucket::operator[](43404)       C++
go680mi.dll!B3dComplexPolygon::InsertEdge(0x0f096ea0, 0x0f0ab5d0, 0)    C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++
go680mi.dll!B3dComplexPolygon::ExtractTriangle()        C++

The B3dEdgeEntryBucket entries in the above call are normally hidden behind a 
macro.

When B3dEdgeEntryBucket::operator[] is called in this scenario with parameter
position=43404 then the next call goes into another macro SV_IMPL_VARARR which
there leads to DbgIsAssert() and a stack overflow notice.

Armin, could you please take over, as you are the owner of B3dComplexPolygon.
The error occurs during the paint call, long after all shapes are generated by
the chart via the UNO API.
After ignorance of the stackoverflow exception there is an AccessViolation
during Region destructor (maybe the known vcl problem with exceptions during
paint again!).
Some more AccessViolations and in the end - ok my debug version does not crash
immidiately - but only be by chance I guess. When trying to rotate the created
diagram afterwards the whole Office shuts down immidiately.

Armin, be aware that this occurs with the new chart, so you need CWS chart2mst3.

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