| Summary: | "abort() has been called" upon start in debug build | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Aron Budea <aron.budea> |
| Component: | graphics stack | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kendy, quikee |
| Priority: | medium | ||
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=100300 https://bugs.documentfoundation.org/show_bug.cgi?id=101907 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 93529 | ||
| Attachments: |
abort() dialog
assertion failed OpenGL device log |
||
|
Description
Aron Budea
2016-06-20 04:03:57 UTC
I wonder if bug 98365 is related. It's a 32-bit build, and not a crash, but the crash might've become something more graceful since then, and the 32-bitnes doesn't matter much, I think I encountered sporadic first-time crashes with 32-bit builds of 5.1.3.2 as well. 5.2.0.1: Very first start, crash in MSVCR120.DLL, starts in 'UI Render: default' mode on 2nd try. Cleared user profile, no crash upon start, starts in 'UI Render: GL' mode. Could be the same issue... I managed to debug into it, and if it worked correctly, this is where tha abort() is called: pSVData->mpApp->Exception( nVCLException ); http://opengrok.libreoffice.org/xref/core/vcl/source/app/svmain.cxx#147 This is the actual abort() call inside Desktop::Exception(ExceptionCategory nCategory): Application::Abort( OUString() ); http://opengrok.libreoffice.org/xref/core/desktop/source/app/app.cxx#1281 Created attachment 126096 [details] assertion failed Currently there's also an assertion failed afterwards: assert(!mIpcThread.is()); http://opengrok.libreoffice.org/xref/core/desktop/source/app/officeipcthread.cxx#949 Build ID: 9fee132c18b658c9ea9fb1114c1fefa56b57532a Empty profile not needed. I ran Writer just fine with default rendering, then switched to GL, and upon restart got abort() + assertion failed. Upon next start Writer started with default rendering, switching to GL again worked, there were no further errors. Created attachment 127441 [details]
OpenGL device log
Attaching device log. CPU/GPU is an AMD 10-7800 APU.
Resolving as a duplicate, seems to be the same thing :-) *** This bug has been marked as a duplicate of bug 102295 *** |