To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93215 Issue #|93215 Summary|static Bitmap dtor SEGV Component|gsl Version|DEV300m30 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|pl Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Thu Aug 28 14:45:59 +0000 2008 ------- At least on unxsoli4.pro DEV300m30 reproducible as follows: In a non-buildenv shell start soffice "-accept=pipe,name=$USER;urp" and in a buildenv shell cd forms/qa/unoapi && dmake; after the dmake finishes terminate the office: [EMAIL PROTECTED] ([EMAIL PROTECTED]) terminated by signal SEGV (no mapping at the fault address) [1] ImpBitmap::~ImpBitmap(this = ???) (optimized), at 0xfd6ef2e1 (line ~60) in "impbmp.cxx" [2] Bitmap::ImplReleaseRef(this = ???) (optimized), at 0xfd6af2b4 (line ~413) in "bitmap.cxx" [3] Bitmap::~Bitmap(this = ???) (optimized), at 0xfd6ae876 (line ~160) in "bitmap.cxx" [4] BitmapEx::~BitmapEx(this = ???) (optimized), at 0xfd6c2e90 (line ~187) in "bitmapex.cxx" [5] __SLIP.FINAL__A(0x8047c0c, 0x8047b64, 0xfef7e000, 0xfef83080, 0x8047b9c, 0xfeed49e2), at 0xf0e22a8b [6] _exithandle(0xfeffa7d8, 0x8050a9b, 0x0, 0x8050a08, 0x8050c38, 0xfefd4914), at 0xfeee1d2d [7] exit(0x2, 0x8047c74, 0x8047cbe, 0x0, 0x8047cdc, 0x8047cf3), at 0xfeed49e2 The BitmapEx is SdPageObjectFadeNameNumberPrimitive::maFadeEffectIconBitmap (sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx:1.23 l. 603), the Bitmap is the BitmapEx::aMask member, and the ImpBitmap dtor tries to read the mpSalBitmap vtable to execute the delete mpSalBitmap at vcl/source/gdi/impbmp.cxx:1.12 l. 60. --------------------------------------------------------------------- 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]
