-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Segmentation/Core-Dump on deleting working directory: SIGSEGV in _IO_vfwprintf() #3834
Comments
I can reproduce this not by pressing enter but by executing the builtin Can you confirm that your prompt uses that instead of "$PWD"? |
Doesn't happen for me. I get the expected error written to stderr:
Perhaps it is a gettext() related failure. Can you get a stack backtrace? First, |
@faho my
@krader1961 Trying to perform. First ubuntu redirected the core files. Fixed that. But still miss the
Does this help? |
I get
which seems to boil down to the same thing. @bentolor: What is |
The problem is a localization translation error. The original format string is
The gettext() language file you're using has
Notice the |
@faho Boy you are asking me things. Maybe some function imported by a theme I originally applied? |
@krader1961 Thanks for identifying the issue. A very small error for the bang it produces ;-) |
Thank you @krader1961 for the prompt fix! |
sh -c 'env HOME=$(mktemp -d) fish'
)?fish version installed (
fish --version
):fish 2.5.0-1~xenial (ppa)
OS/terminal used:
Gnome Terminal 3.18.3 in Ubuntu 16.04
Reproduction steps
cd /tmp
andmkdir p
andcd p
rm -fr p
This is stable reproducible for me.
Results
The text was updated successfully, but these errors were encountered: