Almost there — I have made a release page. I am waiting until @Benjamin Pierce announces the new edition of SF, because I have also updated our SF with the May 2021 edition on the website (coq-next.vercel.app/ext/sf).
I am getting a strange crash on Chromium and Chrome on Linux. Trying to load waCoq (coq.vercel.app/wa), Chromium reports a memory access error and Chrome crashes. Firefox works fine (and Mac works fine). The problem also seems to disappear if the dev tools are open. So this may be a race condition of some sort? @Emilio Jesús Gallego Arias do you get similar behavior?
I get a 404 on that URL @Shachar Itzhaky
Ah yes sorry coq-next.vercel.app/wa...
Yup, I get the crash here!
Seems like a Chrome bug?
I see the sigsev on the official release too :S :S
Ok sry I haven't had the chance to debug it. On a Linux VM I didn't get the crash, I will have to debug it on the Linux server... I srsly have no idea where to start.
It has to do with the str
bindings. Probably easier to debug in Chromium where instead of crashing it throws an exception.
@Emilio Jesús Gallego Arias this does not seem to crash for me anymore in Chrome 91.
Chromium 90 still errors, and there isn't a newer version in their package repo.
Good to hear! Actually I was wondering if the problem we were seeing was due to https://v8.dev/blog/sparkplug , so I indeed went to wait until the refine some glitches this seem to have introduced
oh interesting! it does sound like this is purely for the JS part, but clearly a lot had to change in the overall framework to fit this in. I wonder if this bug actually happened only on Linux or maybe I just skipped M90 of Chromium on my Mac so I never experienced it.
Last updated: May 31 2023 at 03:30 UTC