public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/50862] New: deadlock in std::condition_variable_any
@ 2011-10-25 10:27 bartosz.szurgot at pwr dot wroc.pl
  2011-10-25 10:28 ` [Bug libstdc++/50862] " bartosz.szurgot at pwr dot wroc.pl
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: bartosz.szurgot at pwr dot wroc.pl @ 2011-10-25 10:27 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50862
           Summary: deadlock in std::condition_variable_any
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bartosz.szurgot@pwr.wroc.pl


Created attachment 25610
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25610
proof of concept for deadlock

there is a dead lock when using wait() method of std::condition_variable_any
(condition_variable:199) from more than one thread. it happens when method
locks two mutexes (local and user-provided), when condition is met, in a
different order than when entering.


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-12-19  0:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-25 10:27 [Bug libstdc++/50862] New: deadlock in std::condition_variable_any bartosz.szurgot at pwr dot wroc.pl
2011-10-25 10:28 ` [Bug libstdc++/50862] " bartosz.szurgot at pwr dot wroc.pl
2011-10-25 11:27 ` redi at gcc dot gnu.org
2011-10-25 13:00 ` redi at gcc dot gnu.org
2011-10-25 13:52 ` bartosz.szurgot at pwr dot wroc.pl
2011-10-25 14:10 ` redi at gcc dot gnu.org
2011-10-25 14:45 ` bartosz.szurgot at pwr dot wroc.pl
2011-10-25 20:57 ` redi at gcc dot gnu.org
2011-10-25 22:29 ` redi at gcc dot gnu.org
2011-10-26  6:39 ` bartosz.szurgot at pwr dot wroc.pl
2011-10-26 10:30 ` redi at gcc dot gnu.org
2011-10-26 12:42 ` bartosz.szurgot at pwr dot wroc.pl
2011-10-26 13:03 ` redi at gcc dot gnu.org
2011-10-26 13:06 ` redi at gcc dot gnu.org
2011-10-26 13:43 ` bartosz.szurgot at pwr dot wroc.pl
2011-10-26 13:55 ` aoliva at gcc dot gnu.org
2011-10-26 14:06 ` redi at gcc dot gnu.org
2011-10-26 23:36 ` redi at gcc dot gnu.org
2011-12-19  0:35 ` redi at gcc dot gnu.org
2011-12-19  0:56 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).