date command hangs sometimes (coreutils 8.26-2) on cygwin 3.1.4 x86-64

Ken Brown kbrown@cornell.edu
Thu Jun 25 11:50:15 GMT 2020


On 6/24/2020 8:57 PM, Gruff Hacker via Cygwin wrote:
> This happens more frequently for me now.
> Another example of thread stacks below:

Can you show us a gdb backtrace of all threads when this happens?  You'll need 
to install gdb and coreutils-debuginfo.  When date hangs, attach gdb by giving 
the command

   gdb -p <PID>

where <PID> is the pid of the hanging date process.  At the gdb prompt, type 
'thread apply all bt' and send the output here.

Ken


More information about the Cygwin mailing list