|
From: Johnny <joh...@ra...> - 2005-10-06 18:29:11
|
Hi Julian,
I used svn to get the trunk of Valgrind and it seems better with memory
management.
However, my server is a Java program and it terminates and gives me the
following error message when I try to start up.
at
jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lan
g.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
at
jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang
.Object;)Ljava.lang.Object;(Unknown Source)
at
java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)L
java.lang.Object;(Unknown Source)
at
Does Valgrind/memcheck work in profiling the C/C++ shared libraries
dynamically loaded by a Java VM?
Thanks,
Johnny
-----Original Message-----
From: Julian Seward [mailto:js...@ac...]
Sent: Sunday, October 02, 2005 2:59 PM
To: val...@li...
Cc: Johnny
Subject: Re: [Valgrind-users] Valgrind-3.0.1: VG_(get_memory_from_mmap):
newSuperblock's request for 2932736 bytes failed.
> Does anyone have any suggestions or ideas on how to get passed this?
Use the svn trunk instead, which has a completely new and more flexible
address space manager.
svn co svn://svn.valgrind.org/valgrind/trunk
./autogen.sh
./configure --prefix=
etc
Let us know if you have more success this way.
J
|