2 messages in net.java.dev.jna.users[jna-users] Re: Producing native code...
FromSent OnAttachments
Stas OskinSep 17, 2008 7:46 am 
Stas OskinSep 17, 2008 8:23 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] Re: Producing native code core dumpsActions...
From:Stas Oskin (stas@gmail.com)
Date:Sep 17, 2008 8:23:14 am
List:net.java.dev.jna.users

Hi.

I just tried producing a core dump doing it the regular way, and got the following result:

#0 0x000000389e430155 in ?? ()

When tried to back trace, I got the rest of the functions mangled.

(gdb) bt #0 0x000000389e430155 in ?? () #1 0x000000389e431bf0 in ?? () #2 0x0000000000000000 in ?? ()

Any idea what's wrong? I compiled the native library with debug info, keeping all the symbols.

Regards.

Hi.

Any idea if the native code coredumps would be produced under JNA?

If yes, what is the correct way to produce them?

Regards.