Bug 1056279
| Summary: | [abrt] qemu-system-x86: address_space_unmap(): qemu-system-x86_64 killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dimitris <dimitris.on.linux> | ||||||||||||||||||||||||||
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> | ||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 20 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/82b5d737304b3c58d1ea1f1e35913d6060a62035 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:c6410a1c1f5b56ac04da5d29db097caee446c8b9 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2014-06-02 14:28:50 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
Dimitris
2014-01-21 21:13:38 UTC
Created attachment 853451 [details]
File: backtrace
Created attachment 853452 [details]
File: cgroup
Created attachment 853453 [details]
File: core_backtrace
Created attachment 853454 [details]
File: dso_list
Created attachment 853455 [details]
File: environ
Created attachment 853456 [details]
File: limits
Created attachment 853457 [details]
File: maps
Created attachment 853458 [details]
File: open_fds
Created attachment 853459 [details]
File: proc_pid_status
Created attachment 853460 [details]
File: var_log_messages
*** Bug 1056262 has been marked as a duplicate of this bug. *** I can't upload the coredump (it's 3GB and probably contains confidential data), but I'll try to get the debuginfos updated next time I hit this. (In reply to Dimitris from comment #12) > I can't upload the coredump (it's 3GB and probably contains confidential > data), but I'll try to get the debuginfos updated next time I hit this. No need to upload the core file. There is enough information in the report. (In reply to Richard W.M. Jones from comment #13) > (In reply to Dimitris from comment #12) > > I can't upload the coredump (it's 3GB and probably contains confidential > > data), but I'll try to get the debuginfos updated next time I hit this. > > No need to upload the core file. There is enough information > in the report. Debuginfo *does* seem to be missing actually ... Hmm, I can't find a way to make abrt add to this report, or even create a new one. I have some time to let it do the debuginfo install now. Any pointers? If you can dig the original coredump out of /var/spool/abrt then you can run: gdb /usr/bin/qemu-system-x86_64 core gdb will print a suggested "debuginfo-install" command. Quit gdb and run then. After installing debuginfo, run the gdb command above again, and execute the following gdb command: t a a bt and paste the complete output into this bug report. Created attachment 854112 [details]
gdb output
The original coredump isn't available (abrt quota) but I can reproduce this reliably. Attaching gdb output after debuginfos were installed.
Happened again but this time I had added -vga std to the command line. Apparently the code/backtrace was different enough that abrt didn't think it a dupe, so it created bug 1056911. Overall pattern is the same though, every second run fails. I can get it to crash on every invocation if I add: -soundhw hda -snapshot to the command line: qemu-kvm -cpu host -smp 1,cores=2 -m 3000 -hda disk_images/win8.1.img -net nic -net user -rtc base=localtime -sdl -vga std -soundhw hda -snapshot Attaching the core_backtrace in a moment. Created attachment 858763 [details]
core_backtrace with "-soundhw hda -snapshot" added to command line
*** This bug has been marked as a duplicate of bug 1066084 *** |