Skip to content

v1.7.9

Compare
Choose a tag to compare
@fhunleth fhunleth released this 08 Jul 17:09
· 433 commits to main since this release
  • Improvements
    • Add helper script generator for using gdb to analyze core dumps. Nerves
      systems ship with debug symbols (target images have these stripped) that can
      be used to get stack traces and more from core dumps from the Erlang VM and
      other C/C++ programs. See the Debugging C in Nerves blog
      post
      for an example.
    • Support the new :limits option in erlinit so that it's possible to set the
      core dump limits (i.e., enable core dumps) before Erlang starts.