Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
MozillaFirefox.1715
mozilla-break_hanging_glxtest.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-break_hanging_glxtest.patch of Package MozillaFirefox.1715
# HG changeset patch # Parent 78a1792f6ba14ef62bbb68f19211f3be5080ca6d # request waking signal in GLX test - this ensures it doesn't hang on problems # caused by e.g. cross-endianness X connections # see bnc#744629 and bnc#744625 for more details diff --git a/toolkit/xre/glxtest.cpp b/toolkit/xre/glxtest.cpp --- a/toolkit/xre/glxtest.cpp +++ b/toolkit/xre/glxtest.cpp @@ -127,16 +127,18 @@ void glxtest() #ifdef __OpenBSD__ #define LIBGL_FILENAME "libGL.so" #else #define LIBGL_FILENAME "libGL.so.1" #endif void *libgl = dlopen(LIBGL_FILENAME, RTLD_LAZY); if (!libgl) fatal_error("Unable to load " LIBGL_FILENAME); + + alarm(3); typedef void* (* PFNGLXGETPROCADDRESS) (const char *); PFNGLXGETPROCADDRESS glXGetProcAddress = cast<PFNGLXGETPROCADDRESS>(dlsym(libgl, "glXGetProcAddress")); if (!glXGetProcAddress) fatal_error("Unable to find glXGetProcAddress in " LIBGL_FILENAME); typedef GLXFBConfig* (* PFNGLXQUERYEXTENSION) (Display *, int *, int *);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor