Skip to content

Sending editor to background gets stuck #206

@Firehed

Description

@Firehed

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions