[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-04-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #14 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Sat Apr 11 11:47:09 2015 New Revision: 222003 URL: https://gcc.gnu.org/viewcvs?rev=222003root=gccview=rev Log: PR libstdc++/58038 * include/std/thread

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-04-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|5.0 |4.9.3 ---

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #11 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Matthew Lai from comment #8) Here is another case where this bug caused a hard-to-find problem -

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #10 from Jonathan Wakely redi at gcc dot gnu.org --- Author: redi Date: Thu Mar 26 19:59:08 2015 New Revision: 221708 URL: https://gcc.gnu.org/viewcvs?rev=221708root=gccview=rev Log: PR libstdc++/58038 PR libstdc++/60421

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2015-03-26 Thread m at matthewlai dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #13 from Matthew Lai m at matthewlai dot ca --- (In reply to Jonathan Wakely from comment #11) (In reply to Matthew Lai from comment #8) Here is another case where this bug caused a hard-to-find problem -

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-09-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-09-15 Thread dan at stahlke dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Dan Stahlke dan at stahlke dot org changed: What|Removed |Added CC||dan at stahlke dot

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-05-14 Thread m at matthewlai dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #8 from Matthew Lai m at matthewlai dot ca --- Here is another case where this bug caused a hard-to-find problem - http://stackoverflow.com/questions/17574287/boostthread-attributes-setting-call-stack-size (last comment) Since a

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-02-27 Thread m at matthewlai dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Matthew Lai m at matthewlai dot ca changed: What|Removed |Added CC||m at matthewlai dot

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-11-18 Thread mario.biel...@tu-dresden.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #5 from Mario Bielert mario.biel...@tu-dresden.de --- Hello Jonathan, I wonder whether this bug is solved or not, as you already posted in July a posible solution? Best Regards, Mario

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-11-18 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org --- It's not fixed yet, sorry

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-07-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- I think this should be fixed in chrono not thread

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-07-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-07-31 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2013-07-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- Thanks!