------- Comment #26 from jakub at gcc dot gnu dot org  2007-04-24 11:59 -------
Please define "fixed".  You run an invalid program, all you need is change
your expectations what will happen.
It is the same as if you write
pthread_mutex_t m;
pthread_mutex_init (&m, NULL);
pthread_mutex_lock (&m);
pthread_mutex_lock (&m);
The deadlock might be detected or might not, at which point it would hang.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to