| Summary: | crash when inserting a measure line | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Regina Henschel <rb.henschel> |
| Component: | Draw | Assignee: | Armin Le Grand <Armin.Le.Grand> |
| Status: | VERIFIED FIXED | ||
| Severity: | critical | CC: | Armin.Le.Grand, aron.budea, drewjensen.inbox, paul.trojahn, serval2412, xiscofauli |
| Priority: | highest | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=106260 https://bugs.documentfoundation.org/show_bug.cgi?id=118203 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
call stack as reported by Visual Studio
gdb bt Valgrind trace |
||
|
Description
Regina Henschel
2018-09-10 22:30:52 UTC
It is OK in Version: 6.2.0.0.alpha0+ Build ID: d59acca8d1e33585d6f29cd85e8cb0d598067f9b CPU threads: 8; OS: Windows 10.0; UI render: GL; TinderBox: Win-x86@42, Branch:master, Time: 2018-09-02_04:28:44 Locale: en-US (en_US); Calc: CL and crashed in Version: 6.2.0.0.alpha0+ Build ID: 5a4ed4533127db8cf149353d587a7d3a89c5b338 CPU threads: 8; OS: Windows 10.0; UI render: GL; TinderBox: Win-x86@42, Branch:master, Time: 2018-09-03_12:13:14 Locale: en-US (en_US); Calc: CL Confirmed Ubuntu 18.04 Libreoffice Version: 6.2.0.0.alpha0+ Build ID: 2789bbfd607240f260dfb38b6e9c19c9cf49fca9 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-09-09_22:35:03 Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=7b52990a234bfd6d4efcbc9fe51e240e065faeea author Paul Trojahn <paul.trojahn@gmail.com> 2018-08-19 09:18:28 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> 2018-08-26 10:08:06 +0200 commit 7b52990a234bfd6d4efcbc9fe51e240e065faeea (patch) tree 3b382c05febcb0a0fdcded0b1a8b5e0fd6af9873 parent 7a115715c7884d43ed7a4ff9054fed9a95cefef0 (diff) tdf#106260 Fix invisible pasted urls UpdateFields() was never called after pasting a field. Bisected with: bibisect-linux64-6.2 Adding Cc: to Paul Trojahn Increasing severity as the commit has been backported to branch 6.1 Created attachment 144804 [details]
gdb bt
On pc Debian x86-64 with master sources updated, I could reproduce this.
Created attachment 144805 [details]
Valgrind trace
Xisco: IMHO the commit you quote seems more an element which reveals the bug than the root cause of the bug. Of course, it's just an hypothesis, I'm not sure at all. (In reply to Julien Nabet from comment #6) > Xisco: IMHO the commit you quote seems more an element which reveals the bug > than the root cause of the bug. > Of course, it's just an hypothesis, I'm not sure at all. Most likely. @Paul Trojahn, what do you think ? Just for information, I don't reproduce the crash with Armin's patch https://gerrit.libreoffice.org/#/c/60546/ on gerrit review for the moment. Fixed with https://cgit.freedesktop.org/libreoffice/core/commit/?id=d357e50fa1734da0bf341dbd49fc0596011bdfe3 (at least, on pc Debian x86-64 with master sources updated today + enable-dbgutil + gtk3, I don't reproduce this one anymore) If someone still reproduces this with the quoted commit, don't hesitate to reopen this tracker. Paul: also don't hesitate to reassign it to yourself if it can be still reproduced and still want to work on it. (In reply to Julien Nabet from comment #9) > Fixed with > https://cgit.freedesktop.org/libreoffice/core/commit/ > ?id=d357e50fa1734da0bf341dbd49fc0596011bdfe3 > (at least, on pc Debian x86-64 with master sources updated today + > enable-dbgutil + gtk3, I don't reproduce this one anymore) I do confirm the issue is fixed by the mentioned commit Verified in Version: 6.2.0.0.alpha0+ Build ID: 2419fa71d8b2223a50f596d5db7721f6213d4f87 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded |