From: Doug M. <do...@hy...> - 2010-02-24 19:53:46
|
The original crash happens in the JVM, when using the distribution binary on your system. This crash is clearly happening within the sigar code. If you could do the following, we can see exactly where it's happening: % ant -Djni.debug=true % gdb `which java` (gdb) run -jar sigar-bin/lib/sigar.jar test Assuming this crashes, the last few lines of output should include the filename:linenumber of the crash. |