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
I have this view from Rebar3 with DIAGNOSTIC=1
Seems it can't find some file. I will determine what file, but could you add in your code for next releases throwing of exception with filename.
===> Solving Release mzbench_api-0.6.0
===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump
===> Uncaught error: {badmatch,{error,enoent}}
===> Stack trace to the error location:
[{rlx_resolve,to_app,3,
[{file,"/opt/rebar3/_build/default/lib/relx/src/rlx_resolve.erl"},
{line,197}]},
{rlx_resolve,find_app_in_code_path,2,
[{file,"/opt/rebar3/_build/default/lib/relx/src/rlx_resolve.erl"},
{line,180}]},
{rlx_resolve,subset,6,
[{file,"/opt/rebar3/_build/default/lib/relx/src/rlx_resolve.erl"},
{line,66}]},
{rlx_resolve,solve_release,2,
[{file,"/opt/rebar3/_build/default/lib/relx/src/rlx_resolve.erl"},
{line,47}]},
{relx,build_release_,3,
[{file,"/opt/rebar3/_build/default/lib/relx/src/relx.erl"},{line,170}]},
{relx,build_release,3,
[{file,"/opt/rebar3/_build/default/lib/relx/src/relx.erl"},{line,77}]},
{rebar_relx,do,2,[{file,"/opt/rebar3/src/rebar_relx.erl"},{line,67}]},
{rebar_core,do,2,[{file,"/opt/rebar3/src/rebar_core.erl"},{line,155}]}]
===> When submitting a bug report, please include the output of `rebar3 report "your command"`
Thank you.
The text was updated successfully, but these errors were encountered:
loguntsov
changed the title
If some .app is not presented i have crash
i have crash If some .app is not presented
Mar 18, 2021
I have this view from Rebar3 with DIAGNOSTIC=1
Seems it can't find some file. I will determine what file, but could you add in your code for next releases throwing of exception with filename.
Thank you.
The text was updated successfully, but these errors were encountered: