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 917080 Details for
Bug 1118353
Reliably crashes on xrandr resize events
[?]
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]
This patch seems to work.
0001-x11vnc-fix-double-X_UNLOCK-on-xrandr-events.patch (text/plain), 970 bytes, created by
Will Thompson
on 2014-07-10 13:39:55 UTC
(
hide
)
Description:
This patch seems to work.
Filename:
MIME Type:
Creator:
Will Thompson
Created:
2014-07-10 13:39:55 UTC
Size:
970 bytes
patch
obsolete
>From c4dff87c8f3edf4f7d3e11cabed4e88abf18aaa3 Mon Sep 17 00:00:00 2001 >From: Will Thompson <will@willthompson.co.uk> >Date: Thu, 10 Jul 2014 14:34:37 +0100 >Subject: [PATCH] x11vnc: fix double X_UNLOCK on xrandr events > >check_xrandr_event() assumes X_LOCK is taken before it is called, and >currently calls X_UNLOCK on behalf of the caller. But in practice, all >callers assume that the lock is still held after check_xrandr_event() >returns. In particular, this leads to a double-unlock and crash in >check_xevents() on any xrandr event. >--- > x11vnc/xrandr.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/x11vnc/xrandr.c b/x11vnc/xrandr.c >index d0d68e1..f2fb5ea 100644 >--- a/x11vnc/xrandr.c >+++ b/x11vnc/xrandr.c >@@ -268,6 +268,7 @@ int check_xrandr_event(char *msg) { > /* under do_change caller normally returns before its X_UNLOCK */ > X_UNLOCK; > handle_xrandr_change(rev->width, rev->height); >+ X_LOCK; > } > if (qout) { > return do_change; >-- >1.9.3 >
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 1118353
: 917080