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 148332 Details for
Bug 227828
Mail-Notification fails to initialize in FC7-T1
[?]
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.
testcase for the deadlock which occurs when using GDK_THREADS_ENTER while the g_main_loop is not running
atspi_deadlock_test1.c (text/x-csrc), 397 bytes, created by
Erik van Pienbroek
on 2007-02-19 17:01:34 UTC
(
hide
)
Description:
testcase for the deadlock which occurs when using GDK_THREADS_ENTER while the g_main_loop is not running
Filename:
MIME Type:
Creator:
Erik van Pienbroek
Created:
2007-02-19 17:01:34 UTC
Size:
397 bytes
patch
obsolete
>#include <gnome.h> > >int main(int argc, char **argv) >{ > g_thread_init(NULL); > if (!g_thread_supported()) { > g_critical(_("multi-threading is not available")); > } > > gdk_threads_init(); > > gnome_program_init("test", "1.0", LIBGNOMEUI_MODULE, argc, argv, GNOME_PARAM_POPT_TABLE, NULL, GNOME_PARAM_NONE); > > GDK_THREADS_ENTER(); > > g_print("i'm not deadlocked!\n"); > > GDK_THREADS_LEAVE(); > > return 0; >} >
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 Raw
Actions:
View
Attachments on
bug 227828
: 148332 |
148333
|
149595