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 148333 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 doesn't occur when using GDK_THREADS_ENTER using the g_main_loop
atspi_deadlock_test2.c (text/x-csrc), 515 bytes, created by
Erik van Pienbroek
on 2007-02-19 17:03:02 UTC
(
hide
)
Description:
testcase for the deadlock which doesn't occur when using GDK_THREADS_ENTER using the g_main_loop
Filename:
MIME Type:
Creator:
Erik van Pienbroek
Created:
2007-02-19 17:03:02 UTC
Size:
515 bytes
patch
obsolete
>#include <gnome.h> > >gboolean idle_func(gpointer data) >{ > GDK_THREADS_ENTER(); > > g_print("i'm not deadlocked!\n"); > > GDK_THREADS_LEAVE(); > > gtk_main_quit(); > > return FALSE; >} > >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); > > g_idle_add(idle_func, NULL); > > gtk_main(); > > 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