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 601617 Details for
Bug 808561
[abrt] xorg-x11-utils-7.5-3.fc16: Select_Window: Process /usr/bin/xwininfo was killed by signal 11 (SIGSEGV)
[?]
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]
Work around issue in xwininfo rather than libxcb
01-xwininfo-bad-screen (text/plain), 682 bytes, created by
david.venz
on 2012-08-01 00:29:01 UTC
(
hide
)
Description:
Work around issue in xwininfo rather than libxcb
Filename:
MIME Type:
Creator:
david.venz
Created:
2012-08-01 00:29:01 UTC
Size:
682 bytes
patch
obsolete
>Index: x11-utils-7.6+4/xwininfo/dsimple.c >=================================================================== >--- x11-utils-7.6+4.orig/xwininfo/dsimple.c 2011-10-21 16:00:11.000000000 +1000 >+++ x11-utils-7.6+4/xwininfo/dsimple.c 2012-07-24 16:20:47.053575611 +1000 >@@ -120,6 +120,12 @@ > if (screen) { > /* find our screen */ > const xcb_setup_t *setup = xcb_get_setup(*dpy); >+ int screen_count = xcb_setup_roots_length(setup); >+ if (screen_count <= screen_number) >+ { >+ Fatal_Error ("unable to access screen %d, max is %d", >+ screen_number, screen_count-1 ); >+ } > xcb_screen_iterator_t screen_iter = xcb_setup_roots_iterator(setup); > > for (i = 0; i < screen_number; i++)
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 808561
:
574053
| 601617