Bug 917766
| Summary: | [abrt][kde] QDBusAdaptorConnector::relaySlot | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Viktor Matvieienko <viktor.matveenko> | ||||||||||||||||||||||||||
| Component: | libreoffice | Assignee: | Lukáš Tinkl <ltinkl> | ||||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 17 | CC: | caolanm, dtardon, erack, jgrulich, ltinkl, mstahl, sbergman | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:52158a8a39ae24b0e3122675f4774ca3f5bee087 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2013-05-06 07:56:13 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
Viktor Matvieienko
2013-03-04 17:55:52 UTC
Created attachment 705099 [details]
File: backtrace
Created attachment 705100 [details]
File: build_ids
Created attachment 705101 [details]
File: cgroup
Created attachment 705102 [details]
File: core_backtrace
Created attachment 705103 [details]
File: dso_list
Created attachment 705104 [details]
File: environ
Created attachment 705105 [details]
File: limits
Created attachment 705106 [details]
File: maps
Created attachment 705107 [details]
File: open_fds
Created attachment 705108 [details]
File: proc_pid_status
Created attachment 705109 [details]
File: var_log_messages
Created attachment 705110 [details]
File: smolt_data
Crash from an atexit call, possibly after save on quit (there are frames related to saving to ODF in the main thread). Or else the application received a signal while in java's main loop. To me, the bottom of thread 1,
> #19 0x0000003edf438b81 in __run_exit_handlers (status=143, listp=0x3edf7b0688, run_list_atexit=run_list_atexit@entry=true) at exit.c:78
> #20 0x0000003edf438c05 in __GI_exit (status=<optimized out>) at exit.c:100
> #21 0x00007f3ae4aacd3c in vm_direct_exit (code=143) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/java.cpp:570
> #22 0x00007f3ae4de842a in VM_Operation::evaluate (this=0x7f3ad8e59640) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vm_operations.cpp:70
> #23 0x00007f3ae4de7051 in VMThread::evaluate_operation (this=this@entry=0x4811000, op=0x7f3ad8e59640) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:379
> #24 0x00007f3ae4de72f6 in VMThread::loop (this=this@entry=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:491
> #25 0x00007f3ae4de7732 in VMThread::run (this=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/share/vm/runtime/vmThread.cpp:284
> #26 0x00007f3ae4c86202 in java_start (thread=0x4811000) at /usr/src/debug/java-1.7.0-openjdk/openjdk/hotspot/src/os/linux/vm/os_linux.cpp:886
> #27 0x0000003edfc07d14 in start_thread (arg=0x7f3adaf25700) at pthread_create.c:309
> #28 0x0000003edf4f168d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115
looks like some Java code run in a JVM instantiated in the LibreOffice soffie.bin process executes java.lang.Runtime.exit.
Do you have any odd LibreOffice extensions installed that would do that (i.e., what is the output of "unopkg list" and "unopkg list --shared")?
|