| Summary: | easy crash after having canceled plugin update and checked again for update | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | jean-baptiste |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | h3734236, ilmari.lauhakangas |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 5.1.4.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.3.0 target:5.2.0 target:5.1.5 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
gdb trace
more precise gdb trace |
||
|
Description
jean-baptiste
2016-07-01 07:03:05 UTC
(In reply to jean-baptiste from comment #0) > Let me know if I can try something. You can install the debug package for your distro and get a backtrace: https://wiki.documentfoundation.org/QA/BugReport/Debug_Information Created attachment 126042 [details]
gdb trace
here is the trace :)
Created attachment 126043 [details]
more precise gdb trace
I just noticed the command for Fedora system is "dnf debuginfo-install libreoffice-core". Here is a new gdb file.
About the bug itself, I assume there is some sort of background download wich does it work and the call something when done, but fail because I canceled the action.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=467887d3c938b48d13f70e559e15ffd081de512d Related: tdf#100713 fix more recent bug to try and see older bug... It will be available in 5.3.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=17cb84338d6921d012af1e1245f434f90bc25142 Resolves: tdf#100713 on cancel curData points to deleted parents vector entry It will be available in 5.3.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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bfbb5906bf85f7e4134d19fbe80216c549185e69&h=libreoffice-5-1 Resolves: tdf#100713 on cancel curData points to deleted parents vector entry It will be available in 5.1.5. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=66a5eba473214b6d820cd5a45c58417f232d68ab&h=libreoffice-5-2 Resolves: tdf#100713 on cancel curData points to deleted parents vector entry It will be available in 5.2.1. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=aa21d31c6350f996bdff46c9ef5f4376e8fd841c&h=libreoffice-5-2-0 Resolves: tdf#100713 on cancel curData points to deleted parents vector entry It will be available in 5.2.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. hi there, thanks for the fix, I followed the process as described in https://wiki.documentfoundation.org/Installing_in_parallel/Linux but I don't know how to locally install an outdated extension to reproduce the bug |