]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Have the inner Valgrind registering the interim_stack asap.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 14 Jun 2012 22:18:50 +0000 (22:18 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 14 Jun 2012 22:18:50 +0000 (22:18 +0000)
commit40ecbb08e664ab599f2d9864eca306e3b82bea29
tree9526fe0eea1dfaf4f482c2d7abf7e99914863cce
parent3f6aae03c98b1722e997b9105b5dd9e85517b0c2
Have the inner Valgrind registering the interim_stack asap.
This is needed to have the outer valgrind able to do stack
traces of the inner Valgrind before the main thread runs.
Without this, the outer crashes (segv) when doing a stack trace.
In mtV.txt, an ugly kludge was described to avoid this crash.
This is the clean solution replacing the kludge.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12638
coregrind/m_main.c