https://bugs.documentfoundation.org/show_bug.cgi?id=167936
--- Comment #17 from Mikkel Lauritsen <[email protected]> --- (In reply to Commit Notification from comment #15) > Noel Grandin committed a patch related to this issue. > It has been pushed to "libreoffice-25-2": > > https://git.libreoffice.org/core/commit/ > 4d209d61df2aa0bd6af1f9db0525138f04f1ed56 > > tdf#167936 crash when opening document from UNO pipe > > It will be available in 25.2.6. > > 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. The dev build server has a folder named 2025-08-15_06.43.56 - assuming that the date given is in UTC the timestamp is in UTC+2 (which happens to be my timezone), so the build has been made this morning and should include the commit from yesterday. I have tried this build, and it still crashes the same way as before. No debuginfo, but the stacktrace is still basically the same: Thread 7 "cppu_threadpool" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffceffd6c0 (LWP 39142)] 0x00007ffff465cf81 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #0 0x00007ffff465cf81 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #1 0x00007ffff465ea1a in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #2 0x00007ffff467c045 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #3 0x00007ffff048e5f0 in ?? () from /home/ml/libreofficedev25.2/program/libuno_cppuhelpergcc3.so.3 #4 0x00007ffff048e6dd in ?? () from /home/ml/libreofficedev25.2/program/libuno_cppuhelpergcc3.so.3 #5 0x00007ffff0491a68 in ?? () from /home/ml/libreofficedev25.2/program/libuno_cppuhelpergcc3.so.3 #6 0x00007ffff3f75419 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #7 0x00007ffff3fa1fd6 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #8 0x00007ffff41f970d in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #9 0x00007ffff41fd0de in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #10 0x00007ffff41ff661 in ?? () from /home/ml/libreofficedev25.2/program/libmergedlo.so #11 0x00007ffff41ffa0f in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) () from /home/ml/libreofficedev25.2/program/libmergedlo.so A stacktrace generated from a coredump goes a bit further; #0 above is #6 here: Stack trace of thread 42525: #0 0x00007fb9d0a10735 abort (libc.so.6 + 0x1735) #1 0x00007fb9d1fb0115 n/a (libmergedlo.so + 0x13b0115) #2 0x00007fb9d340da80 n/a (libmergedlo.so + 0x280da80) #3 0x00007fb9d43b1367 n/a (libmergedlo.so + 0x37b1367) #4 0x00007fb9d69af942 n/a (libuno_sal.so.3 + 0x67942) #5 0x00007fb9d0a28bb0 __restore_rt (libc.so.6 + 0x19bb0) #6 0x00007fb9d305cf81 n/a (libmergedlo.so + 0x245cf81) #7 0x00007fb9d305ea1a n/a (libmergedlo.so + 0x245ea1a) #8 0x00007fb9d307c045 n/a (libmergedlo.so + 0x247c045) #9 0x00007fb9cef015f0 n/a (libuno_cppuhelpergcc3.so.3 + 0x625f0) -- You are receiving this mail because: You are the assignee for the bug.
