Hello. I am using the linux version of the latest build for jinput. I have incurred a problem when exiting my java program that has jinput active in it both with java 1.4, 1.5, and beta 1.6. The error below is what I get.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| Trying to notify for cleanup Notifying clean up thread # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb7ef0cbe, pid=26791, tid=360469 # # Java VM: Java HotSpot(TM) Client VM (1.6.0-beta-b59g mixed mode) # Problematic frame: # C [libc.so.6+0x115cbe] # # An error report file with more information is saved as hs_err_pid26791.log # # If you would like to submit a bug report, please visit: # http: |
Now there is a very long log message that is produced with more information about the crash but its definatly related to JInput b/c when I take out the code for jinput, exiting doesn't produce any errors. Just wondering if anyone encountered this before having to post that long log file.
Thanks