Bug 876073
Summary: | [abrt] libreoffice-core-3.5.6.2-5.fc17: __cxa_call_terminate from exception in rtl_byte_sequence_release | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pierre Blavy <pierreblavy> | ||||||||||||||||||||
Component: | libreoffice | Assignee: | Stephan Bergmann <sbergman> | ||||||||||||||||||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||
Version: | 17 | CC: | caolanm, dtardon, erack, ltinkl, mstahl, sbergman | ||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||
Whiteboard: | abrt_hash:20fb054507205d617699b2ecaa0914964fc4c17b | ||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||
Last Closed: | 2012-11-14 12:44:20 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
Pierre Blavy
2012-11-13 09:07:12 UTC
Created attachment 643999 [details]
File: core_backtrace
Created attachment 644000 [details]
File: environ
Created attachment 644001 [details]
File: backtrace
Created attachment 644002 [details]
File: limits
Created attachment 644003 [details]
File: cgroup
Created attachment 644004 [details]
File: maps
Created attachment 644005 [details]
File: dso_list
Created attachment 644006 [details]
File: open_fds
Created attachment 644007 [details]
File: var_log_messages
Can you reproduce this, or at least explain what you were doing with the headless soffice? What apparently happens is that ~rtl::ByteSequence/rtl_byte_sequence_release tries to throw an exception that can't pass past the SAL_THROW(())/SAL_THROW_EXTERN_C(). The only reason I could imagine it to throw an exception in the first place would be some sort of memory corruption (which might lead to the code searching for nonexistent information about some bogus UNO member type for the sequence). > Can you reproduce this? It hasn't happen spontaneously again, so no. I'll post here if I get this bug a second time. > explain what you were doing with the headless soffice? I'm not sure, but I was probably using unoconv to convert an openoffice document to a pdf. Your explanantion about memory may be true. I had others bugs at the same moment : yum corrupted its own database and crashes, java print red squares instead of icons and stuff just went wrong until i restart my computer. Unoconv conversion to pdf is a little bit random : - The first attempt to call unoconv always fail, but just typing the command line twice is a workaround. - On some very rares occasions, unoconv crashes randomly. When it happen typing again the commandline is a workaround. (In reply to comment #11) > It hasn't happen spontaneously again, so no. I'll post here if I get this > bug a second time. > > Your explanantion about memory may be true. I had others > bugs at the same moment : yum corrupted its own database and crashes, java > print red squares instead of icons and stuff just went wrong until i restart > my computer. So closing this for now. Feel free to reopen if it occurs again. |