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 : 1. [email protected] -> [email protected] 2. [email protected] -> [email protected] 3. [email protected] -> [email protected] Looking Forward to Hearing From You. 在 2019年5月8日星期三 UTC+8上午9:36:08,yuyin QQ写道: > > hi > very sorry for the late reply. > > I'd like to do something if need about implementing nodejs CI for MIPS. > > I just have a test about nodejs 10.15.3, it need do some change about > build file and then work fine for me. > > I also notice that openssl need architecture-related asm code which mips > does not support yes, we will try to support it soon. > > Thank you. > > 在 2019年2月26日星期二 UTC+8下午11:22:32,Refael Ackermann写道: >> >> BTW The Node.js Build WG would also appreciate any possible help with >> implementing CI for MIPS. >> Feel free to contact me directly. >> >> On Tuesday, February 26, 2019 at 6:34:52 AM UTC-5, Michael Hablich wrote: >>> >>> Hi, >>> great news! Loongson (on CC) is indeed willing and ready to maintain >>> V8's MIPS ports, *not* including Big Endian though. Thanks! Next steps: >>> >>> 1.) Add Loongson people to [email protected] >>> 2.) Remove Big Endian bot from >>> https://ci.chromium.org/p/v8/g/ports/console >>> 3.) Make the MIPS port green again. >>> >>> Cheers, >>> Michael >>> >>> >>> On Fri, Feb 22, 2019 at 9:01 AM Michael Hablich <[email protected]> >>> wrote: >>> >>>> Hi, >>>> it currently looks like another company is stepping up to maintain the >>>> MIPS (64) ports modulo Big Endian. I will keep this thread updated, when >>>> details are hashed out. >>>> >>>> Cheers, >>>> Michael >>>> >>>> On Monday, February 18, 2019 at 10:23:34 AM UTC+1, Michael Hablich >>>> wrote: >>>>> >>>>> Hi, >>>>> >>>>> there was no response to this thread and other outreach at all, so we >>>>> will go ahead and remove the MIPS(64) ports from V8 starting with V8 7.5 >>>>> (~mid March). >>>>> >>>>> Cheers, >>>>> Michael >>>>> +v8-mips-ports >>>>> >>>>> On Mon, Feb 4, 2019 at 11:30 AM Michael Hablich <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> we thank RT-RK and Wave Computing for the yearlong work on V8's MIPS >>>>>> port. Unfortunately Wave Computing is no longer sponsoring V8's MIPS >>>>>> port, >>>>>> thus RT-RK cannot continue working on it. >>>>>> >>>>>> This means that we are now looking for entities that are willing to >>>>>> maintain the port instead. If you are interested, please get in touch >>>>>> with >>>>>> me. >>>>>> >>>>>> It would also be good to know if your usage of V8 is reliant on the >>>>>> MIPS port. >>>>>> >>>>>> Cheers, >>>>>> Michael >>>>>> >>>>> -- >>>> -- >>>> v8-dev mailing list >>>> [email protected] >>>> http://groups.google.com/group/v8-dev >>>> --- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "v8-dev" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/v8-dev/oXkv5OVCXyc/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- -- 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/b2f54ef5-739b-4323-be6b-773382414fe5%40googlegroups.com.
