-
Notifications
You must be signed in to change notification settings - Fork 7.6k
nodejs started from brackets not stable #12202
Comments
Would it be possible to show the source of the program you are running? The Node used by Brackets currently is quite old (0.10 IIRC), it might be that the programming is running into a fatal error that it does not know how to handle. |
I assume you tried launching it with sudo/admin? |
@petetnt, it's hard to put my code here since it also connects a database, to reproduce it also need a android app, too complicated to reproduce it for you. Bracket uses the Node installed on OS( mine is OS X ), doesn't it? @ev1stensberg, I didn't use sudo to run it, no matter in Bracket or terminal. |
@zanderhsu Nope, Brackets uses it's own Node executable. See https://github.com/adobe/brackets/wiki/Brackets-Node-Process:-Overview-for-Developers for more information. There's an PR on You could try installing the |
@petetnt |
@zanderhsu Oh I see, you are using https://github.com/Acconut/brackets-nodejs-extension. You should most likely re-report this issue to the extension repo instead. |
Closing as extension isssue. |
Hi,
Recently I am using Bracket(OS X version 1.6) to edit and run my nodejs program as it's really a nice tool.
However last week I found if I launched my nodejs program via Bracket, then did some frequent access to my nodejs program(server), it would exit abnormally in short time for unknown reason ('Program exited with status code of null.'), but if I ran my nodeJS program under terminal, it could run very well.
Is it possible because the stack size Bracket is using is a bit too small or something else.
Cheers
Zander
The text was updated successfully, but these errors were encountered: