-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Description
If you send your editor to the background (via ^z) when it was opened by FPP, the whole thing gets stuck apparently waiting for a signal and won't end until you kill FPP via kill (^c is unresponsive), rather than returning to the shell as usual. So you get something like this:
10:56:32 firehed@Erics-MacBook-Pro ~/some/path [0]$ grep -r www *|fpp
(do things in vim, background with ctrl-z)
3 files to edit
^C^C^C
^Z
fg
(`kill $FPP_PID` from another window)
Vim: Caught deadly signal HUP
Vim: Finished.
This is when using Vim on OS X in Bash, FPP v0.6.2 (installed via Homebrew). It didn't happen in the previous version I had installed; unfortunately, I have no idea what version that was (but it was something near the first public release).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels