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 593837 Details for
Bug 830041
Immediate segfault in cogl application
[?]
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]
Print error instead of segfault when GLX missing
04_fix_crash_on_free.patch (text/plain), 475 bytes, created by
W. Michael Petullo
on 2012-06-22 23:02:03 UTC
(
hide
)
Description:
Print error instead of segfault when GLX missing
Filename:
MIME Type:
Creator:
W. Michael Petullo
Created:
2012-06-22 23:02:03 UTC
Size:
475 bytes
patch
obsolete
>diff --git a/cogl/cogl-renderer.c b/cogl/cogl-renderer.c >index b448483..60b102d 100644 >--- a/cogl/cogl-renderer.c >+++ b/cogl/cogl-renderer.c >@@ -142,7 +142,9 @@ static void > _cogl_renderer_free (CoglRenderer *renderer) > { > const CoglWinsysVtable *winsys = _cogl_renderer_get_winsys (renderer); >- winsys->renderer_disconnect (renderer); >+ >+ if (winsys) >+ winsys->renderer_disconnect (renderer); > > #ifndef HAVE_DIRECTLY_LINKED_GL_LIBRARY > if (renderer->libgl_module)
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 830041
: 593837