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

CoffeeScript compile error when i Upgrade to OSX 10.9 #3221

Closed
TangMonk opened this issue Oct 24, 2013 · 3 comments
Closed

CoffeeScript compile error when i Upgrade to OSX 10.9 #3221

TangMonk opened this issue Oct 24, 2013 · 3 comments
Labels

Comments

@TangMonk
Copy link

I use this command to compile my *.coffee file to ../js folder

coffee -o ../js -wcbm ./

I excute above command In the first time, everything is ok, *.coffee file is compiled

Then i use "Ctrl+S" to save my coffee file and this coffee file is not change, But i get a error:

Bus error: 10

Note;everything is ok Yesterday, But when i Upgrade my OSX 10.8 to OSX 10.9, This problem arises

@vendethiel
Copy link
Collaborator

Not related to coffee, I'm afraid. Maybe node.

@fanzeyi
Copy link

fanzeyi commented Jan 6, 2014

I met the same problem. Mac OS X 10.9 Mavericks.

I use dtruss to debug and here is the log, maybe it helps.

Start command: coffee -w -c -o js coffee

Node.js version: v0.10.20 (installed after upgrading to 10.9)

CoffeScript version: 1.6.3

@fanzeyi
Copy link

fanzeyi commented Jan 6, 2014

Oh.. solved. It's a Node.js bug and fixed after v0.10.21.

=> gruntjs/grunt-contrib-watch#204

Sorry to bother you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants