[erlang-questions] dialyzer error: apply_op_not_a_variable

Joel Reymont joelr1@REDACTED
Wed Oct 12 21:33:50 CEST 2011


How do I troubleshoot this?

This is running on a code base without type annotations.

	Thanks, Joel

---

make analyze
  Checking whether the PLT .openpoker_dialyzer.plt is up-to-date... yes
  Compiling some key modules to native code... done in 0m37.24s
  Proceeding with analysis...
=ERROR REPORT==== 12-Oct-2011::20:29:26 ===
Error in process <0.2606.0> with exit value: {{apply_op_not_a_variable,tuple},[{dialyzer_dep,traverse,4},{dialyzer_dep,traverse_clauses,6},{dialyzer_dep,traverse,4},{dialyzer_dep,traverse_defs,4},{dialyzer_dep,traverse,4},{dialyzer_dep,analyze,1},{dialyzer_callgraph... 


dialyzer: Analysis failed with error: {{apply_op_not_a_variable,tuple},
 [{dialyzer_dep,traverse,4},
  {dialyzer_dep,traverse_clauses,6},
  {dialyzer_dep,traverse,4},
  {dialyzer_dep,traverse_defs,4},
  {dialyzer_dep,traverse,4},
  {dialyzer_dep,analyze,1},
  {dialyzer_callgraph,reset_from_funs,...},
  {dialyzer_analysis_callgraph,...}]}
Last messages in the log cache:
  Reading files and computing callgraph... 
make: *** [analyze] Error 1

--------------------------------------------------------------------------
- for hire: mac osx device driver ninja, kernel extensions and usb drivers
---------------------+------------+---------------------------------------
http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
---------------------+------------+---------------------------------------




More information about the erlang-questions mailing list