]> sourceware.org Git - systemtap.git/commit
PR28923: dtrace.in: add atexit removal & timeout to .dtrace-temp file
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 4 Mar 2022 03:04:46 +0000 (22:04 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 4 Mar 2022 03:07:20 +0000 (22:07 -0500)
commit7cf95304f8e966150efab11da39d10d5e842105d
tree6cd0ff0731ef11a05d9846b4d8077f86e9bad0b6
parent8e4f7ba372b493baff64f9c94af64e594d4131b7
PR28923: dtrace.in: add atexit removal & timeout to .dtrace-temp file

On erroneous inputs or other error cases, it was possible to leave
behind a .dtrace-temp*.c file at exit.  That would indefinitely block
a subsequent dtrace job, due to excessive optimism in commit
cfabd38cfdd75e.  Now we time out, and we try harder to remove the
temp file.
dtrace.in
This page took 0.051596 seconds and 5 git commands to generate.