Re: [Valgrind-users] Valgrind and JNI java

2015-10-12 Thread John Reiser
> I update the code (github): https://github.com/avazquezdev/TestValgrindJava > valgrind-3.10.1 > Kubuntu 15.04 (64bits) > I created two files with the outputs whether or no memory leak. > https://github.com/avazquezdev/TestValgrindJava/tree/master/ErrorInfo > When I allocate memory valgrind sho

Re: [Valgrind-users] Valgrind and JNI java

2015-10-11 Thread Alex Vazquez
Hi John! I update the code (github): https://github.com/avazquezdev/TestValgrindJava > >Please state the version of valgrind ("valgrind --version"), >and the hardware architecture, and the operating system and version. valgrind-3.10.1 Kubuntu 15.04 (64bits) > >Please tell us how many (within a f

Re: [Valgrind-users] Valgrind and JNI java

2015-10-10 Thread John Reiser
> I want to use valgrind to detect memory leaks for a library in Java native > interface. > For this I made a sample program by pressing a key reserve memory and another > pressing the release and one for exiting the program. > > I have 2 problems: > * If I activate the options to detect me

[Valgrind-users] Valgrind and JNI java

2015-10-09 Thread Alex Vazquez
Hi all! I want to use valgrind to detect memory leaks for a library in Java native interface. For this I made a sample program by pressing a key reserve memory and another pressing the release and one for exiting the program. I have 2 problems: * If I activate the options to detect memory leaks I