I got a crash on android devices while running cctest. Here is what I do: 1. compile the v8 code (v3.19.0, v3.18.5, v3.17.12) with command: make android_arm.release -j9 armv7=false 2. push cctest to android phone 3. run cctest with command: ./cctest test-hasing, then I got a crash report.
Here is what cctest report: > # > > # Fatal error in ../test/cctest/test-hashing.cc, line 184 > > # CHECK(runtime_hash == codegen_hash) failed > > # > > [1] Bus error ./cctest test-hashing > > > I have tested all v8 version above, they got the same error. Cpu info: > Processor : ARMv6-compatible processor rev 5 (v6l) > > BogoMIPS : 245.61 > > Features : swp half thumb fastmult vfp edsp java > > CPU implementer : 0x41 > > CPU architecture: 6TEJ > > CPU variant : 0x1 > > CPU part : 0xb36 > > CPU revision : 5 > > >> Hardware : GT-S5670 Board > > Revision : 0003 > > Serial : 3634eebd75b800ec > > > Is anyone can tell me what happened or how can I debug on it? -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
