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 303693 Details for
Bug 444079
Fix gnome-settings-daemon and gnome-display-properties crashes on Xgl (and possibly elsewhere)
[?]
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]
Add the NULL pointer check.
106_gd-randr-fix-xgl.patch (text/plain), 1.28 KB, created by
James Westby
on 2008-04-24 21:22:51 UTC
(
hide
)
Description:
Add the NULL pointer check.
Filename:
MIME Type:
Creator:
James Westby
Created:
2008-04-24 21:22:51 UTC
Size:
1.28 KB
patch
obsolete
>diff -Nur -x '*.orig' -x '*~' gnome-desktop-2.22.1/libgnome-desktop/randrwrap.c gnome-desktop-2.22.1.new/libgnome-desktop/randrwrap.c >--- gnome-desktop-2.22.1/libgnome-desktop/randrwrap.c 2008-04-10 11:05:13.000000000 +0100 >+++ gnome-desktop-2.22.1.new/libgnome-desktop/randrwrap.c 2008-04-10 11:05:21.000000000 +0100 >@@ -220,7 +220,7 @@ > &(info->max_width), > &(info->max_height))) { > /* XRR caught an error */ >- g_print("Error: X was unable to determine screen size range for window %d\n", xroot); >+ //g_print("Error: X was unable to determine screen size range for window %d\n", xroot); > return False; > } > >@@ -228,7 +228,7 @@ > if (gdk_error_trap_pop ()) > { > /* Unhandled X Error was generated */ >- g_print("Error: X Error received when attempting to get screen size range for window %d\n", xroot); >+ //g_print("Error: X Error received when attempting to get screen size range for window %d\n", xroot); > return False; > } > >@@ -424,7 +424,10 @@ > screen->randr_event_base = event_base; > > screen->info = screen_info_new (screen); >- >+ >+ if (!(screen->info)) >+ return NULL; >+ > XRRSelectInput (screen->xdisplay, > screen->xroot, > RRScreenChangeNotifyMask |
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 444079
:
303693
|
303766