core file
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- 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.