https://bugzilla.redhat.com/show_bug.cgi?id=1456567
Bug ID: 1456567 Summary: "dialyzer --build_plt --apps erts kernel stdlib" crashes Product: Fedora Version: 25 Component: erlang Severity: medium Assignee: lemenkov@gmail.com Reporter: leon.one@gmail.com QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, jeckersb@redhat.com, lemenkov@gmail.com, rhbugs@n-dimensional.de, s@shk.io
Created attachment 1283282 --> https://bugzilla.redhat.com/attachment.cgi?id=1283282&action=edit erl_crash.dump
Description of problem: Dialyzer PLT build crashes everytime.
Version-Release number of selected component (if applicable):
dnf info erlang Last metadata expiration check: 0:08:11 ago on Mon May 29 17:16:10 2017. Installed Packages Name : erlang Arch : x86_64 Epoch : 0 Version : 19.3.4 Release : 1.fc25
dnf info erlang-dialyzer Last metadata expiration check: 0:08:22 ago on Mon May 29 17:16:10 2017. Installed Packages Name : erlang-dialyzer Arch : x86_64 Epoch : 0 Version : 19.3.4 Release : 1.fc25
How reproducible:
always
Steps to Reproduce: 1. dialyzer --build_plt --apps erts kernel stdlib
Actual results: Compiling some key modules to native code...{"init terminating in do_boot",{{badmatch,ok},[{dialyzer_cl,hc_cache,1,[{file,"dialyzer_cl.erl"},{line,572}]},{lists,foreach,2,[{file,"lists.erl"},{line,1338}]},{dialyzer_cl,hipe_compile,2,[{file,"dialyzer_cl.erl"},{line,516}]},{dialyzer_cl,do_analysis,4,[{file,"dialyzer_cl.erl"},{line,382}]},{dialyzer,'-cl/1-fun-0-',1,[{file,"dialyzer.erl"},{line,153}]},{dialyzer,doit,1,[{file,"dialyzer.erl"},{line,243}]},{dialyzer,plain_cl,0,[{file,"dialyzer.erl"},{line,84}]},{init,start_em,1,[]}]}} init terminating in do_boot ()
Crash dump is being written to: erl_crash.dump...done
Expected results: done (passed successfully)
Additional info: crash dump attached.