-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Kernel.DialyzerTest: failure on setup_all callback, tests invalidated #5163
New issue
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
Comments
That error is not ideal. It's saying that dialyzer could not get the abstract code for |
@fishcakez I've just installed it from package, but it really have no debuginfo embedded, it is placed into a standalone package. |
We can investigate if this is the case by running the following in ~c"erl_prim_loader.beam" |> :code.where_is_file() |> :beam_lib.chunks([:abstract_code]) |
@majioa ping. |
@fishcakez will try |
Ping. :) |
Closing this for now. Please let us know if you have more information. |
Just ran into this when running Environment
Current Behaviour
Expected Behaviour
NotesI ran
in
|
We have tracked this down and solved it on #5664. |
Oh, great! Sorry for the duplicate, I'll fiddle with my zlib versions and make sure I'm building on OTP >= 19.1, and if anything else gets weird I'll follow up there. Thanks! |
Environment
and
Current behavior
Include code samples, errors and stacktraces if appropriate.
Expected behavior
The text was updated successfully, but these errors were encountered: