| Summary: | Crash when closing table wizard, then odb file only (not whole LO). | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.4.0 target:7.3.0.0.beta2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
gdb bt (gtk3 rendering)
bt with gen rendering |
||
|
Description
Julien Nabet
2021-12-20 12:13:55 UTC
Created attachment 177034 [details]
gdb bt (gtk3 rendering)
I noticed these logs on console:
warn:toolkit.helper:185884:185884:toolkit/source/helper/unowrapper.cxx:185: UnoWrapper::SetWindowInterface: there is already a WindowPeer/ComponentInterface for this VCL window
warn:dbaccess:185884:185884:dbaccess/source/core/dataaccess/ModelImpl.cxx:923: com.sun.star.container.NoSuchElementException message: /home/julien/lo/libreoffice/package/source/xstor/xstorage.cxx:2974: /home/julien/lo/libreoffice/package/source/xstor/xstorage.cxx:2974
warn:dbaccess:185884:185884:dbaccess/source/core/dataaccess/ModelImpl.cxx:923: com.sun.star.container.NoSuchElementException message: /home/julien/lo/libreoffice/package/source/xstor/xstorage.cxx:2974: /home/julien/lo/libreoffice/package/source/xstor/xstorage.cxx:2974
Created attachment 177035 [details]
bt with gen rendering
I don't reproduce this with LO Debian package 7.2.4.1 or with master sources updated yesterday but with enable-symbols. So enable-dbgutil only? Caolán: any thoughts about specific pb with framework or vcl with enable-dbgutil? I don't get a crash, but I do get warn:sal.osl.mutex:1758238:1758238:sal/osl/unx/mutex.cxx:103: pthread_mutex_lock failed: EINVAL warn:sal.osl.mutex:1758238:1758238:sal/osl/unx/mutex.cxx:149: pthread_mutex_unlock failed: EINVAL warn:sal.osl.mutex:1758238:1758238:sal/osl/unx/mutex.cxx:103: pthread_mutex_lock failed: EINVAL warn:sal.osl.mutex:1758238:1758238:sal/osl/unx/mutex.cxx:149: pthread_mutex_unlock failed: EINVAL which is probably a use of mutex after free I expect https://gerrit.libreoffice.org/c/core/+/127159 to fix this. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/001259475f82d01c59fb559f47500bc62fc7da94 tdf#146333 don't create a new XTitle just to remove a listener from it It will be available in 7.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/c036347589da379f4256627df4fe7f62a2715a59 tdf#146333 don't create a new XTitle just to remove a listener from it It will be available in 7.3.0.0.beta2. 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. Thank you again, let's put this to RESOLVED/FIXED! |