Cross Reference: firefox-09-gthread-dlopen.patch
xref
: /
solaris-userland-s11u3
/
components
/
desktop
/
firefox
/
patches
/
firefox-09-gthread-dlopen.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
firefox-09-gthread-dlopen.patch revision 7033
7033
N/A
See Mozilla bug #675585 - crash [@ g_slice_free1] when run firefox-bin -no-
7033
N/A
remote -process-updates.
7033
N/A
7033
N/A
diff --git
a/xpcom/glue/standalone/nsXPCOMGlue.cpp
b/xpcom/glue/standalone/nsXPCOMGlue.cpp
7033
N/A
---
a/xpcom/glue/standalone/nsXPCOMGlue.cpp
7033
N/A
+++
b/xpcom/glue/standalone/nsXPCOMGlue.cpp
7033
N/A
@@ -386,6 +386,8 @@
7033
N/A
}
7033
N/A
}
7033
N/A
7033
N/A
+ static void* gthreadso = dlopen("
libgthread-2.0.so.0
", RTLD_GLOBAL | RTLD_LAZY);
7033
N/A
+
7033
N/A
GetFrozenFunctionsFunc sym =
7033
N/A
(GetFrozenFunctionsFunc)GetSymbol(sTop->libHandle,
7033
N/A
LEADING_UNDERSCORE "NS_GetFrozenFunctions");