beam vm crash

Alexander Petrovsky askjuise@REDACTED
Wed Apr 1 14:01:42 CEST 2020


Hello!

On my erlang (22.2) i've catch the strange behavior:

$ erl
Erlang/OTP 22 [erts-10.6] [source] [64-bit] [smp:8:8] [ds:8:8:10]
[async-threads:1] [hipe]

Eshell V10.6  (abort with ^G)
1> cnt = ets:new(cnt, [named_table, public, ordered_set, {keypos,1},
{write_concurrency,true}]).
cnt
2> ets:update_counter(cnt, sent, {1, 3}, {sent, 0}).
beam/erl_term.h:1429:tag_val_def() Assertion failed: tag_val_def error

I'm trying to trace it and gdb shows:

(gdb) next
1333    in beam/erl_db.c
(gdb) next

Thread 7 "3_scheduler" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@REDACTED=6) at ../sysdeps/unix/sysv/linux/raise.c:51

(
https://github.com/erlang/otp/blob/OTP-22.2/erts/emulator/beam/erl_db.c#L1333
)

So, could someone help me with that?

-- 
Alexander Petrovsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20200401/77ae4426/attachment.htm>


More information about the erlang-questions mailing list