RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1002812 - _xgeWireToEvent: Unknown extension 131, this should never happen
Summary: _xgeWireToEvent: Unknown extension 131, this should never happen
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: xorg-x11-server
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Peter Hutterer
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-30 04:43 UTC by Peter Hutterer
Modified: 2014-05-03 22:12 UTC (History)
2 users (show)

Fixed In Version: xorg-x11-server-1.14.2-10.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-05 05:07:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Peter Hutterer 2013-08-30 04:43:10 UTC
Description of problem:
Invalid access of a grab mask in the server causes the server to send events to the client when the client hasn't registered for it. libXext intercepts these and prints 

  _xgeWireToEvent: Unknown extension 131, this should never happen

where 131 is (in this case) the input extension opcode

Version-Release number of selected component (if applicable):
xorg-x11-server-1.14.2-9.el7

How reproducible:
Not reliably reproducible since it depends on a random bit to be set or not set. In my case I managed to reproduce and debug it by opening a Xephyr window, clicking inside the window and then moving out of the window (causing a leave event to be sent). Again, this depends on whatever the invalid memory location happens to be.

Comment 2 Peter Hutterer 2013-08-30 07:41:14 UTC
MODIFIED

xorg-x11-server-1.14.2-10.el7 is available in brew

Comment 4 Richard Russon 2013-10-21 12:27:04 UTC
This is also happening in Fedora 20 (alpha)
(up-to-date as of 2013-10-21)

I can reproduce the problem reliably using graphviz and ImageMagick.

Steps to reproduce:
1: dot -Tpng <<< "digraph d { hello }" | strace -o out display -
2: click on graph

libXext-1.3.2-2.fc20.x86_64
xorg-x11-server-Xorg-1.14.3-4.fc20.x86_64
xorg-x11-server-utils-7.7-2.fc20.x86_64
graphviz-2.34.0-2.fc20.x86_64
ImageMagick-6.8.6.3-3.fc20.x86_64

Comment 5 Peter Hutterer 2013-10-28 01:15:34 UTC
Richard: I haven't ported those patches to F20 yet, but they're upstream in master and in the stable branch, and in rawhide


Note You need to log in before you can comment on or make changes to this bug.