Re: SIGQUIT

2005-10-07 Thread Brett Porter
No, it doesn't trap it. Is it waiting for input, or has it forked any children processes it is waiting for? - Brett On 10/8/05, Jon Strayer <[EMAIL PROTECTED]> wrote: > I'm having a problem with a Maven build hanging under cruisecontrol. > When I send cruisecontrol a SIGQU

SIGQUIT

2005-10-07 Thread Jon Strayer
I'm having a problem with a Maven build hanging under cruisecontrol. When I send cruisecontrol a SIGQUIT I get a stack trace, but when I send it to the maven process cc is waiting for I don't. Does Maven trap SIGQUIT? If not, does anyone have any idea where the stack trace is? --