Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amelius
on Dec 1, 2016
|
parent
|
context
|
favorite
| on:
Introduction to strace
The problem with strace is that it is not reentrant. I.e. you can't run strace through strace.
So don't use it in scripts unless you are debugging.
GFK_of_xmaspast
on Dec 1, 2016
[–]
If you're not debugging, why are you using strace?
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So don't use it in scripts unless you are debugging.