insert image or frame in Writer document open properties of image or frame go to Macro tab > Crash Version: 5.4.0.0.alpha1+ Build ID: f6fd7dd08b478857234a3b1b5b18e65e9b250174 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-05-11_08:26:56 Locale: nl-NL (nl_NL.UTF-8); Calc: group A bunch of crash reports must have been sent from my computer the last day's, maybe 10 or so.
Also with a clean user profile. The popup reads "Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org. Add detailed instructions on how to reproduce the crash and the shown crash ID into the crash report field. Thank you for your help in improving LibreOffice daily20170511." Where to find the crash ID?
Regression introduced by: author Michael Stahl <mstahl@redhat.com> 2017-01-17 14:38:11 (GMT) committer Michael Stahl <mstahl@redhat.com> 2017-01-17 22:42:01 (GMT) commit 743f9fc86f3d3b6e87bf58c0654bcdccab0ab383 (patch) tree b38040b0d02b67e0284f20403d3b5a98ea4a9d66 parent 6ef033669762a0c7ce70c111458437d5e727a4ae (diff) python3: upgrade to release 3.5.3 Bisected with bibisect-linux-64-5.4. Adding Cc: to Michael Stahl
it doesn't crash for me with a build with debug symbols
(In reply to Xisco Faulí from comment #2) > commit 743f9fc86f3d3b6e87bf58c0654bcdccab0ab383 (patch) 2017-01-17 .. odd that I only encounter the problem now.
Created attachment 133316 [details] bt with debug symbols On pc Debian x86-64 with master sources updated yesterday, I could reproduce this. (enable-dbgutil + gtk3)
Xisco: I don't think it's related with Python upgrade (according to description of pb + bt), are you sure about the bibisect?
Searching about m_xContext which seems lacking here, I found this commit more recent: https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=e4d7511d7e49af14e3c8113bb1440e0eb04f40ad (2017-05-09) Maxim: thought you might be interested in this one.
(In reply to Julien Nabet from comment #6) > Xisco: I don't think it's related with Python upgrade (according to > description of pb + bt), are you sure about the bibisect? I've just recalled the problem is in the bisect repository bibisect-linux-64-5.4 when python is required. Same happened when I bisected bug 106117. The problem wasn't introduced by 743f9fc86f3d3b6e87bf58c0654bcdccab0ab383 then. My bad.
(In reply to Julien Nabet from comment #7) > Searching about m_xContext which seems lacking here, I found this commit > more recent: > https://cgit.freedesktop.org/libreoffice/core/log/ > ?qt=range&q=e4d7511d7e49af14e3c8113bb1440e0eb04f40ad (2017-05-09) > > Maxim: thought you might be interested in this one. Thanks Julien. That's indeed seems related to my commit.
Before the patch, we got this line 623: Image aImage = GetImage( theChild, xCtx, bIsRootNode ); and xCtx is initialized with: 533 Reference< XComponentContext > xCtx( 534 comphelper::getProcessComponentContext() ); 535 try 536 { 537 Reference< browse::XBrowseNodeFactory > xFac = browse::theBrowseNodeFactory::get( xCtx ); Now GetImage is in FillScriptList and use m_xContext: 606 Image aImage = GetImage( theChild, m_xContext, bIsRootNode ); but m_xContext is empty ref (it was also the case before patch)
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a4f512d09ff39ef2a46a7e5ad512460c6093d25a tdf#107847 Make sure m_xContext is not empty It will be available in 5.4.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
thanks for the quick fix :) Ok in Version: 5.4.0.0.alpha1+ Build ID: b9d75dea30adaa53be58c112f255c9fcd3eea400 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2017-05-15_03:00:16 Locale: nl-NL (nl_NL.UTF-8); Calc: group
Zdeněk Crhonek committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/de022e50184ffe162c9ef617e489533b54890a05%5E%21 uitest for bug tdf#107847 It will be available in 6.3.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.