<div dir="ltr">Hello!<div><br></div><div>On my erlang (22.2) i've catch the strange behavior:</div><div><br></div><div>$ erl<br>Erlang/OTP 22 [erts-10.6] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]<br><br>Eshell V10.6  (abort with ^G)<br>1> cnt = ets:new(cnt, [named_table, public, ordered_set, {keypos,1}, {write_concurrency,true}]).<br>cnt<br>2> ets:update_counter(cnt, sent, {1, 3}, {sent, 0}).<br>beam/erl_term.h:1429:tag_val_def() Assertion failed: tag_val_def error<br><br></div><div>I'm trying to trace it and gdb shows:</div><div><br></div><div>(gdb) next<br>1333    in beam/erl_db.c<br>(gdb) next<br><br>Thread 7 "3_scheduler" received signal SIGABRT, Aborted.<br>__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51<br></div><div><br></div><div>(<a href="https://github.com/erlang/otp/blob/OTP-22.2/erts/emulator/beam/erl_db.c#L1333">https://github.com/erlang/otp/blob/OTP-22.2/erts/emulator/beam/erl_db.c#L1333</a>)</div><div><br></div><div>So, could someone help me with that?</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">Alexander Petrovsky</div></div></div></div></div></div></div>