I have a c++ application (using MySQL/Oracle) built on RHEL 5.6 box
core dumps have been enabled
ulimit -c unlimited
When the application uses Oracle db and triggers a SIGSEGV signal, no core dump is generated.
Whereas, using MySQL a proper core dump is generated with the exact same steps.
Any headers on what might be wrong here?
Thanks in advance