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

Address boundary error on OS X #14

Open
chadluo opened this issue Mar 31, 2016 · 1 comment
Open

Address boundary error on OS X #14

chadluo opened this issue Mar 31, 2016 · 1 comment

Comments

@chadluo
Copy link

chadluo commented Mar 31, 2016

$ node
> var fm = require('font-manager')
undefined
> fm.getAvailableFontsSync()
fish: 'node' terminated by signal SIGSEGV (Address boundary error)

$ mocha node_modules/font-manager/test/index.js 
  font-manager
    ✓ should export some functions
    getAvailableFonts
      ✓ should throw if no callback is provided
      ✓ should throw if callback is not a function
fish: 'mocha node_modules/font-manager…' terminated by signal SIGSEGV (Address boundary error)

I am under OS X 10.11.4 and Nodejs v5.1.0. The Cpp module seems to have been compiled properly, however it crashes the node REPL. Am I doing it the wrong way?

@anthify
Copy link

anthify commented Jun 21, 2019

Did you ever solve this? Pretty sure I'm getting the same issue.

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

No branches or pull requests

2 participants