core file
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A core file is specific to UNIX.
It is a binary file that requires a UNIX debugger such as dbx.
A core file contains:
- A stack trace of the AVM executing ABL code
- Hex representation of the parameters to each routine
On some systems, an executable’s permissions do not allow core file
generation.