Mac OS: Abort trap 6 error when spawning script from within Node #6975
Labels
child_process
Issues and PRs related to the child_process subsystem.
macos
Issues and PRs related to the macOS platform / OSX.
Seeing the following errors:
The culprit line in my node js app seems to be:
The script itself is:
version info:
Jeffs-WebTesting-MacBook-Pro:tests test$ npm ls -depth=0
tests@1.0.0 /Users/test/unit-tests/frisby/tests
├── frisby@0.8.5
├── jasmine@2.4.1
├── lodash@4.13.1
└── xml2js@0.4.16
Jeffs-WebTesting-MacBook-Pro:tests test$ npm -g ls -depth=0
/opt/local/lib
├── jasmine-node@1.14.5
├── junit-viewer@3.2.0
└── npm@2.15.3
node version: 4.4.3
OS X version: 10.10.5 (Yosemite)
Verified that I can run the jasmine tests from the command line via runTests.sh without error.
The text was updated successfully, but these errors were encountered: