|
From: Josef W. <Jos...@gm...> - 2008-03-13 19:13:49
|
On Thursday 13 March 2008, Bart Van Assche wrote: > On Thu, Mar 13, 2008 at 5:26 PM, Josef Weidendorfer > <Jos...@gm...> wrote: > > On Thursday 13 March 2008, Bart Van Assche wrote: > > > $ ../valgrind-outer/vg-in-place --sim-hints=enable-outer > > > --trace-children=yes --pop-on-jump --tool=callgrind > > > ../valgrind-inner/vg-in-place --tool=none date > > > A question: is self-hosting Valgrind without installing Valgrind > > > supported ? It resulted in an assertion failure when I tried it. > > > > Does this work when installed? > > > > I recently had a similar bug report (which I was not able to reproduce), > > so this could be a real bug in callgrind. I'll check if I can reproduce > > it... > > Hello Josef, > > By this time I found out that self-hosting works fine if I leave out > the command-line option --pop-on-jump. Do you still need the results > of the test after installation of inner and outer Valgrind ? Not really. I can not imagine that this makes a difference. I need to check if I can reproduce this problem on my own. It is good for you that skipping "--pop-on-jump" hides this issue, but there seems to be a bug somewhere. Josef > > Bart. > |