Versions Compared

Key

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

...

If you don't have gdb installed, go install gdb. You should be able to install using something like: apt-get install gdb -or- yum  yum install gdb

Tip

Just run the following command to get the output into the backtrace.txt file, ready for uploading to the issue tracker. Be sure to change the name of the core file to your actual core dump file:

...