This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/14432] tempdir isn't always removed


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]