Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • strace hangs and can't be closed. Commented Sep 1, 2020 at 18:16
  • My problem is it doesn't hang if I try stracing it. Maybe it's the duration of time that passes until I manage to setup strace. Commented Jul 27, 2023 at 9:00
  • You can get the newest bash PID by running pgrep. That way you can save some setup time sudo strace -p$(pgrep -n [b]ash) -tfo /tmp/strace.log. However the problem persists for me that I can't measure the issue, since if this other bash is open, the auto-completion doesn't hang for me. Commented Jul 27, 2023 at 9:04