We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When persistence is used getting an erlang error
dets: file <<"/tmp/my_persistence_file">> not properly closed, repairing ...
The text was updated successfully, but these errors were encountered:
Also getting this - I traced it down to
iex(21) > :dets.from_ets("./my_cache.dets", :my_cache) { :EXIT, { :function_clause, [ { :lists, :thing_to_list, ["/Users/benpacker/bnc/cosmic/fs_nonode@nohost_97376_520."], [file: 'lists.erl', line: 603] }, {:lists, :flatmap, 2, [file: 'lists.erl', line: 1250]}, {:file_sorter, :next_temp, 1, [file: 'file_sorter.erl', line: 1412]}, {:file_sorter, :write_run, 2, [file: 'file_sorter.erl', line: 595]}, {:file_sorter, :fun_run, 5, [file: 'file_sorter.erl', line: 589]}, {:file_sorter, :do_sort, 5, [file: 'file_sorter.erl', line: 372]}, {:dets, :do_sort, 5, [file: 'dets.erl', line: 2833]}, {:dets, :do_finit, 4, [file: 'dets.erl', line: 2208]} ] } }
I don't have the ets or erlang knowledge to really understand this error message though
Sorry, something went wrong.
Merge pull request whitfin#1 from IvanShpotenko/argument_error
a678659
attempt to fix argument error
Successfully merging a pull request may close this issue.
When persistence is used getting an erlang error
dets: file <<"/tmp/my_persistence_file">> not properly closed, repairing ...
The text was updated successfully, but these errors were encountered: