To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114245
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |hdu
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Sep 1 20:21:42 +0000
2010 -------
fs->hdu: The problem originates from vcl/win/source/gdi/winlayout.cxx. line 2206
reads:
mpLogClusters[ k ] =
Now when you open the dialog as described above, then you'll reach this line
multiple times, but at least once, k equals -1, so this statement writes to
memory which it doesn't own ... The assertion from the MSVC runtime is then
fired in ~UniscribeLayout, when mpLogClusters is deleted.
---------------------------------------------------------------------
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]