On Tue, Dec 24, 2019 at 11:46 AM <[email protected]> wrote: > > Hi yuyin: > > I just build [email protected] on mips64el (loongson 3A3000) with > --with-snapshot ,the result was successed. When I run nodejs, it crashed. The > messages are as follows: > > # > # Fatal error in ../deps/v8/src/execution/isolate.cc, line 232 > # Embedded blob checksum verification failed. This indicates that the > embedded blob has been modified since compilation time. A common cause is a > debugging breakpoint set within builtin code. > # > # > # > #FailureMessage Object: 0xffffffacc0 > Program received signal SIGTRAP, Trace/breakpoint trap. > v8::base::OS::Abort () at ../deps/v8/src/base/platform/platform-posix.cc:406 > > > But [email protected] and [email protected] works fine. I found that when I build > [email protected] with `--without-snapshot`,then nodejs works fine. Maybe mips64el > has some problems with v8 snapshot. > > The versions of v8 and nodejs are : > > [email protected] -> [email protected] > [email protected] -> [email protected] > [email protected] -> [email protected] > > Looking Forward to Hearing From You.
It's possible your issue is caused by the way Node.js builds V8 rather than something intrinsic to V8. Can you open an issue over at https://github.com/nodejs/node/issues and cc me (@bnoordhuis)? Can you also test Node.js v13.5.0? Expectation management: mips(el) is not an officially supported architecture, it's self-serve, but I'll try to help you out. :-) -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAHQurc9%2BsJ70ALq%2BtzsXzuas1YeLYJE%2BEUNTqX5wQ5xm9FMT8A%40mail.gmail.com.
