Created attachment 143521 [details] exchange_database_file Hello, When I try to print in a file from a mailing document, LibreOffice crashes. Step to reproduce: 1 - Open Writer and go to Edit > Exchange Database 2 - Browse the database donnees.ods (joined) and add it 3 - Go to View > Data Sources and unroll donnees > Tables and click on Feuille1 4 - Select each column and drag it to the writer document 5 - Go to File > Print (click yes when the popup appears) 6 - Set the output to File and save the document The crash appears. I reproduced this crash with gdb and I got this error just before the crash: warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_addressbooksource.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeprintdocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergesavedocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergecreatedocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeemaildocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeexcludeentry.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergecurrententry.png' from icon theme 'elementary' warn:ucb.ucp.gio:2486:2486:ucb/source/ucp/gio/gio_content.cxx:392: ignoring GError "Operation not supported" for <> warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_addressbooksource.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeprintdocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergesavedocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergecreatedocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeemaildocuments.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergeexcludeentry.png' from icon theme 'elementary' warn:fwk.uiconfiguration:2486:2486:framework/source/uiconfiguration/ImageArrayData.cxx:74: Failed to load image 'cmd/lc_mailmergecurrententry.png' from icon theme 'elementary' warn:svx.fmcomp:2486:2486:svx/source/fmcomp/fmgridcl.cxx:1898: N3com3sun4star3uno9ExceptionE warn:vcl:2486:2486:vcl/source/app/salusereventlist.cxx:114: Uncaught com.sun.star.lang.DisposedException Thread 1 "soffice.bin" received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type. (gdb) c Continuing. warn:vcl:2486:2486:vcl/source/window/dialog.cxx:864: Dialog::StartExecuteModal() - Parent not visible warn:sfx.view:2486:2486:sfx2/source/view/viewfrm.cxx:3047: SID_SIDEBAR state requested, but no task pane child window exists for this ID! [Thread 0x7fffd1f29700 (LWP 4033) exited] [New Thread 0x7fffd1f29700 (LWP 4043)] warn:sfx.view:2486:2486:sfx2/source/view/viewfrm.cxx:3047: SID_SIDEBAR state requested, but no task pane child window exists for this ID! [Thread 0x7fffd1f29700 (LWP 4043) exited] [Thread 0x7fffc8ac4700 (LWP 3967) exited] This problem exists on master.
Bisection: 5.4.7.2 -> No bug 6.0.0.0.alpha -> Bug All version above 6 and master -> Bug
Maybe related to this: https://bugs.documentfoundation.org/show_bug.cgi?id=108572 I am reverting the patch to confirm.
You didn't list the latest commit hash you reproduced the crash with, but if it's earlier than 07-05, I'd give it a try with a fresher build, see bug 116543. Backtrace information is rather limited as well, these steps should provide more extensive backtrace: https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace
Most likely, a dupe of bug 116543. Please reopen it if you can still reproduce it in the latest version *** This bug has been marked as a duplicate of bug 116543 ***
Bug is still present on master
I did a bisection and this commit creates the bug: 97477ee5e11951a5a25a91b89f1b71a1b78ac8f5
Reproduced in Version: 6.2.0.0.alpha0+ Build ID: dbf8ad9bc385411c349095dfa66345464b4215d6 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded
@Mike, this issue is similar to bug 116543, I thought you could be interested...
I wrote a patch that fixes it: https://gerrit.libreoffice.org/#/c/58837/
(In reply to Jean-Sebastien Bevilacqua from comment #9) > I wrote a patch that fixes it: https://gerrit.libreoffice.org/#/c/58837/ Thanks for taking a stab at this, Jean-Sebastien! Unfortunately as far as I can see this patch brings back bug 108572. Is there a chance the fixed behavior could be preserved?
Thanks M. Budea for noticing this regression. We should wait for Mike Kaganski which knows this better than me. JS
Still reproducible in Versión: 6.1.3.2 Id. de compilación: 86daf60bf00efa86ad547e59e09d6bb77c699acb Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; Configuración regional: es-ES (es_ES); Calc: group threaded (In reply to Jean-Sebastien Bevilacqua from comment #11) > Thanks M. Budea for noticing this regression. > We should wait for Mike Kaganski which knows this better than me. > > JS @Mike Kaganski, any chance you could take a look at this issue after you fixed bug 116543 ?
*** Bug 121951 has been marked as a duplicate of this bug. ***
It no longer crashes in Version: 6.3.0.0.alpha0+ Build ID: 892a5cfe557edb405ec0037676f02a1c24dd76ec CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded after https://git.libreoffice.org/core/+/92edea090128839f54a7f628662529e66d657ab4%5E%21 but the output file is blank... Closing as a duplicate of bug 117480 *** This bug has been marked as a duplicate of bug 117480 ***