Bug 512490
| Summary: | F12/Rawhide x86_64 KVM guest of F11 x86_64 crashes soon after X start | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul W. Frields <stickster> | ||||
| Component: | pixman | Assignee: | Søren Sandmann Pedersen <sandmann> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | ajax, kem, sandmann | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-28 21:28:12 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
Paul W. Frields
2009-07-17 23:35:45 UTC
Can you get me a full backtrace by: - Installing pixman-debuginfo if you haven't already - Logging in from another machine - Running gdb --args X :0.0 - Starting xterm -display :0.0 - Running gnome-session there - If it crashes, "bt f" Also please attach the X log file. Thanks. This is all I get for the backtrace:
#0 0x0000000000000000 in ?? ()
No symbol table info available.
#1 0x00007fffb90562c9 in bits_image_fetch_untransformed_repeat_none (image=0x116ffd0, wide=0, x=0, y=0,
width=1, buffer=0x7ffffe00c450) at pixman-bits-image.c:694
w = <value optimized out>
#2 0x0000000000000000 in ?? ()
No symbol table info available.
I'll attach the X log next.
Created attachment 354240 [details]
Xorg log
I did a "continue" after the segfault, and let it error out before quitting the gdb session.
In gdb when the crash happens, try frame 1 print image->bits Sorry, I actually probably meant
print *image
It should produce about 20 lines of gobbledigook.
Please paste that gobbledigook.
I'll need the information above. Alternatively, there is a good chance this is fixed in 0.15.18, when that comes out. No longer a problem. Using pixman-0.16.0-1.fc12.x86_64 right now without segfaults. |