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

file_lock_test flaky on vm-kernel-win-release-ia32 #35012

Closed
bkonyi opened this issue Oct 31, 2018 · 1 comment
Closed

file_lock_test flaky on vm-kernel-win-release-ia32 #35012

bkonyi opened this issue Oct 31, 2018 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening

Comments

@bkonyi
Copy link
Contributor

bkonyi commented Oct 31, 2018

FAILED: dartk-vm release_ia32 standalone_2/io/file_lock_test
Expected: Pass
Actual: RuntimeError

--- Command "vm" (took 25.000487s):
set DART_CONFIGURATION=ReleaseIA32 & set DART_CRASHPAD_HANDLER=C:\b\s\w\ir\out\ReleaseIA32\crashpad_handler.exe & out\ReleaseIA32\dart.exe --sync-async --ignore-unrecognized-flags --packages=C:\b\s\w\ir\.packages C:\b\s\w\ir\tests\standalone_2\io\file_lock_test.dart

exit code:
255

stdout:
unittest-suite-wait-for-done
Client failed, exit code -1073741816
  stdout:
LOCK FAILED


  stderr:

  arguments:
[--sync-async, --ignore-unrecognized-flags, --packages=C:\b\s\w\ir\.packages, C:\b\s\w\ir\tests\standalone_2\io\file_lock_script.dart, C:\b\s\w\ittd1az_\dart_file_lock3a79de73-dd4f-11e8-87d2-cb9eda44d122\file, EXCLUSIVE, 9, -1]

stderr:
Unhandled exception:
Expect.fail('Client subprocess exit code: -1073741816')
#0      Expect._fail (package:expect/expect.dart:651:5)
#1      Expect.fail (package:expect/expect.dart:269:5)
#2      check.<anonymous closure> (file:///C:/b/s/w/ir/tests/standalone_2/io/file_lock_test.dart:36:14)
#3      _RootZone.runUnary (dart:async/zone.dart:1379:54)
#4      _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#5      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#6      Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#7      Future._completeWithValue (dart:async/future_impl.dart:486:5)
#8      Future.wait.<anonymous closure> (dart:async/future.dart:399:22)
#9      _RootZone.runUnary (dart:async/zone.dart:1379:54)
#10     _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#11     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#12     Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#13     Future._completeWithValue (dart:async/future_impl.dart:486:5)
#14     Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:516:7)
#15     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#16     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#17     _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#18     _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)

--- Re-run this test:
python tools/test.py -m release -a ia32 -n dartk-win-release-ia32 standalone_2/io/file_lock_test
@bkonyi bkonyi added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening labels Oct 31, 2018
@bkonyi bkonyi self-assigned this Oct 31, 2018
dart-bot pushed a commit that referenced this issue Oct 31, 2018
…test to help better track down flaky failures on Windows. Related to issue #35012.

Change-Id: I6cb92d5e7a54e4135123d229769f438e12f3a7ae
Reviewed-on: https://dart-review.googlesource.com/c/82400
Auto-Submit: Ben Konyi <[email protected]>
Commit-Queue: Ryan Macnak <[email protected]>
Reviewed-by: Ryan Macnak <[email protected]>
@alexmarkov
Copy link
Contributor

@mraleph pointed out that termination with exit code -1073741816 without any diagnostic could be related to #34888.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
Projects
None yet
Development

No branches or pull requests

2 participants