Bug 917144
| Summary: | [abrt] libreoffice-core-3.6.5.2-2.fc18: SdGenericDrawPage::getPropertyValue(rtl::OUString const&): Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stef Walter <stefw> | ||||||||||||||||||||||||||
| Component: | libreoffice | Assignee: | Caolan McNamara <caolanm> | ||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 18 | CC: | caolanm, dtardon, erack, ltinkl, mstahl, sbergman | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:a9c83394481c22467ce17c32078c5fd4810ccf19 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2013-05-03 11:47:37 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
Stef Walter
2013-03-01 20:27:24 UTC
Created attachment 704300 [details]
File: backtrace
Created attachment 704301 [details]
File: build_ids
Created attachment 704302 [details]
File: cgroup
Created attachment 704303 [details]
File: core_backtrace
Created attachment 704304 [details]
File: dso_list
Created attachment 704305 [details]
File: environ
Created attachment 704306 [details]
File: limits
Created attachment 704307 [details]
File: maps
Created attachment 704308 [details]
File: open_fds
Created attachment 704309 [details]
File: proc_pid_status
Created attachment 704310 [details]
File: var_log_messages
So this is on exporting a presentation, but the backtrace lack line numbers unfortunately. Is it a relatively trivial matter to reproduce this by loading an initial source document and doing "save on", or is there known/unknown intermediate steps ? Hmmm, not trivially reproducable. I tried exporting the presentation I was working on at the time to PDF again, but did not experience the crash. The stack is from save to ODF, not PDF export (well, it might be PDF export with ODF embedding enabled). Could you attach the presentation here? Maybe we will get some clue trying it in a debug build or with valgrind. Created attachment 704921 [details]
The presentation I was working on
valgrind is silent, debug build (3.6) shows: warn:legacy.osl:1704:1:/home/dtardon/work/upstream/libreoffice/build/libo36/svl/source/items/custritm.cxx:126: CntUnencodedStringItem::PutValue(): Wrong type warn:legacy.osl:1704:1:/home/dtardon/work/upstream/libreoffice/build/libo36/sfx2/source/appl/appuno.cxx:367: Property not convertable: FilterName , which might be relevant, but more probably it is not. (In reply to comment #16) > valgrind is silent, debug build (3.6) shows: > > warn:legacy.osl:1704:1:/home/dtardon/work/upstream/libreoffice/build/libo36/ > svl/source/items/custritm.cxx:126: CntUnencodedStringItem::PutValue(): Wrong > type > warn:legacy.osl:1704:1:/home/dtardon/work/upstream/libreoffice/build/libo36/ > sfx2/source/appl/appuno.cxx:367: Property not convertable: FilterName > > , which might be relevant, but more probably it is not. It is unrelated. PDF export adds property FilterName for the embedded ODF stream export, but sets no value to it. *** This bug has been marked as a duplicate of bug 1014137 *** |