Java crashes - only message is "Aborted"???



Hi,

We have a strange problem. Our program occationally crashes after
running for several hours. Nothing is logged, and the only message
written to the console is "Aborted" - no stack trace, no exception, no
nothing. We have encapsulated the invocation in try/catch Throwable in
an attempt to at least be able to log a stack trace, but apparently no
exception is thrown. No core dump or fatal error log is produced.

Our code leverages a Java SDK from Canto (Cumulus), which uses native
code via JNI invocation. We are currently running the program with
option verbose:jni, in the hope that this will help us pinpoint the
error, and are currently eagerly awaiting a crash.

Any suggestions on how to proceed?

Sincerely,
Anders S. Johansen

.