--
You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-disc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAKOm%3DVFZs_S3KhUrMF-F7X1NkR3ytYQg%2BmrPQjkNLTCPejYFYw%40mail.gmail.com.
Hi, I updated js-dos project to use latest emscripten 3.1.24. But now even simpliest test didn't work. When I built it with -s ASSERTIONS=1 --profiling-funcs I have following error:007591d2:0x63c1 Uncaught RuntimeError: unreachable
at Normal_Loop() (.llvm.10015310407968227838) (007591d2:0x63c1)
at DOSBOX_RunMachine() (007591d2:0x6c57)
at CALLBACK_RunRealInt(unsigned char) (007591d2:0x92724)
at DOS_Shell::Execute(char*, char*) (007591d2:0xe2e4e)
at DOS_Shell::DoCommand(char*) (007591d2:0xda01d)
at DOS_Shell::ParseLine(char*) (007591d2:0xd7fe3)
at DOS_Shell::Run() (007591d2:0xd8724)
at SHELL_Init() (007591d2:0xd9b16)
at runRuntime (007591d2:0x14149f)
at ret.<computed> (wdosbox.js:9:129411)But all this functions already in asyncify lists, so I bisected and first bad commit is:
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2-H5H2pPjpduyeGsJjifiehxJrgU-QLEs0eq8EtJxRVLA%40mail.gmail.com.
Yes this helps. But, how I make it work without this flag? I mean all functions already in asyncify list, but asyncify didn't work. Is it a bug or not?
To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAKOm%3DVEDOzXBVvfTUPqgvyTpCLOSN%3DVjkXdS3T6X30G0Wr6w2w%40mail.gmail.com.