Has anybody here succeeded in running Eclipse under Valgrind? I’m battling a particularly hairy crash involving JNI code, and was hoping that Valgrind perhaps could (again) prove its excellence, but when I run Eclipse under Valgrind, the JVM terminates with an error message about not being able to create the initial object heap (I currently don’t have access to the exact error message; I’ll edit this post as soon as I do.)
Has anybody here succeeded in running Eclipse under Valgrind ? I’m battling a particularly
Share
If there is a crash in native code, then gdb might be a better choice. It should even stop the execution automatically on a crash and might show You the stack trace (command bt).