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 159984 Details for
Bug 243454
firefox action "close tab" caused Xorg signal 11 Server abort
[?]
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]
first upstream patch
bugs-freedesktop-org-bug-7205-MESA-patch.diff (text/plain), 809 bytes, created by
Matěj Cepl
on 2007-07-25 22:00:42 UTC
(
hide
)
Description:
first upstream patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2007-07-25 22:00:42 UTC
Size:
809 bytes
patch
obsolete
>--- src/mesa/drivers/x11/xm_api.c.orig 2006-11-30 20:45:42.000000000 +0100 >+++ src/mesa/drivers/x11/xm_api.c.orig 2006-11-30 20:47:12.000000000 +0100 >@@ -2101,7 +2101,11 @@ static void FXgetImage( XMesaBuffer b ) > static unsigned short pixbuf[MAX_WIDTH]; > GLuint x, y; > GLuint width, height; >- XMesaContext xmesa = XMESA_CONTEXT(ctx); >+ XMesaContext xmesa; >+ >+ if (! ctx) >+ return; >+ xmesa = XMESA_CONTEXT(ctx); > > #ifdef XFree86Server > x = b->frontxrb->pixmap->x; >@@ -2535,7 +2539,9 @@ void > XMesaResizeBuffers( XMesaBuffer b ) > { > GET_CURRENT_CONTEXT(ctx); >- XMesaContext xmctx = XMESA_CONTEXT(ctx); >- xmesa_check_and_update_buffer_size(xmctx, b); >+ if (ctx) { >+ XMesaContext xmctx = XMESA_CONTEXT(ctx); >+ xmesa_check_and_update_buffer_size(xmctx, b); >+ } > } >
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 243454
:
156606
|
157153
| 159984 |
159985