1 message in net.java.dev.jna.users[jna-users] Debugging native memory leak
FromSent OnAttachments
Stas OskinDec 30, 2008 7:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[jna-users] Debugging native memory leakActions...
From:Stas Oskin (stas@gmail.com)
Date:Dec 30, 2008 7:13:39 am
List:net.java.dev.jna.users

Hi.

I'm trying to track a quite nasty memory leak, happening in native memory (which I probably forget to de-allocate something).

I tried to locate it first with managed memory analyzing tools, such as MAT and VisualVM, but only managed to discover some JVM related issues, but not the core problem.

Can someone share from the experience how to track and locate such leaks?

Thanks in advance.