[erlang-bugs] ets table becomes unusable after a failed insert

Maxim Treskin zerthurd@REDACTED
Fri Jul 24 11:42:29 CEST 2009


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. So, this new shell process
have not access to ETS-table, because it owned by dead process.

-- 
Maxim Treskin


More information about the erlang-bugs mailing list