Re: [FFmpeg-devel] Fwd: [PATCH 1/2] ffmpeg: reset tty state correctly

2015-07-27 Thread Nicolas George
Le nonidi 9 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit : > Wasn't there in mine, thanks! Glad I could be useful. > No, since 2964 reports command: > > ffmpeg -f lavfi -i testsrc -f null - 2>/dev/null > > Say I change this trivially to: > > /dev/null > > Then your solution would not wor

Re: [FFmpeg-devel] Fwd: [PATCH 1/2] ffmpeg: reset tty state correctly

2015-07-27 Thread Ganesh Ajjanagadde
On Mon, Jul 27, 2015 at 9:33 AM, Nicolas George wrote: > Le nonidi 9 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit : >> > ttyctl -f >> Sure, but this is a command invoked once ffmpeg exits. > > This is a command that should be present in everybody's .zshrc. Wasn't there in mine, thanks! > >>

Re: [FFmpeg-devel] Fwd: [PATCH 1/2] ffmpeg: reset tty state correctly

2015-07-27 Thread Nicolas George
Le nonidi 9 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit : > > ttyctl -f > Sure, but this is a command invoked once ffmpeg exits. This is a command that should be present in everybody's .zshrc. > What I meant to say was that ffmpeg changes tty state, > and upon a sigsegv, it did not change t

Re: [FFmpeg-devel] Fwd: [PATCH 1/2] ffmpeg: reset tty state correctly

2015-07-27 Thread Ganesh Ajjanagadde
On Mon, Jul 27, 2015 at 9:06 AM, Nicolas George wrote: > Le nonidi 9 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit : >> Apologies for this; I accidentally replied just to the responder and >> not the mailing list. > > I replied: > >> Apparently zsh was not doing it. > > ttyctl -f Sure, but th

Re: [FFmpeg-devel] Fwd: [PATCH 1/2] ffmpeg: reset tty state correctly

2015-07-27 Thread Nicolas George
Le nonidi 9 thermidor, an CCXXIII, Ganesh Ajjanagadde a écrit : > Apologies for this; I accidentally replied just to the responder and > not the mailing list. I replied: > Apparently zsh was not doing it. ttyctl -f > Core is still being dumped due to the abort call. > The handler is pretty mini