Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Result 139: Running a test case on Linux 64, gives Java Result 139.

843829Feb 23 2009 — edited Dec 22 2009
Hi All

I'm running a test case which uses JNI to interact with the Native code.

I'm running a test case through netbeans on Linux 64 machine. When I run this test case in debug mode it runs fine but when I run it in non-debug mode, it crashes giving Java Result :139. No other information it gives while it is crashed.

Same test case, if run on Win 32, through netbeans, runs fine in Debug and non-debug mode both.

What seems to me is problem with JNI/JVM because if it would have been a problem with Native code, it shouldn't have run in debug mode.

Also, on internet, I couldn't find any significant information about Java Result 139. Somebody says its Segmentation Fault.

Please help. Let me know if nay other information needed.

Many thanks in advance.

Ric
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 19 2010
Added on Feb 23 2009
10 comments
451 views