Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OCCI OSX 64-bit createEnvironment() EXC_BAD_ACCESS

user5903255Aug 18 2023 — edited Aug 18 2023

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?

Comments
Post Details
Added on Aug 18 2023
0 comments
338 views