[erlang-questions] gdb questions (was Segfault in do_allocate_logger_message)

Roger Lipscombe roger@REDACTED
Tue Apr 24 16:27:10 CEST 2018


On 24 April 2018 at 14:20, Vince Foley <vincefoley@REDACTED> wrote:
> Do you know of any documentation around building "unstripped" erlang
> releases? This is my next step...

Don't strip them in the first place :)

We build our Erlang/OTP using kerl, which we then embed into our
release, which is then packaged as a .deb file, using the Debian tools
(debbuild, etc.).

It's the debbuild step that strips the binaries as they're put in the
.deb file. We simply keep the unstripped beam.smp binary from before
this happens. Do the ESL .deb files (assuming that's how you're
installing Erlang) also contain stripped binaries?



More information about the erlang-questions mailing list