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

Do I need some release procedure? #103

Open
y-ich opened this issue Nov 1, 2017 · 0 comments
Open

Do I need some release procedure? #103

y-ich opened this issue Nov 1, 2017 · 0 comments

Comments

@y-ich
Copy link

y-ich commented Nov 1, 2017

As my app using NodObjC is unstable, I made a simple case.
The following code ends in segmentation fault.

const $ = require('nodobjc');

$.framework('AppKit')

for (let i = 0; i < 120; i++) { // 119 is ok
    const imageClass = $.NSImage('class');
}

Do I need some release procedure?

My environment is,
macOS 10.13
node v8.8.1
nodobjc 2.1.0

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

1 participant