diff options
Diffstat (limited to 'results/scraper/box64/131')
| -rw-r--r-- | results/scraper/box64/131 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/box64/131 b/results/scraper/box64/131 new file mode 100644 index 000000000..37d9e056b --- /dev/null +++ b/results/scraper/box64/131 @@ -0,0 +1,15 @@ +hackmud fails to launch sometimes, failed assertion in Mono +I get the same message as in #105, except I don't get any error messages about opcodes. + +``` +TYPE: 31 +* Assertion at mini-amd64.c:209, condition 'amd64_is_imm32 (disp)' not met + +Stacktrace: + +* Assertion: should not be reached at interp-stubs.c:105 +``` + +Here are the following links to source code on GitHub with the exact lines: +[mini-amd64.c](https://github.com/Unity-Technologies/mono/blob/2019.4.9f1/mono/mini/mini-amd64.c#L209) +[interp-stubs.c](https://github.com/Unity-Technologies/mono/blob/2019.4.9f1/mono/mini/interp-stubs.c#L105) \ No newline at end of file |