Comment 7 for bug 1560328

Revision history for this message
Björn Michaelsen (bjoern-michaelsen) wrote : Re: soffice.bin crashed with SIGSEGV in OutputDevice::GetGraphics()

In vcl/source/app/svmain.cxx:519, mpBlendFrameCache is deleted, which causes various dtors to fire, some need a default window. The default window has already been disposed at vcl/sourcw/app/svmain.cxx:437 with: pSVData->mpDefaultWin.disposeAndClear(); -- so this blows up.