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++/75402] std::condition_variable::wait_until wakes up constantly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=75402

Nick Fitzgerald [:fitzgen] [⏰PDT; UTC-7] <nfitzgerald at mozilla dot com> changed:

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

--- Comment #4 from Nick Fitzgerald [:fitzgen] [⏰PDT; UTC-7] <nfitzgerald at mozilla dot com> ---
Apologies. My attached testcase's behavior was due to not compiling with
`-pthread`.

Unfortunately, I have not been able to reproduce the futex syscalls with a
timeout in the past that would wake constantly and then immediately make
another futex call with a timeout still in the past, etc etc.

If I can reproduce, I will reopen or file a new bug.

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