You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialyzer n2.erl
Proceeding with analysis...{error,{case_clause,{[],[]}},[{dialyzer,format_invalid_contract_details,1,[{file,"dialyzer.erl"},{line,1021}]},{dialyzer,message_to_string,3,[{file,"dialyzer.erl"},{line,892}]},{dialyzer,format_warning,2,[{file,"dialyzer.erl"},{line,750}]},{dialyzer_cl,'-print_warnings/1-lc$^0/1-0-',2,[{file,"dialyzer_cl.erl"},{line,821}]},{dialyzer_cl,print_warnings,1,[{file,"dialyzer_cl.erl"},{line,821}]},{lists,foreach_1,2,[{file,"lists.erl"},{line,2315}]},{dialyzer_cl,return_value,2,[{file,"dialyzer_cl.erl"},{line,669}]},{dialyzer_cl,do_analysis,4,[{file,"dialyzer_cl.erl"},{line,428}]}]}
Runtime terminating during boot ({{case_clause,{[],[]}},[{dialyzer,format_invalid_contract_details,1,[{file,"dialyzer.erl"},{line,1021}]},{dialyzer,message_to_string,3,[{file,"dialyzer.erl"},{line,892}]},{dialyzer,format_warning,2,[{file,"dialyzer.erl"},{line,750}]},{dialyzer_cl,'-print_warnings/1-lc$^0/1-0-',2,[{file,"dialyzer_cl.erl"},{line,821}]},{dialyzer_cl,print_warnings,1,[{file,"dialyzer_cl.erl"},{line,821}]},{lists,foreach_1,2,[{file,"lists.erl"},{line,2315}]},{dialyzer_cl,return_value,2,[{file,"dialyzer_cl.erl"},{line,669}]},{dialyzer_cl,do_analysis,4,[{file,"dialyzer_cl.erl"},{line,428}]}]})
Crash dump is being written to: erl_crash.dump...done
Expected behavior
No crash
Affected versions
Master
Additional information
It doesn't seem to be connected to nominal types, - after changing -nominal to just -type dialyzer still crashes.
The text was updated successfully, but these errors were encountered:
Describe the bug
Dialyzer crashes
To Reproduce
(The code itself makes very little sense, but it crashes dialyzer)
Expected behavior
No crash
Affected versions
Master
Additional information
It doesn't seem to be connected to nominal types, - after changing
-nominal
to just-type
dialyzer still crashes.The text was updated successfully, but these errors were encountered: