| Summary: | Assertion when trying to open a database file from main Base menu | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | aron.budea, caolan.mcnamara |
| Priority: | medium | ||
| Version: | 6.4.0.0.alpha1+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:6.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 105537 | ||
| Attachments: |
Windows assert
bt with debug symbols from RoadmapWizard::implUpdateRoadmap bt with debug symbols from assertion |
||
|
Description
Julien Nabet
2019-08-28 13:06:36 UTC
Created attachment 153710 [details]
Windows assert
I also noticed these on console: warn:legacy.tools:24512:18724:vcl/source/control/roadmapwizard.cxx:303: RoadmapWizard::implUpdateRoadmap: there is no such path! warn:vcl.opengl:24512:18724:vcl/opengl/win/gdiimpl.cxx:554: Render Target: Window: 1, Bitmap: 0 warn:vcl.opengl:24512:18724:vcl/opengl/win/gdiimpl.cxx:555: Supports OpenGL: 1 Assertion failed: !pWindow || (pWindow->IsSystemWindow() || pWindow->IsDockingWindow()), file C:/BLP/core/vcl/source/app/salvtables.cxx, line 5913 Caolán: thought you might be interested in this one. I wonder if it might be related to welding migration. I'll try to reproduce this on Linux. Created attachment 153717 [details]
bt with debug symbols from RoadmapWizard::implUpdateRoadmap
On pc Debian x86-64 with master sources updated today, I could reproduce this with gen rendering (I don't reproduce this with gtk3)
Created attachment 153718 [details]
bt with debug symbols from assertion
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/51f312c1366d815f8ccfd68931edba664866df09%5E%21 Resolves: tdf#127198 assert on dialog from db wizard It will be available in 6.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. With master sources updated today, I don't reproduce the assertion. Thank you Caolán! |