Bug 906549
| Summary: | [abrt] qemu-system-x86-1.2.2-2.fc18: vnc_dpy_resize: Process /usr/bin/qemu-kvm was killed by signal 6 (SIGABRT) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Jackson <ajax> | ||||||||||||||||||||||
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> | ||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 18 | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, kraxel, pbonzini, rjones, scottt.tw, virt-maint | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:4087ac9b8d0ada1ce916665ad887b843a51d74e8 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-09-03 17:34:14 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
Adam Jackson
2013-01-31 21:23:17 UTC
Created attachment 691249 [details]
File: backtrace
Created attachment 691250 [details]
File: build_ids
Created attachment 691251 [details]
File: cgroup
Created attachment 691252 [details]
File: core_backtrace
Created attachment 691253 [details]
File: dso_list
Created attachment 691254 [details]
File: environ
Created attachment 691255 [details]
File: limits
Created attachment 691256 [details]
File: maps
Created attachment 691257 [details]
File: open_fds
Created attachment 691258 [details]
File: proc_pid_status
Gerd, does that backtrace ring any bells? I couldn't find anything obvious in git logs that might fix this. It doesn't seem to be accumulating many dupes either so not high priority either Adam, when does this happen? Any chance this is the switch from text mode to graphics mode? Does it happen on every boot or now and then? Cole, is the threaded vnc server enabled in the fedora package? (In reply to comment #12) > > Cole, is the threaded vnc server enabled in the fedora package? Yep, it's on by default for qemu 1.2 AFAICT (In reply to comment #12) > Adam, when does this happen? Any chance this is the switch from text mode > to graphics mode? Does it happen on every boot or now and then? I was being a little obtuse, sorry. The patches I was testing: http://ajax.fedorapeople.org/patches/0001-drm-cirrus-Enable-32bpp.patch http://ajax.fedorapeople.org/patches/0002-drm-cirrus-Believe-the-hypervisor-about-VRAM-size.patch The emulated cirrus does appear to support 32bpp, at least from a casual read, which is _lovely_ because 24bpp is a slow path in X (and also a constant source of bugs). But when I tried it, it exploded, so either I'm mistaken about the conclusion or mistaken in the implementation. Still, the guest shouldn't be able to crash the hv. (In reply to comment #14) > (In reply to comment #12) > > Adam, when does this happen? Any chance this is the switch from text mode > > to graphics mode? Does it happen on every boot or now and then? > > I was being a little obtuse, sorry. The patches I was testing: > > http://ajax.fedorapeople.org/patches/0001-drm-cirrus-Enable-32bpp.patch > http://ajax.fedorapeople.org/patches/0002-drm-cirrus-Believe-the-hypervisor- > about-VRAM-size.patch Does it crash with the kernel alone or do you need X too to trigger? > The emulated cirrus does appear to support 32bpp, at least from a casual > read, which is _lovely_ because 24bpp is a slow path in X (and also a > constant source of bugs). But when I tried it, it exploded, so either I'm > mistaken about the conclusion or mistaken in the implementation. [ sort-of unrelated side note ] Any plans to add drm support for the qemu standard vga (-vga std) ? You'll don't suffer cirrus limitations then. I've hacked up a driver, it's classic fbdev not drm though: https://www.kraxel.org/cgit/linux/commit/?h=bochsfb&id=95d2e2040906bc2b09d7a0d8009f75810c668e57 > Still, the guest shouldn't be able to crash the hv. Indeed. > Any plans to add drm support for the qemu standard vga (-vga std) ? FYI: http://git.qemu.org/?p=qemu.git;a=blob;f=docs/specs/standard-vga.txt Given lack of response, closing |