Hi,
While I have been programming in Java for many years now, java native crashes are a new animal to me.
I have had to deal with them when using the JOGL and Odejava native API’s over the last year, but in all cases they were bugs in the API - and in the case of Odejava, the java native crash was pretty useful in actually locating the problem within the native library and fixing it.
I currently have a problem described in this thread.
where Java’s crashing (the errors occure in the main java libraries - not the third party ones) and I can’t work out why. Is it Odejava causing it to crash? Or what? The stack traces are all but useless and I have had to go back to log statements to try and work out where the errors are. Then it seemed like my log statements were causing the crashing (it would work when I removed them).
I’m out of ideas.
Am I looking at a bug in Java here? If so what do I need to do to submit a bug - I’m not convinced I can create a small test case here and I’m not convinced it’s not Odejava somehow causing the problems.
If you can offer specific advice to my problem - please reply to the other thread I posted. but general ‘dealing with native crashes advice’ would be great too.
Thanks in advance,
Will.