Open donalffons opened 3 years ago
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.
I get the following error randomly in the console during WASM instantiation:
The project is one MAIN_MODULE with a total of 24 SIDE_MODULEs. The error does not seem to be deterministic. With less SIDE_MODULEs, it seems to occurr less frequently. Also, it seems to happen less often when I'm hosting this on
localhost
.MAIN_MODULE has been built with the following parameters:
SIDE_MODULEs have been built with
The source code of the function mentioned in the error is here.
Standard_Address
is typedef'd asvoid*
,Standard_Size
issize_t
.Repo with a simplified test case. Deployment of the problematic test case.
Not sure if this is related, but: If I build the MAIN_MODULE and SIDE_MODULEs with
-g3
, I run into the exact same issue documented in #11458 (also seemingly occurring non-deterministically).I already spent a lot of time, trying to narrow this down further, but I've run out of ideas. Is there anyone, who knows what I could do to fix this? I'm happy to help as much as I can.