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

New issue 2843 by [email protected]: Flaky error on the 3.20 branch
http://code.google.com/p/v8/issues/detail?id=2843

I updated our d8 testing binary to the 3.20 branch and is seeing the following flak.

Attached is the output of running dart2js on a dart test.

This is flaky passing/failing. On my z620 it is more or less failing on every run, on the bots it is failing less.

It is actually not failing at the same location every time, but if I run with --trace-opt i see this before it fails:

PASS: nongrowable-list-single!42 - length
[evicting entry from optimizing code map (notify deoptimized) for 0x3d5666e5 <SharedFunctionInfo $.get$length$as>] [evicting entry from optimizing code map (notify deoptimized) for 0x3d565621 <SharedFunctionInfo $.getInterceptor$as>]
ERROR: nongrowable-list-single!42 - isEmpty
Teardown failed: Caught FormatException: Couldn't parse VM stack trace line 'TypeError: Cannot call method 'set$_startTime' of undefined'.
  out.js 2981:13   wrapException
  out.js 14672:13  Frame.static.Frame_Frame$parseVM
  out.js 16236:14  Trace$parseVM_closure.call$1
  out.js 6514:20   MappedListIterable._f$1
  out.js 6520:46   MappedListIterable.elementAt$1
  out.js 6267:17   MappedListIterable.ListIterable.toList$1$growable
  out.js 6281:17   MappedListIterable.ListIterable.toList$0
  out.js 21423:39  $.toList$0$a
  out.js 16177:10  Trace.static.Trace$parseVM
  out.js 16172:12  Trace.static.Trace_Trace$parse
[optimizing 0x3d5a48c9 <JS Function Configuration.formatResult$1 (SharedFunctionInfo 0x3d55af25)> - took 0.478, 1.310, 0.304 ms]
PASS: nongrowable-list-single!42 - isNotEmpty

Around the failing part.

If I run with --always-opt I don't hit it (btw, it seems --noopt has no effect anymore)

Marking this as high priority since it is on the 3.20 branch

--
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