-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Traceback from fish-2.0 #723
Comments
Still no progress on this issue? I have same problem running parallel under fish. |
Here is some output of my commands (on local machine):
On local machine there are no stack traces if I doesn't press CTRL+C. I will check fish version on my server (there are some problems to connect to it right now). But "fish: Could not connect to universal variable server" occurs in very similar manner that "fish: function eval called while blocking signals." Some facts:
|
This looks like a duplicate of #1084. |
@xfix , yes but it is marked as resolved. On my server (with fresh updates):
I got successful crash for this commands (lower limits cause no crash):
|
And after all I can't reproduce crashes in fish, version 2.1.0-768-g02a0716 compiled with debug symbols... |
This should be fixed in the 2.1.1 release as well as in the current master tree. |
Sorry for the lack of information here. I know that I was running a command that was writing to stdout and stderr quite a lot from multiple processes.
All of the processes decided to exit in short succession, and then I got this traceback:
The command I was running was (to show that there were 16 processes):
Thanks
Steve
The text was updated successfully, but these errors were encountered: