Skip to Main Content

DevOps, CI/CD and 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!

dlopen crashes in 64bit mode

807575Nov 24 2006 — edited Nov 29 2006
Hi,

I have 64bit C++ shared object built using Sun Fore Compiler(CC) on Solaris 9. However, when I try to open this shared object using dlopen on another Solaris 9 system, it crashes.

I am compiling my code on following system
SunOS 5.9 Generic_118558-30 sun4u sparc SUNW,Sun-Fire-880
and running it on
SunOS 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Fire-V440

Can any help me figure out what the problem is ??

I get the following in the crash log
Fault signal: SIGSEGV (11), address not mapped to object.
At instruction address 0xffffffff7e74f4a8, faulting access address is 0x61726377396fb9f8
Symbolic location: "realloc + 0x474 [usr/lib/sparcv9/libc.so.1]"

Thanks in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2006
Added on Nov 24 2006
3 comments
306 views