[erlang-questions] ets table disappears after bad query

Carlo Bertoldi carlo.bertoldi@REDACTED
Mon May 2 10:34:43 CEST 2011


On 02/05/2011 07:54, Todd wrote:
> I have an ets query that is broken. The funny thing is that after the 
> query fails, the ets table disappears...
>
> 6. Is this expected behaviour? What would I have to do to prevent 
> losing my ets table?
>
Yes. To avoid this you should create the table in a process, start it 
without linking to it, and then run you query.
Then the crash due to the wrong query shouldn't bring down you ets.

  Carlo
> -Todd




More information about the erlang-questions mailing list