Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361935 - dev-java/java-config gjl fails when SIGCHLD ignored
Summary: dev-java/java-config gjl fails when SIGCHLD ignored
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 17:36 UTC by Dylan Simon
Modified: 2011-04-04 17:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan Simon 2011-04-04 17:36:11 UTC
My window manager (xmonad) does not restore SIGCHLD signal handling.  This is a bug, and I have reported it there already (http://code.google.com/p/xmonad/issues/detail?id=441).

However, the only programs this seems to affect are those run under gjl, which report:
    Execution of 'eselect python show' failed
    Couldn't get needed information.

Adding
    signal.signal(signal.SIGCHLD, signal.SIG_DFL)
to the top of /usr/bin/gjl fixes it.  If you feel so inclined, this might be nice to add.