Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pummel/test-worker-take-heapsnapshot - crash in debug mode on arm #41204

Closed
mhdawson opened this issue Dec 16, 2021 · 27 comments
Closed

pummel/test-worker-take-heapsnapshot - crash in debug mode on arm #41204

mhdawson opened this issue Dec 16, 2021 · 27 comments
Labels
arm Issues and PRs related to the ARM platform. worker Issues and PRs related to Worker support.

Comments

@mhdawson
Copy link
Member

Version

head

Platform

arm64

Subsystem

workers

What steps will reproduce the bug?

Run test pummel/test-worker-take-heapsnapshot as part of running test suite in debug mode

How often does it reproduce? Is there a required condition?

Seems to be 100% in debug mode on ARM64

What is the expected behavior?

tests pasess

What do you see instead?

12:13:06 not ok 3230 pummel/test-worker-take-heapsnapshot
12:13:07 ---
12:13:07 duration_ms: 0.815
12:13:07 severity: crashed
12:13:07 exitcode: -11
12:13:07 stack: |-
12:13:07 (node:758209) internal/test/binding: These APIs are for internal testing only. Do not use them.
12:13:07 (Use node --trace-warnings ... to show where the warning was created)
12:13:07 ...

Additional information

No response

@mhdawson
Copy link
Member Author

I found this while working on a debug job for ARM64 as I'd like to move over our debug testing to our arm machines. As part of a Red Hat team day looking at what we can do to move the ci closer to green, failures in the debug builds seem to be the top cause of failure. Looking at the logs it seems like it is because the debug builds require a lot of memory and the x86 container hosts don't have enough. Our ARM container hosts have a lot of memory (512G) so I'm hoping it would be a problem to run them there.

While creating the new job I came across what appears to be a persistent failure. Thinking we should mark as flaky so that we can move over.

@mhdawson
Copy link
Member Author

Also noting that it was on ubuntu 20 in case that matters. - https://ci.nodejs.org/job/node-test-commit-arm-debug-mdawson/6/console

@Mesteery Mesteery added arm Issues and PRs related to the ARM platform. worker Issues and PRs related to Worker support. labels Dec 16, 2021
@mhdawson
Copy link
Member Author

Also seems to occur on ubuntu 18.

@mhdawson
Copy link
Member Author

Seems to fail on master, 17.x, and 16.x but not earlier streams.

mhdawson added a commit to mhdawson/io.js that referenced this issue Dec 20, 2021
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: nodejs#41204
Refs: nodejs#41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>
mhdawson added a commit that referenced this issue Dec 22, 2021
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: #41204
Refs: #41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41253
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mhdawson
Copy link
Member Author

This is the stack trace from running the test under gdb with gdb --args ./node_g test/pummel/test-worker-take-heapsnapshot.js

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
[New Thread 0xffffaf3cb110 (LWP 182370)]
[New Thread 0xffffaebca110 (LWP 182371)]
[New Thread 0xffffae3c9110 (LWP 182372)]
[New Thread 0xffffadbc8110 (LWP 182373)]
[New Thread 0xffffad3c7110 (LWP 182374)]
[New Thread 0xffffacbc6110 (LWP 182375)]
NOTE: The test started as a child_process using these flags: [ '--expose-internals' ] Use NODE_SKIP_FLAG_CHECK to run the test with the original flags.
(node:182376) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)

Thread 1 "node_g" received signal SIGSEGV, Segmentation fault.
0x0000ffffaf3fe7e8 in kill () at ../sysdeps/unix/syscall-template.S:78
78	../sysdeps/unix/syscall-template.S: No such file or directory.
(gdb) bt
#0  0x0000ffffaf3fe7e8 in kill () at ../sysdeps/unix/syscall-template.S:78
#1  0x0000aaaae0c2944c in uv_kill (pid=0, signum=11) at ../deps/uv/src/unix/process.c:537
#2  0x0000aaaadfd63984 in node::Kill (args=...) at ../src/node_process_methods.cc:164
#3  0x0000aaaadffea4c0 in v8::internal::FunctionCallbackArguments::Call (this=this@entry=0xffffd671dc50, handler=..., handler@entry=...) at ../deps/v8/src/api/api-arguments-inl.h:152
#4  0x0000aaaadffed788 in v8::internal::(anonymous namespace)::HandleApiCallHelper<false> (isolate=isolate@entry=0xaaaae639cdf0, function=function@entry=..., 
    new_target=new_target@entry=..., fun_data=..., receiver=..., receiver@entry=..., args=...) at ../deps/v8/src/execution/arguments.h:81
#5  0x0000aaaadffeddf0 in v8::internal::Builtin_Impl_HandleApiCall (isolate=0xaaaae639cdf0, args=...) at ../deps/v8/src/handles/handles.h:133
#6  v8::internal::Builtin_HandleApiCall (args_length=7, args_object=0xffffd671ddb0, isolate=0xaaaae639cdf0) at ../deps/v8/src/builtins/builtins-api.cc:130
#7  0x0000aaaae0cc388c in Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit () at ../../deps/v8/src/builtins/torque-internal.tq:84
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

@mhdawson
Copy link
Member Author

This is the stack trace from loading the core file

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/home/iojs/node/out/Debug/node --expose-internals /home/iojs/node/test/pummel/t'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  std::__atomic_base<long>::load (__m=std::memory_order_relaxed, this=0xffffffffffffffff) at /usr/include/c++/8/bits/atomic_base.h:400
400	      load(memory_order __m = memory_order_seq_cst) const volatile noexcept
[Current thread is 1 (Thread 0xffff99ffb110 (LWP 182383))]
(gdb) bt
#0  std::__atomic_base<long>::load (__m=std::memory_order_relaxed, this=0xffffffffffffffff) at /usr/include/c++/8/bits/atomic_base.h:400
#1  std::atomic_load_explicit<long> (__m=std::memory_order_relaxed, __a=0xffffffffffffffff) at /usr/include/c++/8/atomic:1091
#2  v8::base::Relaxed_Load (ptr=0xffffffffffffffff) at ../deps/v8/src/base/atomicops.h:308
#3  v8::base::AsAtomicImpl<long>::Relaxed_Load<unsigned long> (addr=0xffffffffffffffff) at ../deps/v8/src/base/atomic-utils.h:79
#4  v8::internal::TaggedField<v8::internal::MapWord, 0>::Relaxed_Load_Map_Word (host=..., cage_base=...) at ../deps/v8/src/objects/tagged-field-inl.h:117
#5  v8::internal::HeapObject::map_word (this=<synthetic pointer>, cage_base=...) at ../deps/v8/src/objects/objects-inl.h:802
#6  v8::internal::HeapObject::map (this=<synthetic pointer>, cage_base=...) at ../deps/v8/src/objects/objects-inl.h:735
#7  v8::internal::HeapObject::IsInternalizedString (this=<synthetic pointer>, cage_base=...) at ../deps/v8/src/objects/instance-type-inl.h:79
#8  v8::internal::HeapObject::IsInternalizedString (this=<synthetic pointer>) at ../deps/v8/src/objects/instance-type-inl.h:79
#9  v8::internal::ScopeInfo::FunctionContextSlotIndex (this=this@entry=0xffff99ff3850, name=name@entry=...) at ../deps/v8/src/objects/scope-info.cc:976
#10 0x0000aaaaaf023c1c in v8::internal::V8HeapExplorer::ExtractContextReferences (this=this@entry=0xffff99ff3b60, entry=entry@entry=0xffff945ac610, context=...)
    at ../deps/v8/src/profiler/heap-snapshot-generator.cc:1042
#11 0x0000aaaaaf026784 in v8::internal::V8HeapExplorer::ExtractReferences (this=this@entry=0xffff99ff3b60, entry=entry@entry=0xffff945ac610, obj=...)
    at ../deps/v8/src/objects/heap-object.h:226
#12 0x0000aaaaaf026b30 in v8::internal::V8HeapExplorer::IterateAndExtractReferences (this=this@entry=0xffff99ff3b60, generator=generator@entry=0xffff99ff3b48)
    at ../deps/v8/src/profiler/heap-snapshot-generator.cc:1652
#13 0x0000aaaaaf02783c in v8::internal::HeapSnapshotGenerator::FillReferences (this=0xffff99ff3b48) at ../deps/v8/src/profiler/heap-snapshot-generator.cc:2293
#14 v8::internal::HeapSnapshotGenerator::GenerateSnapshot (this=this@entry=0xffff99ff3b48) at ../deps/v8/src/profiler/heap-snapshot-generator.cc:2257
#15 0x0000aaaaaf011bc4 in v8::internal::HeapProfiler::TakeSnapshot (this=0xffff940fbb60, control=0x0, resolver=0x0, treat_global_objects_as_roots=<optimized out>, 
    capture_numeric_value=false) at ../deps/v8/src/profiler/heap-profiler.cc:90
#16 0x0000aaaaae6f7568 in node::worker::Worker::<lambda(node::Environment*)>::operator()(node::Environment *) const (__closure=0xaaaabcac18b8, worker_env=0xffff94018be0)
    at ../src/node_worker.cc:748
#17 0x0000aaaaae6fa8f0 in node::CallbackQueue<void, node::Environment*>::CallbackImpl<node::worker::Worker::TakeHeapSnapshot(const v8::FunctionCallbackInfo<v8::Value>&)::<lambda(node::Environment*)> >::Call(node::Environment *) (this=0xaaaabcac18a0, args#0=0xffff94018be0) at ../src/callback_queue-inl.h:90
#18 0x0000aaaaae4f5148 in node::Environment::RunAndClearInterrupts (this=0xffff94018be0) at ../src/env.cc:742
#19 0x0000aaaaae4f5610 in node::Environment::<lambda(v8::Isolate*, void*)>::operator()(v8::Isolate *, void *) const (__closure=0x0, isolate=0xffff94000ce0, data=0xffff9401ae40)
    at ../src/env.cc:831
#20 0x0000aaaaae4f566c in node::Environment::<lambda(v8::Isolate*, void*)>::_FUN(v8::Isolate *, void *) () at ../src/env.cc:832
#21 0x0000aaaaaeaea6d4 in v8::internal::Isolate::InvokeApiInterruptCallbacks (this=0xffff94000ce0) at ../deps/v8/src/execution/isolate.cc:1490
#22 0x0000aaaaaeb12510 in v8::internal::StackGuard::HandleInterrupts (this=this@entry=0xffff94000ce8) at ../deps/v8/src/execution/stack-guard.cc:325
#23 0x0000aaaaaf0d4144 in v8::internal::__RT_impl_Runtime_StackGuard (isolate=0xffff94000ce0, args=...) at ../deps/v8/src/execution/isolate-data.h:117
#24 v8::internal::Runtime_StackGuard (args_length=<optimized out>, args_object=<optimized out>, isolate=0xffff94000ce0) at ../deps/v8/src/runtime/runtime-internal.cc:309
#25 0x0000aaaaaf5fd74c in Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit () at ../../deps/v8/src/builtins/torque-internal.tq:84
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

@mhdawson
Copy link
Member Author

@miladfarca is the code in/around

#3  v8::base::AsAtomicImpl<long>::Relaxed_Load<unsigned long> (addr=0xffffffffffffffff) at ../deps/v8/src/base/atomic-utils.h:79
#4  v8::internal::TaggedField<v8::internal::MapWord, 0>::Relaxed_Load_Map_Word (host=..., cage_base=...) at ../deps/v8/src/objects/tagged-field-inl.h:117

platform specific ?

We are only seeing the failure on ARM and trying to figure out if it's most likely a problem in V8 which is platform specific or something that's gone wrong elsewhere.

@miladfarca
Copy link
Contributor

miladfarca commented Jan 11, 2022

I don't think its platform specific but it may be related to tagged fields or pointer compression/pointer compression cage and their usage on Arm64. Trace is showing the address passed to Relaxed_Load is 0xffffffffffffffff or a 64bit -1 which causes a segfault down the road. This value could be returned by this:
https://chromium.googlesource.com/v8/v8.git/+/refs/heads/main/src/objects/tagged-field-inl.h#18

It could be a V8 problem related to CLs such as this:
https://chromium-review.googlesource.com/c/v8/v8/+/3229368

targos pushed a commit that referenced this issue Jan 14, 2022
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: #41204
Refs: #41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41253
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@mhdawson
Copy link
Member Author

@miladfarca thanks for taking a look. Do you think it would make sense to report to V8?

@miladfarca
Copy link
Contributor

miladfarca commented Jan 14, 2022

Not a problem. Sure it can be reported. Is Node currently enabling pointer compression/cage on Arm64 debug builds?
It's enabled by default for amr64 and x64 on V8:
https://chromium.googlesource.com/v8/v8.git/+/refs/heads/main/BUILD.gn#405
It would be a good idea to mention that when opening a ticket as it could be helpful.

@miladfarca
Copy link
Contributor

miladfarca commented Jan 17, 2022

@mhdawson This issue also reproducible with other platforms such as x64 and s390x when node is built from source (debug).

@mhdawson
Copy link
Member Author

@miladfarca that's interesting, I'm wondering why we did not see it fail in the x86 builds. In any case good to know.

I guess we can try to figure out at what point it started to fail. Will kickoff some runs.

@mhdawson
Copy link
Member Author

Recreates on v16.0.0

@mhdawson
Copy link
Member Author

Recreates in v15.0.0

@mhdawson
Copy link
Member Author

Passes in v14.0.0

@miladfarca
Copy link
Contributor

miladfarca commented Jan 17, 2022

Issue could be related to this pr if V8 related: https://github.com/nodejs/node/pull/33579/files

@mhdawson
Copy link
Member Author

Fails in v14.18.3 but @miladfarca I see you have it narrowed down further.

@mhdawson
Copy link
Member Author

I see #35415 was in 15.0.0. Since there is a failure in in v14.18.3 I may look at a few more v14's as that might help narrow down which v8 commits are potentially related.

@mhdawson
Copy link
Member Author

v14.10.0 seemed to crash, v14.5.0 seems to pass.

@miladfarca
Copy link
Contributor

Sorry might have pasted the wrong link above, now updated. If it was due to upgrading to V8 8.4 it can be related these commits: v8/v8@3b62751...819e184

@mhdawson
Copy link
Member Author

It seems to pass with v14.6.0 and fail with v14.7.0

@mhdawson
Copy link
Member Author

mhdawson commented Jan 18, 2022

These are the list of commits in the changelog for v14.7.0 minus the doc ones.

[dd29889] - async_hooks: optimize fast-path promise hook for ALS (Andrey Pechkurov) #34512
[358b934] - build: fix test-ci-js task in Makefile (Rich Trott) #34433
[24e1beb] - build: do not run benchmark tests on 'make test' (Rich Trott) #34434
[b24f254] - build: add benchmark tests to CI runs (Rich Trott) #34288
[a4806e2] - build: speed up source tarball creation (Richard Lau) #34508
[cce1f3e] - build: don't run test-asan workflow on non-master pushes (Richard Lau) #34509
[70f23eb] - build: remove test-tarball action for windows + osx (Myles Borins) #34440
[3fda3d4] - build: don't run Actions on non-master pushes (Shelley Vohr) #34464
[f7600d5] - deps: upgrade npm to 6.14.7 (claudiahdz) #34468
[02ae6d6] - (SEMVER-MINOR) dgram: add IPv6 scope id suffix to received udp6 dgrams (Pekka Nikander) #14500
[e5f3800] - Revert "doc: move ronkorving to emeritus" (Rich Trott) #34507
[d90967b] - events: re-use the same isTrusted getter (Anna Henningsen) #34459
[c93a898] - (SEMVER-MINOR) events: expand NodeEventTarget functionality (Anna Henningsen) #34057
[9b91467] - http: don't write error to socket (Robert Nagy) #34465
[098b193] - http2: avoid unnecessary buffer resize (Denys Otrishko) #34480
[3024927] - lib: initialize instance members in class constructors (Joyee Cheung) #32984
[82fad58] - lib: simplify assignment (sapics) #33718
[e1199af] - module: self referential modules in repl or -r (Daniele Belardi) #32261
[e7c64af] - n-api: run all finalizers via SetImmediate() (Gabriel Schulhof) #34386
[668632d] - net: allow wider regex in interface name (Stewart X Addison) #34364
[c05b63d] - src: skip weak references for memory tracking (Anna Henningsen) #34469
[b12211e] - src: prefer internal fields in ModuleWrap (Anna Henningsen) #34470
[cbe6385] - src: remove unused variable in node_file.cc (sapics) #34317
[d6ee1fd] - src: do not crash if ToggleAsyncHook fails during termination (Anna Henningsen) #34362
[bd9ab00] - (SEMVER-MINOR) src: allow preventing SetPromiseRejectCallback (Shelley Vohr) #34387
[5c94358] - (SEMVER-MINOR) src: allow setting a dir for all diagnostic output (AshCripps) #33584
[9d40af5] - src: avoid strcmp in SecureContext::Init (Tobias Nießen) #34329
[aef41e5] - src: refactor CertCbDone to avoid goto statement (Tobias Nießen) #34325
[3d4f608] - stream: rename opts to options (rickyes) #34339
[fced3ce] - test: add ref comment to test-regress-GH-814_2 (Rich Trott) #34516
[d5c8b38] - test: add ref comment to test-regress-GH-814 (Rich Trott) #34516
[cc279db] - test: remove superfluous check in pummel/test-timers (Rich Trott) #34488
[3f11ba1] - test: fix test-heapdump-zlib (Andrey Pechkurov) #34499
[81eaaa2] - test: remove duplicate checks in pummel/test-timers (Rich Trott) #34473
[1a9138d] - test: delete invalid test (Anna Henningsen) #34445
[4e2f5fa] - test: fixup worker + source map test (Anna Henningsen) #34446
[cd35d00] - test: force resigning of app (Colin Ihrig) #34331
[eecb92c] - test: fix flaky test-watch-file (Rich Trott) #34420
[30da332] - test: fix flaky test-heapdump-http2 (Rich Trott) #34415
[77542a4] - test: do not write to fixtures dir in test-watch-file (Rich Trott) #34376
[699da05] - test: remove common.localhostIPv6 (Rich Trott) #34373
[ec1393d] - test: fix test-net-pingpong pummel test for non-IPv6 hosts (Rich Trott) #34359
[8ca8042] - test: fix flaky test-net-connect-econnrefused (Rich Trott) #34330
[e9c7722] - tls: remove setMaxSendFragment guards (Tobias Nießen) #34323
[f4d61c7] - tools: update ESLint to 7.5.0 (Colin Ihrig) #34423
[74da2c4] - util: improve getStringWidth performance (Ruben Bridgewater) #33674
[c9b652f] - vm: add tests for function declarations using [[DefineOwnProperty]] (ExE Boss) #34032
[0aa3809] - (SEMVER-MINOR) worker: make MessagePort inherit from EventTarget (Anna Henningsen) #34057
[252f376] - zlib: switch to lazy init for zlib streams (Andrey Pechkurov) #34048

@mhdawson
Copy link
Member Author

Reverting this commit seems to make the test pass - [0aa3809] - (SEMVER-MINOR) worker: make MessagePort inherit from EventTarget (Anna Henningsen) #34057

@mhdawson
Copy link
Member Author

Given the crash in #41204 (comment) my first guess would have been something like not keeping something alive that results in a messed up heap during the walk.

From my look so far I don't see anything like that in 0aa3809. @addaleax since you know the code better if you have time to take a look that would be great.

@mhdawson
Copy link
Member Author

I think the latest V8 update has fixed the issue in master. Maybe the revert of 0aa3809 just moved things around so that the failure did not occur versus being related.

Will open a PR to remove being marked as flaky in master. The issue still exists in the 15, 16 and 17 lines but we don't have the arm debug build in those CI configs.

@mhdawson
Copy link
Member Author

PR to remove from flaky list on main branch - #41684

mhdawson added a commit to mhdawson/io.js that referenced this issue Jan 25, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: nodejs#41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>
danielleadams pushed a commit that referenced this issue Jan 31, 2022
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: #41204
Refs: #41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41253
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Linkgoron pushed a commit to Linkgoron/node that referenced this issue Jan 31, 2022
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: nodejs#41204
Refs: nodejs#41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: nodejs#41253
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
mhdawson added a commit that referenced this issue Jan 31, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: #41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41684
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this issue Feb 1, 2022
- Mark test-worker-take-heapsnapshot as flaky on
  arm with debug

Refs: #41204
Refs: #41209

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41253
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
ruyadorno pushed a commit that referenced this issue Feb 8, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: #41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41684
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this issue Mar 2, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: #41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41684
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this issue Mar 3, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: #41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41684
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this issue Mar 14, 2022
Recent V8 upgrade seems to have made this pass
reliably now. Remove flaky entry

Refs: #41204

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: #41684
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@bnoordhuis
Copy link
Member

Closing because I believe this has been fixed but by all means reopen if I'm mistaken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. worker Issues and PRs related to Worker support.
Projects
None yet
Development

No branches or pull requests

4 participants