java and csoundapi
Date | 2015-06-22 22:22 |
From | peiman khosravi |
Subject | java and csoundapi |
Attachments | None None |
Hello, I'm trying to call csound form within java but I'm getting this error. It seems that csound is trying to run in 32bit mode while java is running at 64. Any ideas? I'm using the latest installer on os x 10.9.5. Best, Peiman run: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000010e8bb388, pid=12082, tid=5891 # # JRE version: 7.0_25-b15 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [liblwawt.dylib+0xe388] JNI_OnLoad+0x96 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /Users/peimankhosravi/NetBeansProjects/Hello World App/hs_err_pid12082.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Java Result: 134 BUILD SUCCESSFUL (total time: 1 second) |
Date | 2015-06-22 22:55 |
From | Abraão Isvi |
Subject | Re: java and csoundapi |
Attachments | None None |
Probably you are trying to pass a bad format csound score or orchestra string. On Mon, Jun 22, 2015 at 6:23 PM peiman khosravi <peimankhosravi@gmail.com> wrote:
|
Date | 2015-06-22 23:03 |
From | peiman khosravi |
Subject | Re: java and csoundapi |
Attachments | None None |
My csd is running on its own. And it' running within java in MaxMSP, when I open max in 32bit mode... On 22 June 2015 at 22:55, Abraão Isvi <abraao.isvi@gmail.com> wrote:
|
Date | 2015-06-23 00:11 |
From | peiman khosravi |
Subject | Re: java and csoundapi |
Attachments | None None |
I think this line points to the problem: # JRE version: 7.0_25-b15 # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [liblwawt.dylib+0xe388] JNI_OnLoad+0x96 On 22 June 2015 at 23:03, peiman khosravi <peimankhosravi@gmail.com> wrote:
|