[erlang-questions] Erlang segfault ?? OMG

Lukas Larsson lukas@REDACTED
Mon Sep 22 10:06:52 CEST 2014


Hello,

This is not a known issue.

You will have to provide a little more information in order for me to
understand what is going on.

* From the place where the error happens I assume that this is during start
up. Is that a correct assumption?
* Is it possible to reproduce?
* Can you get a full core file?
* What OS are you using?
* How did you install Erlang/OTP?
* Are you running any non-Erlang/OTP nifs/linked-in drivers?

Lukas

On Sun, Sep 21, 2014 at 4:38 PM, 卓一抗 <zhuoyikang@REDACTED> wrote:

> hello,everybody :
>
> my erlang node crash and dmesg report:
>
> segfault at 18 ip 00000000004565f4 sp 00007fffe9178698 error 4 in
> beam[400000+1e9000]
>
> and i objdump -d beam to track this code :
>
>   456597:       74 5b                   je     4565f4
> <erts_bfalc_init+0x4a4>
>   456599:       48 8b 71 08             mov    0x8(%rcx),%rsi
>   45659d:       40 f6 c6 02             test   $0x2,%sil
>   4565a1:       74 51                   je     4565f4
> <erts_bfalc_init+0x4a4>
>   4565f4:       48 8b 41 18             mov    0x18(%rcx),%rax
>
>  so simple code =>
>
>   void
>   erts_bfalc_init(void)
>   {
>   atoms_initialized = 0;
>   }
>   .//erts/emulator/beam/erl_bestfit_alloc.h:39:void erts_bfalc_init(void);
>
>
> does it a bug on erlang rb15b02?  and  anyone occur the same question like
> me ?
>
> I need some help.....
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140922/36bd99d8/attachment.htm>


More information about the erlang-questions mailing list