[an error occurred while processing this directive]
How can I tell what program generated a core file?
1. Use the dbx debugger.
2. Use the "file" program (e.g., file )
3. Use "strings" to find clues in the core file (e.g., strings )
[an error occurred while processing this directive]