[Bug translator/14432] tempdir isn't always removed
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Aug 24 21:36:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14432
--- Comment #6 from Josh Stone <jistone at redhat dot com> 2012-08-24 21:36:28 UTC ---
(In reply to comment #4)
> When comparing the output of "stap -v -v --vp 01020 -h" of the working and
> hanging versions of stap the hanging one has the following lines at the end of
> the output:
>
> +Running rm -rf /tmp/stappdKUJd
> +Spawn waitpid result (0x0): 0
> +Removed temporary directory "/tmp/stappdKUJd"
This much is a good thing - exactly what the commit was intended to solve.
But it doesn't gel with:
(In reply to comment #5)
> #5 0x000000000053dcee in stap_waitpid (verbose=<value optimized out>,
> pid=15428) at ../systemtap/util.cxx:618
This line is the clog which prints the "Spawn waitpid..." above, plus
> #8 systemtap_session::remove_tmp_dir (this=0x7fffe37b6830)
> at ../systemtap/session.cxx:1781
This is a couple lines before that which prints "Removed temporary directory".
So I don't see how that backtrace could possibly correspond with the new
output.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list