https://bugs.documentfoundation.org/show_bug.cgi?id=149771
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected, bisected See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=15 | |0897 CC| |[email protected], | |stephane.guillou@libreoffic | |e.org --- Comment #3 from Stéphane Guillou (stragu) <[email protected]> --- At the risk of adding to the confusion, here's the results of my tests. Tried to reproduce with a debug build, but couldn't make it crash. In the console, on opening the file, I get: warn:sc:67217:67217:sc/source/filter/excel/xlroot.cxx:160: XclRootData::XclRootData - cannot get output device info com.sun.star.uno.RuntimeException message: "invalid attempt to assign an empty interface of type com.sun.star.frame.XFrame! at /home/tdf/lode/jenkins/workspace/lo_gerrit/tb/src_master/include/com/sun/star/uno/Reference.hxx:105" warn:sc:67217:67217:sc/source/filter/excel/xistream.cxx:762: read less bytes than requested [...] warn:vcl.schedule:67217:67217:vcl/source/app/scheduler.cxx:613: Stop the task before changing the priority, as it will just change after the task was scheduled with the old prio! warn:legacy.tools:67217:67217:svx/source/form/fmvwimp.cxx:437: FmXFormView::~FmXFormView: Window list not empty! On undoing, I get a few: warn:legacy.osl:32591:32591:sc/source/core/data/validat.cxx:1034: ScValidationDataList: Entry not found And on pasting the second time, I get an extra: warn:svl.items:32591:32591:svl/source/items/itempool.cxx:442: old secondary pool: EditEngineItemPool of pool: XOutdevItemPool must be empty. ...but it does not crash. Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 5cd3a8ec6d36a389eb0be4d59f4570e3bda92dc5 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded However, I can reproduce in a non-debug build: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e125e6623fa1c0f39d927bb37547ca6d1e299cb1 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded On the bibisect repo linux-64-7.4, I used the --safe-mode flag to make sure the crash would happen. Oldest crashes on first paste, master crashes as described on second paste. The commit where it goes from crashing on first paste to crashing on second paste is 7d314f08f10b88e356f5dbb62307d8e7f29ba922, which points to this one: gerrit.libreoffice.org / core / db6c5c7f9dddd81a8f18a74d6051555680837adc commit db6c5c7f9dddd81a8f18a74d6051555680837adc author Pranam Lashkari <[email protected]> Tue Apr 26 22:12:48 2022 +0530 committer Pranam Lashkari <[email protected]> Mon May 09 10:05:42 2022 +0200 tree a687face663d8cdf173d4be0b7db307485135dd9 parent 920a083f3818765528899ab38170db5a2917a06c svx: calculate object range before using it Change-Id: I01f0176542e9d6f36a2f7bbc870a9e337705a5a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133454 (Commit also mentioned in bug 150897.) Pranam, any idea what might be going on? -- You are receiving this mail because: You are the assignee for the bug.
