We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7d25b commit c767390Copy full SHA for c767390
src/etc/x86.supp
@@ -407,4 +407,23 @@
407
Helgrind:Race
408
fun:_ZN15lock_and_signal4waitEv
409
...
410
+}
411
+
412
+{
413
+ uv-async-send-does-racy-things
414
+ Helgrind:Race
415
+ fun:pipecb
416
+ fun:ev_invoke_pending
417
+ fun:ev_run
418
+ fun:uv_run
419
+ ...
420
421
422
423
+ uv-loop-init-does-some-checks-that-are-not-lock-protected
424
425
+ fun:loop_init
426
+ fun:ev_loop_new
427
+ fun:uv_loop_new
428
429
}
0 commit comments