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-118: Unexpected return from erl_debug:breakpoint/2 #3243

Closed
OTP-Maintainer opened this issue Mar 27, 2016 · 1 comment
Closed

ERL-118: Unexpected return from erl_debug:breakpoint/2 #3243

OTP-Maintainer opened this issue Mar 27, 2016 · 1 comment
Labels
bug Issue is reported as a bug help wanted Issue not worked on by OTP; help wanted from the community priority:low team:VM Assigned to OTP team VM

Comments

@OTP-Maintainer
Copy link

Original reporter: deadok22
Affected version: OTP-18.0
Component: debugger
Migrated from: https://bugs.erlang.org/browse/ERL-118


{{int:ni/1}} fails when called with hipe-compiled module as an argument.

Steps to reproduce:
{code}
$ echo "-module(uninterpretable)." > uninterpretable.erl
$ erlc +debug_info +native  uninterpretable.erl
$ erl -noshell -run int ni uninterpretable
{code}

Error:
{code}
** exception error: no match of right hand side value false
     in function  int:'-load/2-fun-1-'/1 (int.erl, line 540)
     in call from int:load/2 (int.erl, line 538)
{code}
@OTP-Maintainer OTP-Maintainer added bug Issue is reported as a bug help wanted Issue not worked on by OTP; help wanted from the community team:VM Assigned to OTP team VM priority:low labels Feb 10, 2021
@bjorng
Copy link
Contributor

bjorng commented Feb 24, 2021

I am closing this issue because HiPE will be removed in OTP 24.

@bjorng bjorng closed this as completed Feb 24, 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 help wanted Issue not worked on by OTP; help wanted from the community priority:low team:VM Assigned to OTP team VM
Projects
None yet
Development

No branches or pull requests

2 participants