|
From: Florian K. <br...@ac...> - 2011-11-06 15:27:40
|
On 11/02/2011 11:28 AM, Christian Borntraeger wrote:
> Florian,
>
> I looked into tc04 and tc09. Seems that the dwarf information is not correct here,
> so valgrind wont be able to make a proper calltrace at the end of the function epilogue.
> (gdb also fails for the load multiple and the return). This will also make all calltraces
> in bar look identical, therefore we the last one is missing.
> You could add a known fail exp file, if you like.
>
Thanks for investigating it.
I'd like to avoid adding an extra exp file, if possible.
Can you try compiling the testcase with -O0? Does that help?
Or adding an explicit return statement?
There is also one fewer error reported. Is that also explained due to
the incorrect debug info?
Florian
|