Closing a dets

Hans Bolinder hasse@REDACTED
Thu Mar 24 13:23:00 CET 2005


[Tobias Lindahl:]
> Actually, while constructing an counterexample I realised that the problem
> is not related to shutting down the node. It seems to be related to
> converting a sufficently large ets table to dets.

You have found a bug in Dets. In R10B-5 the following patch will be
included:

stdlib/src/dets_v9.erl:

1884a1885,1886
> may_grow(#head{access = read}=Head, _N, _How) ->
>     {Head, ok};

stdlib/src/dets_v8.erl:

1075a1076,1077
> may_grow(#head{access = read}=Head, _N, _How) ->
>     {Head, ok};

Best regards,

Hans Bolinder, Erlang/OTP



More information about the erlang-questions mailing list