#597787 graphicsmagick: display does not honour ^C from the terminal that launched it

Package:
graphicsmagick
Source:
graphicsmagick
Description:
collection of image processing tools
Submitter:
Phil Carmody
Date:
2010-09-22 23:30:05 UTC
Severity:
normal
#597787#5
Date:
2010-09-22 23:23:34 UTC
From:
To:
Upon doing:
    $ gm display foo.jpg
    ^C
or
    $ gm display foo.jpg
    ^Z
    $ kill %1
    $ fg
gm does not exit. In fact, neither signal 2 or 15, sent from 'top'
in another window, for example, cause the process to exit.

It often appears to have exited, as it removes its window, but the
process still hangs around.