public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* timerfd deadlock
@ 2019-06-07 12:10 Ken Brown
  2019-06-11  8:52 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Ken Brown @ 2019-06-07 12:10 UTC (permalink / raw)
  To: cygwin

While testing some new pipe code, I'm occasionally seeing a timerfd deadlock: 
The main thread is stuck in timerfd_tracker::dtor at timerfd.cc:354, waiting for 
the timerfd thread to close; and the timerfd thread is stuck at timerfd.cc:140, 
waiting to acquire a mutex that's held by timerfd_tracker::dtor.

I see this maybe 1 out of 4 times that I run 'make -j13' on a clean emacs source 
tree, and I see it only when my new pipe code is installed.  So I don't know if 
this is a bug in my code or if it's just coincidence that my code happens to 
trigger a timerfd bug.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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

end of thread, other threads:[~2019-06-24 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07 12:10 timerfd deadlock Ken Brown
2019-06-11  8:52 ` Corinna Vinschen
2019-06-11 13:18   ` Ken Brown
2019-06-24 20:16   ` Ken Brown

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).