[Fish-users] Capture signals while reading from named pipe

2014-03-17 Thread Maurizio De Santis
Hello, I can't manage to capture signals from a script which is reading from a named pipe. Script: function --on-signal SIGTERM on-signal-sigterm echo "SIGTERM captured" end set fifo /tmp/asd.fifo echo "fifo reader [" %self "]" while test ! -p $fifo echo "$fifo is not a fifo" >&2 sleep

Re: [Fish-users] intermittent error when using parallel with fish

2014-03-17 Thread Glen Marchesani
I did a quick thing that I thought would remove oh-my-fish but I still get an error with oh my fish in the stack trace. So I will setup a vanilla user to repro this (i.e. one with just fish and only fish). On Mon, Mar 17, 2014 at 2:03 PM, Siteshwar wrote: > Hi Glen, > > Your logs show that yo

Re: [Fish-users] intermittent error when using parallel with fish

2014-03-17 Thread Siteshwar
Hi Glen, Your logs show that you have oh-my-fish installed on your system. Can you test if the issue reproduces if you don't have oh-my-fish installed on your system ? -- Learn Graph Databases - Download FREE O'Reilly Book

[Fish-users] function eval called while blocking signals

2014-03-17 Thread Gour
Hello, I'm using Free/PC-BSD-10.0 and have fish-2.1.0 set as default shell. In a recent time I experience strange things which result in the following error printed in my (urxvt) terminal: fish: function eval called while blocking signals. fish: This is a bug. Break on bugreport to debug.If you

Re: [Fish-users] intermittent error when using parallel with fish

2014-03-17 Thread Glen Marchesani
Okay I built from master and confirmed (and re-confirmed) that I am running the correct version (aka fish, version 2.1.0-418-g73c2846). The error happens less frequently but still happens. Also there is a new deadlock that happens infrequently too. In my use case I am using parallel to do a git