bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/29381] gcjwebplugin x glib race condition?


From: fragabr at gmail dot com
Subject: [Bug classpath/29381] gcjwebplugin x glib race condition?
Date: 31 Oct 2006 01:25:29 -0000


------- Comment #5 from fragabr at gmail dot com  2006-10-31 01:25 -------
Hi! I'm not a programmer but I added the following code before gcjwebplugin.cc
1689 line:

  initialized = true;
  if (!g_thread_supported ()) /* added */
    g_thread_init (NULL); /* added */
  plugin_instance_mutex = g_mutex_new ();

and now gcjwebplugin is working... maybe the initialization from line 288 is
out of place? I don't know. I hope it helps you figure it out. Thank you very
much!


-- 

fragabr at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29381





reply via email to

[Prev in Thread] Current Thread [Next in Thread]