Problem with dict:new()

Nico Weling nico.weling@REDACTED
Mon Nov 19 13:37:25 CET 2001


Hi all,

after upgrading to Erlang R8B I've got a lot of badmatch errors due to the 'new' dict module.

How is it possible to use the new release without changing my own programms?


Eshell V4.9.1  (abort with ^G)
1>  D0 = dict:new().
[]


Eshell V5.1  (abort with ^G)
1> D0 = dict:new().
{dict,0,
      16,
      16,
      8,
      80,
      48,
      {[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},
      {{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}


Thanks in advance,

regards Nico.



More information about the erlang-questions mailing list