Reputation: 31
I am getting below error while running an executable in solaris :Illegal Instruction (core dumped)
When i use pstack command to check the core file i get below info: ffffffff7f501f20 ???????? (0, 0, 0, 0, 0, 0) 0000000000000000 ???????? (0, 0, 0, 0, 0, 0) pstack: warning: librtld_db failed to initialize; symbols from shared libraries will not be available
I have compiled the makefiles in different linux and generated executable and tried running there and it is running successfully without any issues. could someone please let me know how to resolve this as the issue is coming only in Solaris.
Upvotes: 3
Views: 607