Bug 217635
| Summary: | VTI domain sometimes fails to display SDL graphics window | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Watanabe Takehiko <watanabe_takehiko> | ||||||
| Component: | xen | Assignee: | Steven Rostedt <srostedt> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5.0 | CC: | sakaia, xen-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | ia64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.1 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-03-27 04:47:10 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
Watanabe Takehiko
2006-11-29 01:58:42 UTC
Created attachment 142353 [details]
log files related with xen
Created attachment 142354 [details]
the sysreport when the issue occured
I tested this with the following script:
while : ; do
xm create rhel5_x86_64;
read f;
xm destroy $x;
let x=$x+1;
done
The read was to let me make sure the window was created before destroying the
domain. I ran it 700 times, and the window was created each time.
Also note that the title of this BZ is misleading. The bug is not with the
status not appearing, but the bug is that the qemu-window was not created.
It looks like this one is actually fixed, and the IT was closed long ago. I think it just wasn't in the system to go ON_QA -> CLOSED. I'll just close it as CURRENTRELEASE for now. Chris Lalancette |