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 147348 Details for
Bug 227245
[a11y] openoffice.org segfaults on exit in at-spi atexit
[?]
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]
OOo bandaid
openoffice.org-2.2.0.oooXXXXX.atkthreads.atexit.patch (text/plain), 1.12 KB, created by
Caolan McNamara
on 2007-02-05 12:03:27 UTC
(
hide
)
Description:
OOo bandaid
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2007-02-05 12:03:27 UTC
Size:
1.12 KB
patch
obsolete
>Index: unx/gtk/app/gtkinst.cxx >=================================================================== >RCS file: /cvs/gsl/vcl/unx/gtk/app/gtkinst.cxx,v >retrieving revision 1.16 >diff -u -r1.16 gtkinst.cxx >--- openoffice.org.orig/vcl/unx/gtk/app/gtkinst.cxx 17 Sep 2006 12:29:23 -0000 1.16 >+++ openofficeorg/vcl/unx/gtk/app/gtkinst.cxx 5 Feb 2007 11:51:04 -0000 >@@ -103,16 +103,16 @@ > > extern "C" > { >- #define GET_YIELD_MUTEX() static_cast<GtkHookedYieldMutex*>(GetSalData()->m_pInstance->GetYieldMutex()) >+ #define GET_YIELD_MUTEX() ImplGetSVData() ? static_cast<GtkHookedYieldMutex*>(GetSalData()->m_pInstance->GetYieldMutex()) : 0 > static void GdkThreadsEnter( void ) > { >- GtkHookedYieldMutex *pYieldMutex = GET_YIELD_MUTEX(); >- pYieldMutex->ThreadsEnter(); >+ if (GtkHookedYieldMutex *pYieldMutex = GET_YIELD_MUTEX()) >+ pYieldMutex->ThreadsEnter(); > } > static void GdkThreadsLeave( void ) > { >- GtkHookedYieldMutex *pYieldMutex = GET_YIELD_MUTEX(); >- pYieldMutex->ThreadsLeave(); >+ if (GtkHookedYieldMutex *pYieldMutex = GET_YIELD_MUTEX()) >+ pYieldMutex->ThreadsLeave(); > } > static bool hookLocks( oslModule pModule ) > {
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 227245
: 147348