-
Notifications
You must be signed in to change notification settings - Fork 301
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
Automatically Crashed when Building app using " npm i " #89
Comments
Is this with an open source app that I could download and try to reproduce? Also, does this work in Gnome Terminal? |
I'm using node on Terminix all the time. Never seen this :/ |
@gnunn1 to test you can just make a package file mkdir test add some packages on json file { then run "npm i" |
Thanks Alex, I was thinking maybe there is something specific about his build (specific sequence of chars emitted, etc) that might be causing the issue. I suspect this would be a VTE issue rather then Terminix since my code isn't involved at that point generally speaking, but I always like to rule myself out first. |
Yes It's open source app, and It's working with Gnome terminal and Pantheon Terminal too. |
@udara-u3 I have built and run black-screen with Terminix numerous times. No crashes. |
@alex285 Maybe it's with OS, I'm using Ubuntu Xenial with Elementary Daily build ( Loki ). |
Like Alex I can't reproduce it. Can you try to run a debug version of terminix under gdb:
|
Aha ok I'll try. :) |
I wonder whether @udara-u3 A backtrace would really help to narrow this down |
@udara-u3 Any update on this, otherwise I'm closing this issue as I cannot reproduce and need your assistance. |
Closing, no response from OP and I think it's likely a duplicate of #101 |
Terminix was automatically crashed when I building app using
npm i
command. I have tried 2 or three times it was the same. When the middle of building app Terminix is suddenly diapering.Ubuntu Xenial with elementary Loki.
The text was updated successfully, but these errors were encountered: