ets table becomes unusable after a failed insert

mats cronqvist masse@REDACTED
Fri Jul 24 12:32:35 CEST 2009


Maxim Treskin <zerthurd@REDACTED> writes:

> It is not a bug. It is shell-specific behaviour.
> Your ETS-table owned by one shell-process, and when you have exception error
> shell process have stopped and new one started.

  Correct.

>  So, this new shell process have not access to ETS-table, because it
> owned by dead process.

  Actually, the table no longer exists. Tables are linked to the
  creating process. When that died, the table disappeared.

  mats


More information about the erlang-bugs mailing list