[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get gawk to timeout when reading a file.
From: |
Andrew J. Schorr |
Subject: |
Re: How to get gawk to timeout when reading a file. |
Date: |
Fri, 10 Mar 2023 10:46:03 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
On Fri, Mar 10, 2023 at 10:22:29AM -0500, David Niklas via Bug reports only for
gawk. wrote:
> I thought strace only worked on compiled code!
You can do something like:
strace gawk -f /tmp/why_is_this_hanging.gawk
to see in which system call it is hanging.
> Thanks again! My code works now.
Glad to hear it.
Regards,
Andy