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
test883181:1: function '-f1/0-lc$^0/1-0-'/1+10:
Internal consistency check failed - please report this bug.
Instruction: {bs_match,{f,0},{x,0},{commands,[{skip,1}]}}
Error: throws_exception:
Affected versions
master
Additional context
This might be another instance of #7342, I'm reporting it because I don't remember seeing this particular error message before (usually there is {bad_type_arg, ...} where there is just throws_exception here).
The text was updated successfully, but these errors were encountered:
The common sub expression (CSE) optimization could cause a call to a
guard BIF to be inserted into the middle of a sequence of binary
syntax matching instructions, which in turn could cause unsafe
`bs_match` (BEAM) instructions to be emitted.
Resolveserlang#8617
Describe the bug
crashes erlc with the error message:
Affected versions
Additional context
This might be another instance of #7342, I'm reporting it because I don't remember seeing this particular error message before (usually there is
{bad_type_arg, ...}
where there is justthrows_exception
here).The text was updated successfully, but these errors were encountered: