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 841403 Details for
Bug 1046410
X APPLICATION CRASHES AFTER SOME TIME ON RHEL6 X86 WITH LIBXCB 1.8.1
[?]
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]
Patch of fixing libX11 uint_64
LibX11_io.patch (text/plain), 969 bytes, created by
Luan Jianhai
on 2013-12-25 07:04:23 UTC
(
hide
)
Description:
Patch of fixing libX11 uint_64
Filename:
MIME Type:
Creator:
Luan Jianhai
Created:
2013-12-25 07:04:23 UTC
Size:
969 bytes
patch
obsolete
>Orabug 17871239 > >Signed-off-by: Jason Luan <jianhai.luan@oracle.com> >patch_name: Orabug-17871239.patch >--- >diff -Nur libX11-1.5.0.orig/src/xcb_io.c libX11-1.5.0/src/xcb_io.c >--- libX11-1.5.0.orig/src/xcb_io.c 2012-06-02 14:37:19.000000000 +0800 >+++ libX11-1.5.0/src/xcb_io.c 2013-12-24 17:13:40.423177622 +0800 >@@ -454,7 +454,7 @@ > static const xReq dummy_request; > static char const pad[3]; > struct iovec vec[3]; >- uint64_t requests; >+ unsigned long requests; > _XExtension *ext; > xcb_connection_t *c = dpy->xcb->connection; > if(dpy->flags & XlibDisplayIOError) >@@ -470,7 +470,7 @@ > if(dpy->xcb->event_owner != XlibOwnsEventQueue || dpy->async_handlers) > { > uint64_t sequence; >- for(sequence = dpy->xcb->last_flushed + 1; sequence <= dpy->request; ++sequence) >+ for(sequence = dpy->xcb->last_flushed + 1; (unsigned long)sequence <= dpy->request; ++sequence) > append_pending_request(dpy, sequence); > } > requests = dpy->request - dpy->xcb->last_flushed;
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 1046410
: 841403