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 libstdc++/24244] Problem with tr1::shared_ptr and pthreads_mutex_lock



------- Comment #1 from pcarlini at suse dot de  2005-10-06 20:38 -------
_M_mutex, in class _Sp_counted_base is not initialized, this is certainly not
ok.
I think we can use, to begin with at least, the simple scheme already used in
the locale class and elsewhere.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-06 20:38:42
               date|                            |


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


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