This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/14432] tempdir isn't always removed
- From: "jistone at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 24 Aug 2012 21:36:28 +0000
- Subject: [Bug translator/14432] tempdir isn't always removed
- Auto-submitted: auto-generated
- References: <bug-14432-6586@http.sourceware.org/bugzilla/>
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.