This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/34574] wait() call hangs in _Jv_CondWait taking the monitor with it causing the application to hang


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

Igor Pashev <pashev.igor at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pashev.igor at gmail dot com

--- Comment #2 from Igor Pashev <pashev.igor at gmail dot com> ---
I can confirm it on illumos with gcc 4.7. Tjis prevent me from building openjdk
anf ecj. For ecj:

21071:    gij-4.7 -classpath
build/bootstrap/eclipse-ecj.jar:/usr/share/ant/lib/
-----------------  lwp# 1 / thread# 1  --------------------
 fffffd7f4e16f427 lwp_park (0, 0, 0)
 fffffd7f4e167b06 mutex_lock_impl () + 156
 fffffd7f4e167bdb mutex_lock () + b
 fffffd7f42984a81 _Z13_Jv_MutexLockP11_Jv_Mutex_t () + 51
 0000000000733840 ???????? ()
 f2f1e00000000001 ???????? ()
 0000000000000000 ???????? ()
 0000000000000002 ???????? ()
-----------------  lwp# 2 / thread# 2  --------------------
 fffffd7f4e16f427 lwp_park (0, 0, 0)
 fffffd7f4e168f8f cond_wait_queue () + 4f
 fffffd7f4e1695e2 __cond_wait () + b2
 fffffd7f4e169612 cond_wait () + 22
 fffffd7f4e169649 pthread_cond_wait () + 9
 fffffd7f42984c1c _Z12_Jv_CondWaitP23_Jv_ConditionVariable_tP11_Jv_Mutex_txi ()
+ 13c
 0000000000000000 ???????? ()
-----------------  lwp# 3 / thread# 3  --------------------
 fffffd7f4e16f427 lwp_park (0, 0, 0)
 fffffd7f4e167b06 mutex_lock_impl () + 156
 fffffd7f4e167bdb mutex_lock () + b
 fffffd7f42984c3d _Z12_Jv_CondWaitP23_Jv_ConditionVariable_tP11_Jv_Mutex_txi ()
+ 15d
 0000000000000000 ???????? ()
-----------------  lwp# 4 / thread# 4  --------------------
 fffffd7f42984bc7 _Z12_Jv_CondWaitP23_Jv_ConditionVariable_tP11_Jv_Mutex_txi ()
+ e7
 0100000000000000 ???????? ()


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]