|
From: Konstantin S. <kon...@gm...> - 2011-02-04 10:46:03
|
Hi,
I've been running 'valgrind --smc-check=all' on a C++ program which has a
Java plugin, i.e. at some point valgrind executes the JVM (OpenJDK).
Some of the warnings coming from memcheck look like this:
==25756== Invalid write of size 4
==25756== at 0x23E95648: ???
==25756== by 0x23EFF137: ???
==25756== Address 0x7ffeffade8 is not stack'd, malloc'd or (recently)
free'd
==25756==
{
<insert_a_suppression_name_here>
Memcheck:Addr4
obj:*
obj:*
}
This is most likely some jited code executed by the JVM, but since valgrind
did not manage to unwind the stack I can't even suppress it.
Did anyone ever run into similar problem?
Any idea how to suppress such warnings?
Thanks,
--kcc
|