-
Notifications
You must be signed in to change notification settings - Fork 80
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
Terminal closes randomly upon pressing enter #32
Comments
@musicformellons Thanks for reporting. Noticed this randomly after upgrading to version 0.3.0 of bash-preexec. I believe this is caused by rcaloras/bash-preexec#25 Could you check the bash and bashhub versions for me? echo "$BASH_VERSION"
bashhub version You can still use bashhub if you downgrade to 1.0.1 which doesn't use 0.3.0 of bash-preexec. Could you give it a try? bashhub update 1.0.1 Going to work on fixing bash-preexec and potentially downgrade the version in bashhub to 0.2.3. |
bash version: bashhub version Downgraded to 1.0.1 ; looks ok now! |
- This is causing newer versions of bash to exit under some conditions. Believe this is caused by a bug in bash's debug trap and functrace that is being exposred by bash-preexec.
- This is causing newer versions of bash to exit under some conditions. Believe this is caused by a bug in bash's debug trap and functrace that is being exposred by bash-preexec.
@musicformellons Just released a dev version of bashhub to address this. #33 It disables subshell support by default. Could you give it a quick try? Simply run: bashhub update 1.1.1-dev Let me know if you have any issues. Thanks! |
Will try in two weeks (on vacation right now). Thanks. |
@musicformellons this should be fixed in bashhub 1.1.1
Closing this, feel free to reopen if you see it's still a problem in the new version. |
Sorry, forgot about it. Just updated and looks good. Thanks a lot! |
- This is causing newer versions of bash to exit under some conditions. Believe this is caused by a bug in bash's debug trap and functrace that is being exposred by bash-preexec.
When using the terminal it randomly closes (so sometimes it performs the folder shift and sometimes just closes, could not find any pattern...). I tracked the problem down to bashhub additions to .bashrc
Here it is:
http://askubuntu.com/questions/790752/gnome-terminal-quits-when-pressing-enter?noredirect=1#comment1188726_790752
It is a pity because I really like bashhub's features.
The text was updated successfully, but these errors were encountered: