|
From: Christian B. <bor...@de...> - 2011-11-06 20:42:04
|
> 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? Will try to play a bit with the testcase. > > There is also one fewer error reported. Is that also explained due to > the incorrect debug info? Yes, each error is reported only once and valgrind cant distinguish both calls to bar if the calltrace fails. |