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

thread_macos.cc:201: error: pthread error: 16 (Resource busy) #7261

Closed
DartBot opened this issue Dec 11, 2012 · 2 comments
Closed

thread_macos.cc:201: error: pthread error: 16 (Resource busy) #7261

DartBot opened this issue Dec 11, 2012 · 2 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Dec 11, 2012

This issue was originally filed by greg.g...@gmail.com


What steps will reproduce the problem?
1.
Start with the following program in the editor:
printNumber(num aNum){
  print("This is the number: $aNum");
}

void main() {
  const num number = 42;
  printNumber(number);
  
  printNumber(47);
}

2.
Run the program several times with the <command>R short cut. You'll need to let off the <command> key between runs.

What is the expected output? What do you see instead?

dart --enable-checked-mode HWCommandLine.dart

This is the number: 42
This is the number: 47
/Volumes/data/b/build/slave/dart-editor-mac/build/dart/runtime/platform/thread_macos.cc:201: error: pthread error: 16 (Resource busy)

What version of the product are you using? On what operating system?

Dart Editor version 0.1.2_r15912
Dart SDK version 0.1.2.0_r15912

[~]$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.8.2
BuildVersion: 12C3012

Please provide any additional information below.

@iposva-google
Copy link
Contributor

Added Area-VM, Triaged labels.

@iposva-google
Copy link
Contributor

Removed Priority-Medium label.
Added Priority-Unassigned label.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Jun 5, 2013
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@iposva-google iposva-google added the closed-obsolete Closed as the reported issue is no longer relevant label May 19, 2016
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, FFI, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants