Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Core pattern is helpful in the case if there are couple of core dumps files in one directory and we don't know which program caused it.

How to generate stack trace?

Make sue the executable is compiled with -g option to turn on the debugging symbols

...