Status: Accepted
Owner: ----
CC: [email protected],  [email protected]
Labels: Type-Bug Priority-Medium

New issue 3169 by [email protected]: A64: mjsunit/fuzz-natives-part4 fails with --gc-stress
http://code.google.com/p/v8/issues/detail?id=3169

Command:
./out/a64.debug/d8 --test --stress-opt --always-opt --nobreak-on-abort --nodead-code-elimination --nofold-constants --enable-slow-asserts --debug-code --verify-heap --allow-natives-syntax ./test/mjsunit/mjsunit.js ./test/mjsunit/fuzz-natives-part4.js --gc-interval=500 --stress-compaction --concurrent-recompilation-queue-length=64 --concurrent-recompilation-delay=500 --concurrent-recompilation

fails with

--- stderr ---
[couldn't find pc offset for node=3]
[method: NewFunctionString]
[source:
function NewFunctionString(a,b){?var c=a.length;?var d='';?if(c>1){?d=ToString(a[0]);?for(var e=1;e<c-1;e++){?d+=','+ToString(a[e]);?}?if(%_CallFunction(d,')',StringIndexOf)!=-1){?throw MakeSyntaxError('paren_in_arg_string',[]);?}?d+='\n/'+'**/';?}?var f=(c>0)?ToString(a[c-1]):'';?return'('+b+'('+d+') {\n'+f+'\n})';?}
]

#
# Fatal error in ../src/deoptimizer.cc, line 701
# unable to find pc offset during deoptimization
#

No stacktrace because it does not reproduce locally.

--
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/groups/opt_out.

Reply via email to