Skip to content
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

ERL-555: Compiler bug: Internal consistency check failed #3433

Closed
OTP-Maintainer opened this issue Jan 29, 2018 · 1 comment
Closed

ERL-555: Compiler bug: Internal consistency check failed #3433

OTP-Maintainer opened this issue Jan 29, 2018 · 1 comment
Assignees
Labels
bug Issue is reported as a bug priority:medium team:VM Assigned to OTP team VM
Milestone

Comments

@OTP-Maintainer
Copy link

Original reporter: maxlapshin
Affected version: OTP-21.0
Fixed in version: OTP-21.0
Component: compiler
Migrated from: https://bugs.erlang.org/browse/ERL-555


erlang: OTP-20.2.2-1232-gb73e87f   (commit b73e87f)

trying to compile file and get:

$ erlc dash_reader.erl 
dash_reader: function '-dump/3-lc$^0/1-0-'/2+22:
  Internal consistency check failed - please report this bug.
  Instruction: {fmove,{fr,2},{x,0}}
  Error:       {heap_overflow,{left,{0,floats}},{wanted,{1,floats}}}:

Minimal file attached, no libraries are required
@OTP-Maintainer
Copy link
Author

bjorn said:

Thanks for testing the master branch!

Here is a pull request with a correction:

https://github.com/erlang/otp/pull/1696

@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug team:VM Assigned to OTP team VM priority:medium labels Feb 10, 2021
@OTP-Maintainer OTP-Maintainer added this to the OTP-21.0 milestone Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug priority:medium team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

2 participants