f60webmx
The last times I found the “f60webmx” executable ends with a segmentation fault or signal 11, and a core file was created.
I ‘ve found a lot of answers about Stack trace which can be generated from the core file to help me to identify the reason.
So,I’ve followed those steps
1) ensure the core files generated in the local directory.
ls -l *core*
2) execute below command
file core ;
Note:- file is an OS command. This is to ensure it was created from FNDLIBR(in my case is f60webmx).
3) Generate stack trace. (in my server it’s about dbx debugger)