[Bug c++/21240] Deadlock (pthread) in signal handler

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 02:11 --- (In reply to comment #2) > In this case, I need to know whether there is a fucntion that I can use to > check > whether a mutex is currently locked. That is a pthread question and not in anyway a bug in any

[Bug c++/21240] Deadlock (pthread) in signal handler

2005-04-27 Thread szehau at gmail dot com
--- Additional Comments From szehau at gmail dot com 2005-04-28 02:06 --- (In reply to comment #1) > Do you have a testcase? > On second thought pthreads and mutex lockes and signals are out of the scope of a compiler, If this is > a bug, this is a glibc bug but I really doubt it. In t

[Bug c++/21240] Deadlock (pthread) in signal handler

2005-04-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-27 12:06 --- Do you have a testcase? On second thought pthreads and mutex lockes and signals are out of the scope of a compiler, If this is a bug, this is a glibc bug but I really doubt it. -- What|Rem