Versions Compared

Key

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

...

Code Block
languagebash
titleOpening a core dump with GDB
> gdb maciContainer core.gas03.maciContainer.31215
#Or
> gdb -c core.gas03.maciContainer.31215 maciContainer

...