Hello,
the 64-bit libclntsh.dylib 10 and 11 are always crashing when i use createEnvironment(). I get the same problem on OSX 10.8.5 and 10.9.5 and it doesn't matter whether I use the c equivalent or the mentioned c++ function. I always get the following:
* thread #1: tid = 0x1a229, 0x00000001013a449e libclntsh.dylib.10.1`lpmapd + 58, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
frame #0: 0x00000001013a449e libclntsh.dylib.10.1`lpmapd + 58
libclntsh.dylib.10.1`lpmapd + 58:
-> 0x1013a449e: movq (%rax), %rax
0x1013a44a1: movq %rax, -0x10(%rbp)
0x1013a44a5: movq -0x10(%rbp), %rax
0x1013a44a9: movq 0xb8(%rax), %rax
The 32-bit version however works fine. What am I missing?