Description: On Win 10 with master sources updated today + enable-dbgutil, I got an assert when trying to open a database file. Steps to Reproduce: 1. Launch Base 2. Click "Open a database file..." 3. Click "Open button" Actual Results: Assertion Expected Results: No assertion Reproducible: Always User Profile Reset: No Additional Info:
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!