Skip to content
Maxim Fedorov

Maxim Fedorov

The Erlang Journey

  • Home
  • About me
  • GitHub

Month: March 2022

Debugging the BEAM

Debugging the BEAM

Erlang’s virtual machine, BEAM, is incredibly stable. It’s not often that I see SIGSEGV or something more elaborate. But when it happens, what options do I have other than analysing code dump? How do I debug the BEAM itself, when I have a test case crashing the emulator?

Continue reading “Debugging the BEAM”
Author max-auPosted on March 29, 2022Categories BEAM1 Comment on Debugging the BEAM
  • Home
  • About me
  • GitHub
Maxim Fedorov