Issue 78639

Summary: Toolbar drawing issue and associated crash
Product: porting Reporter: pavel
Component: MacOSXAssignee: ericb
Status: CLOSED IRREPRODUCIBLE QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues, philipp.lohmann
Version: 680m214Keywords: aqua
Target Milestone: ---   
Hardware: All   
OS: Mac OS X, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
two toolbars none

Description pavel 2007-06-19 03:35:43 UTC
Hi,

in the current aquavcl01, I sometimes get the attached screen.

If it is shown this way, it crashed after Apple+Q with this:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x0000005c
0x011a44a2 in Window::ImplAddDel (this=0x2d56950, pDel=0xbffff220) at /Volumes/Build/pavel/
AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:1660
1660            pDel->mpNext = mpWindowImpl->mpFirstDel;
(gdb) where
#0  0x011a44a2 in Window::ImplAddDel (this=0x2d56950, pDel=0xbffff220) at /Volumes/Build/pavel/
AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:1660
#1  0x011afbf1 in Window::CallEventListeners (this=0x25961110, nEvent=0, pData=0x0) at /Volumes/
Build/pavel/AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:5348
#2  0x011b1091 in Window::ImplResetReallyVisible (this=0x25961110) at /Volumes/Build/pavel/
AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:1562
#3  0x011b4f09 in Window::Show (this=0x25961110, bVisible=0 '\0', nFlags=2) at /Volumes/Build/
pavel/AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:6379
#4  0x011b4d11 in Window::Show (this=0x25960e20, bVisible=0 '\0', nFlags=2) at /Volumes/Build/
pavel/AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:6346
#5  0x011b4d11 in Window::Show (this=0x32cee00, bVisible=0 '\0', nFlags=2) at /Volumes/Build/
pavel/AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/window.cxx:6346
#6  0x0115c005 in ImplDockingWindowWrapper::~ImplDockingWindowWrapper (this=0x2595f6f0) at /
Volumes/Build/pavel/AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/dockmgr.cxx:846
#7  0x0115d08c in DockingManager::~DockingManager (this=0x2d70990) at /Volumes/Build/pavel/
AQUA/BuildDir/ooo_SRC680_m214_src/vcl/source/window/dockmgr.cxx:390
#8  0x01016568 in ImplDeInitSVData () at /Volumes/Build/pavel/AQUA/BuildDir/
ooo_SRC680_m214_src/vcl/source/app/svdata.cxx:191
#9  0x01013750 in Application::~Application (this=0x0) at /Volumes/Build/pavel/AQUA/BuildDir/
ooo_SRC680_m214_src/vcl/source/app/svapp.cxx:299
#10 0x0000253f in main ()
#11 0x00001e66 in start ()
Comment 1 pavel 2007-06-19 03:36:24 UTC
Created attachment 46046 [details]
two toolbars
Comment 2 shaunmcdonald131 2007-06-19 10:14:09 UTC
adding keyword
Comment 3 pavel 2007-08-10 08:32:41 UTC
Works here now. No such crashes for a long time.
Comment 4 pavel 2007-08-10 08:47:28 UTC
Closing.