Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290688 Details for
Bug 254024
sys_vm86 syscall in RHEL5 not reliable
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
xorg debug patch1
xorg-debug-patch1.patch (text/plain), 1.80 KB, created by
Vivek Goyal
on 2008-01-03 00:08:40 UTC
(
hide
)
Description:
xorg debug patch1
Filename:
MIME Type:
Creator:
Vivek Goyal
Created:
2008-01-03 00:08:40 UTC
Size:
1.80 KB
patch
obsolete
> > >Signed-off-by: Vivek Goyal <vgoyal@redhat.com> >--- > > hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff -puN hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c~xorg-debug-patch1 hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c >--- xorg-server-1.1.1-48.26-vivek/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c~xorg-debug-patch1 2008-01-02 18:45:38.000000000 -0500 >+++ xorg-server-1.1.1-48.26-vivek-root/hw/xfree86/os-support/linux/int10/vm86/linux_vm86.c 2008-01-02 18:49:09.000000000 -0500 >@@ -177,6 +177,7 @@ vm86_GP_fault(xf86Int10InfoPtr pInt) > #ifdef DEBUG > ErrorF("hlt at %p\n", lina); > #endif >+ xf86DrvMsg(pInt->scrnIndex, X_INFO, "Log4: Emulating halt\n"); > return FALSE; > > case 0x0f: >@@ -217,6 +218,7 @@ do_vm86(xf86Int10InfoPtr pInt) > > switch (VM86_TYPE(retval)) { > case VM86_UNKNOWN: >+ xf86DrvMsg(pInt->scrnIndex, X_INFO, "Log1: Return code is VM86_UNKNOWN\n"); > if (!vm86_GP_fault(pInt)) return 0; > break; > case VM86_STI: >@@ -226,6 +228,7 @@ do_vm86(xf86Int10InfoPtr pInt) > stack_trace(pInt); > return 0; > case VM86_INTx: >+ xf86DrvMsg(pInt->scrnIndex, X_INFO, "Log2: Return code is VM86_INTx\n"); > pInt->num = VM86_ARG(retval); > if (!int_handler(pInt)) { > xf86DrvMsg(pInt->scrnIndex, X_ERROR, >@@ -238,12 +241,12 @@ do_vm86(xf86Int10InfoPtr pInt) > /* I'm not sure yet what to do if we can handle ints */ > break; > case VM86_SIGNAL: >+ xf86DrvMsg(pInt->scrnIndex, X_WARNING, "Log3: received signal\n"); > return 1; > /* > * we used to warn here and bail out - but now the sigio stuff > * always fires signals at us. So we just ignore them for now. > */ >- xf86DrvMsg(pInt->scrnIndex, X_WARNING, "received signal\n"); > return 0; > default: > xf86DrvMsg(pInt->scrnIndex, X_ERROR, "unknown type(0x%x)=0x%x\n", >_
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254024
:
206251
|
289391
|
289411
|
289806
|
289807
|
290180
|
290181
|
290211
|
290212
|
290461
| 290688 |
291734
|
292069