Comment #3 on issue 4205 by [email protected]:
mjsunit/regress/regress-2249 crashes flakily on arm64 nosnap debug
https://code.google.com/p/v8/issues/detail?id=4205
Not that reliable, but this running with this command line gets the job
done:
tools/run-tests.py --buildbot --arch=arm64 --mode=Debug --nosnap
mjsunit/regress/regress-2249 --random-seed-stress-count=100
--variants=turbofan
Stack trace looks like this:
#0 0x00007f37b0ebdcc9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007f37b0ec10d8 in __GI_abort () at abort.c:89
#2 0x0000000000e33acf in v8::base::OS::Abort ()
at ../../src/base/platform/platform-posix.cc:232
#3 0x0000000000e2f844 in V8_Fatal (file=<optimized out>, line=6,
format=<optimized out>) at ../../src/base/logging.cc:116
#4 0x000000000093d621 in cast (object=0x0) at ../../src/objects-inl.h:2970
#5 v8::internal::Runtime::CreateArrayLiteralBoilerplate
(isolate=0x2eb2aa0, literals=..., elements=..., is_strong=false)
at ../../src/runtime/runtime-literals.cc:156
#6 0x0000000000941bfc in GetLiteralAllocationSite (isolate=<optimized
out>, literals=..., literals_index=<optimized out>, elements=...,
is_strong=<optimized out>) at ../../src/runtime/runtime-literals.cc:299
#7 v8::internal::CreateArrayLiteralImpl (isolate=0x2eb2aa0, literals=...,
literals_index=1, elements=..., flags=1)
at ../../src/runtime/runtime-literals.cc:331
#8 0x000000000093f7b0 in __RT_impl_Runtime_CreateArrayLiteralStubBailout
(isolate=0x2eb2aa0, args=...) at ../../src/runtime/runtime-literals.cc:375
#9 v8::internal::Runtime_CreateArrayLiteralStubBailout
(args_length=<optimized out>, args_object=0x7f37aee82270, isolate=0x2eb2aa0)
at ../../src/runtime/runtime-literals.cc:367
#10 0x0000000000b7c467 in v8::internal::Simulator::DoRuntimeCall
(this=0x2edef50, instr=<optimized out>)
at ../../src/arm64/simulator-arm64.cc:602
#11 0x0000000000b7c230 in ExecuteInstruction (this=<optimized out>)
at ../../src/arm64/simulator-arm64.h:310
#12 v8::internal::Simulator::Run (this=0x2edef50)
at ../../src/arm64/simulator-arm64.cc:436
#13 0x0000000000b7b016 in v8::internal::Simulator::CheckPCSComplianceAndRun
(this=0x2edef50) at ../../src/arm64/simulator-arm64.cc:248
#14 0x0000000000b797da in v8::internal::Simulator::CallVoid
(this=0x2edef50, entry=<optimized out>, args=<optimized out>)
at ../../src/arm64/simulator-arm64.cc:162
#15 0x0000000000b7b68e in CallInt64 (this=0x2edef50, entry=0x3b5d <error:
Cannot access memory at address 0x3b5d>, args=0x6)
at ../../src/arm64/simulator-arm64.cc:169
#16 v8::internal::Simulator::CallJS (this=0x2edef50, entry=0x3b5d <error:
Cannot access memory at address 0x3b5d>, function_entry=<optimized out>,
func=0xffffffffffffffff, revc=0x7f37b228d780, argc=29736224,
argv=0x7ffc33641140) at ../../src/arm64/simulator-arm64.cc:194
#17 0x00000000005aaaf1 in v8::internal::Invoke (is_construct=<optimized
out>, function=..., receiver=..., argc=<optimized out>, args=0x7ffc33641140)
at ../../src/execution.cc:128
#18 0x00000000005a9876 in v8::internal::Execution::Call (isolate=<optimized
out>, callable=..., receiver=..., argc=1, argv=0x7ffc33641140,
convert_receiver=<optimized out>) at ../../src/execution.cc:179
#19 0x00000000004bd175 in v8::internal::Genesis::CallUtilsFunction
(isolate=0x2eb2aa0, name=<optimized out>) at ../../src/bootstrapper.cc:1586
#20 0x00000000004c979f in v8::internal::Genesis::InstallNatives
(this=0x7ffc336414b0) at ../../src/bootstrapper.cc:2320
#21 0x00000000004d2445 in v8::internal::Genesis::Genesis
(this=0x7ffc336414b0, isolate=0x2eb2aa0, maybe_global_proxy=...,
global_proxy_template=...,
extensions=0x7f37b228d780) at ../../src/bootstrapper.cc:3146
#22 0x00000000004a7206 in v8::internal::Bootstrapper::CreateEnvironment
(this=0x2ece700, maybe_global_proxy=..., global_proxy_template=...,
extensions=0x7ffc33641580) at ../../src/bootstrapper.cc:356
#23 0x0000000000424340 in CreateEnvironment (extensions=0x7ffc33641580,
isolate=<optimized out>, global_template=..., maybe_global_proxy=...)
at ../../src/api.cc:5557
#24 v8::Context::New (external_isolate=0x2eb2aa0, extensions=<optimized
out>, global_template=..., global_object=...) at ../../src/api.cc:5586
#25 0x0000000000409802 in v8::Shell::CreateEvaluationContext
(isolate=0x2eb2aa0) at ../../src/d8.cc:1037
#26 0x000000000040b3ea in v8::Shell::RunMain (isolate=0x2eb2aa0,
argc=<optimized out>, argv=0x6) at ../../src/d8.cc:1523
#27 0x000000000040b9f7 in v8::Shell::Main (argc=<optimized out>,
argv=<optimized out>) at ../../src/d8.cc:1719
#28 0x00007f37b0ea8ec5 in __libc_start_main (main=0x413960 <main(int,
char**)>, argc=15, argv=0x7ffc336419f8, init=<optimized out>,
fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7ffc336419e8) at libc-start.c:287
#29 0x00000000004063c9 in _start () at ../../src/d8.cc:197
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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].
For more options, visit https://groups.google.com/d/optout.