Re: bash/cmd CTRL-C problem...

2002-01-09 Thread Michael Rumpf
> Did you mean to take this off-list? My preference is to keep discussions > on-list where possible. Sorry, hadn't looked at the To: field when replying... > - Original Message - > From: "Michael Rumpf" <[EMAIL PROTECTED]> > To: "Robert Colli

Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
> For the record, here is a very simple java test program that I sent to Troy when > we discussed this problem last November. This program simply intercepts CTL-C > and runs a shutdown hook prior to shutting down the Java VM. It works fine under > cmd.exe and cygwin ash, but does not work under cy

Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
uot;. Any of those options work equally > > well. > > The key is that you do not want to set it in your .bashrc because by then it > > is > > too late because the process initialization has already been done. The FAQ > > talks > > about this some more. > >

Re: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
> Ok. > I didn't realise that signal() is implemented in the standard VC++ > libraries. > Can you tell me any details of the signal implementation you are using > on win32? > If you wished to follow clean room r/e for this, I can implement the > signal sending side to match up with what your libra

Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
> Yes, that is what I meant. > > > bash (cygwin, of course) > > app1 = "signals (MS CRT)" > > app2 = "myclass.exe (MS CRT)" or "java myclass (???)" > > Lets leave java to the side. If we solve it with MS CRT, and java apps > still have problems, then that becomes a new bug. Why? because there are

Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
Hi Robert, > On Mon, 2002-01-07 at 19:47, Michael Rumpf wrote: > > > > The problem is that the signal handling of the bash is not working correctly > > in the C/C++ app which forks others. > > I'm not clear: Is the app that forks others a Cygwin app, or not?

Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
Hi Christopher, > Here's the harsh reality: it is extremely unlikely that anyone is going > to investigate this. If you are using non-cygwin apps with bash and > CTRL-C doesn't work then you are on your own. OK. > I will enthusiastically inspect and evaluate any fixes that you provide > to cyg

Re: bash/cmd CTRL-C problem...

2002-01-04 Thread Michael Rumpf
a question about the Cygwin bash... ?? > > Michael > > - Original Message - > From: "Michael Rumpf" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 20, 2001 10:11 AM > Subject: Re: bash/cmd CTRL-C problem... > >

Re: bash/cmd CTRL-C problem...

2001-12-21 Thread Michael Rumpf
setting? > > Corinna > > > > > Michael > > > > - Original Message - > > From: "Michael Rumpf" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, December 20, 2001 10:11 AM > > Subject: Re: bash/cmd CTR

Re: bash/cmd CTRL-C problem...

2001-12-21 Thread Michael Rumpf
Am I the only one having problems with this, or is this simply the wrong list to ask a question about the Cygwin bash... ?? Michael - Original Message - From: "Michael Rumpf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 10:11 AM

Re: bash/cmd CTRL-C problem...

2001-12-20 Thread Michael Rumpf
shell and bash under Linux , HP-UX 10/11, AIX4.x, and SunOS 2.5+... Please help, I don't want to use the stupid windows cmd shell ;-) Michael - Original Message - From: "Michael Rumpf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 20,

bash/cmd CTRL-C problem...

2001-12-19 Thread Michael Rumpf
Hi, I'm new to the list and I don't know if this problem is already solved, but I couldn't find a hint neither on the archives nor on the FAQ or somewhere else on the net. My problem is related to bash/cmd and signal handling. In my app I installed a signal handler for SIGINT. The app is going i