Page MenuHomePhabricator

Getting WASM error
Open, LowPublicFeature

Description

Steps to replicate the issue (include links if applicable):

What happens?:
A WASM error, execution failed: unreachable, Code: 0x89\n [error] When executing function name: \"_start\"

What should have happened instead?:
The test and anything being inputted should have worked fine

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Jdforrester-WMF changed the subtype of this task from "Bug Report" to "Feature Request".
Jdforrester-WMF subscribed.

That is an ugly error that says, roughly, "your code is bad and was killed". We could clean up the error a little, perhaps.

That is an ugly error that says, roughly, "your code is bad and was killed". We could clean up the error a little, perhaps.

Perhaps it is? It runs successfully on my machine and on a cloud provider ¯\_(ツ)_/¯, so I don't know why it would fail on WF. Maybe a difference between RustPython and CPython?