Bug 818557
Summary: | [abrt] libreoffice-writer-3.3.4.1-2.fc15: SwCrsrShell::GetCrsr: Process /usr/lib64/libreoffice/program/swriter.bin was killed by signal 11 (SIGSEGV) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Slawomir Czarko <slawomir.czarko> | ||||||||||
Component: | libreoffice | Assignee: | Caolan McNamara <caolanm> | ||||||||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 15 | CC: | caolanm, dtardon, erack, ltinkl, mstahl, sbergman | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | x86_64 | ||||||||||||
OS: | Unspecified | ||||||||||||
Whiteboard: | abrt_hash:d5a26b9a9d4ebbb2ae738d9394c01b0718a7df93 | ||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2012-05-09 10:41:17 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Slawomir Czarko
2012-05-03 11:03:01 UTC
Created attachment 581827 [details]
File: dso_list
Created attachment 581828 [details]
File: maps
Created attachment 581829 [details]
File: backtrace
SwCrsrShell::GetCrsr (this=0x0) is the clear immediate reason for the crash but that's from SwEditShell::GetScriptType where... FOREACHPAM_START(this), so this must be 0 there as well, which comes from SwTextShell::GetState ... SwWrtShell &rSh = GetShell(); rSh.GetScriptType() so the problem doesn't seem to be obviously local to the backtrace. caolanm->Slawomir Are you able to provide the document which reproduces the crash ? Created attachment 582588 [details]
File which causes the crash (zipped)
reproducible http://cgit.freedesktop.org/libreoffice/core/commit/?id=a1d265be484f1c70f57ab3de9b2d8c27d2fd3aa4 seems to help I'm a bit to chicken to backport this fix to f15, f16, f17 & rawhide seeing as its all a bit tricky. Will leave it for upstream master and see if it works out in the longer term good idea not to backport this, the fix caused upstream regression 58893. i'm hoping that beacee6fad46aa2c8fc813bb0150e5c7a5175b26 is a better fix for this, though don't really know either... |