Skip to content

Crashing app just by requiring the gcloud module v0.13.2 #489

@markuso

Description

@markuso

I have started to migrate our file storage strategy to use Google Cloud Storage. I have installed the module from npm into my project like so:

npm install gcloud --save

Then I only required it at the top of a file to use within like so:

var gcloud = require('gcloud');

When I start the app it crashes immediately with ...terminated by signal SIGILL (Illegal instruction)

When I remove the require statement then my app goes back to operating as normal.

Any idea? Is it just this version (v0.13.2)?

EDIT: I am locally using OSX Yosemite 10.10.2 and Node.js v0.12.2 (tried it on v0.12.0 with same results)

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.coretriage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions