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
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to