Skip to content

Error: Unrecognized function state '+'', which should not be possible. #54

@SukkaW

Description

@SukkaW
[ERR!: 18:30:17.587] line 215393: Unrecognized function state '+''.
Error: Unrecognized function state '+''.
    at t.assert ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:80962)
    at t.parseFunctionState ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:8916)
    at u.parseField_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:36015)
    at u.dispatchLogRow_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:35827)
    at u.processLogLine_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:36324)
    at u.processLogLine ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:34613)
    at t.LogProcessor.processContent ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:174538)
    at t.measureAsync ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:5:27448)
    at t.LogProcessor.process ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:174812)
    at $HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:5:41903

However + should be matched by

case "+":
case "turboprop":
case "maglev":
case "optimized (turboprop)":
case "optimized (maglev)":
return FunctionState.OptimizedTurboprop;

...and should never reach

default:
assert(false, `Unrecognized function state '${text}'.`);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions