Java Result 139: Running a test case on Linux 64, gives Java Result 139.
843829Feb 23 2009 — edited Dec 22 2009Hi 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