Re: Change sigTTOU/TTIN to IGNORE by default

2001-01-11 Thread Volker Stolz
Am 11. Jan 2001 um 11:54 MET schrieb Volker Stolz: > In fact I can produce a simple example, either. So just the facts: * That´s a "can´t" of course. *sigh* -- \usepackage[latin1]{inputenc}! Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME _

Re: Change sigTTOU/TTIN to IGNORE by default

2001-01-11 Thread Volker Stolz
On Thu, Jan 11, 2001 at 02:22:59AM -0800, Simon Marlow wrote: > > My local copy of ghc-4.08.1 likes to stop a program when running it > > with "&" (nohup) by default, I have to call > > Posix.installHandler Posix.sigTTOU Posix.Ignore Nothing > > I couldn't reproduce this problem: just ran "hell

RE: Bug in 4.08.1 hslib/concurrent/semaphores....

2001-01-11 Thread Simon Marlow
> I'm using 4.08.1 on linux. > > I think that `waitQSemN' provided with the concurrent library > is broken, ... > Below is my fix: [ fix deleted ] Thanks, I've applied your patch and it'll be in 4.08.2. Cheers, Simon ___ Glasgow-haskell-bugs

RE: Change sigTTOU/TTIN to IGNORE by default

2001-01-11 Thread Simon Marlow
> My local copy of ghc-4.08.1 likes to stop a program when running it > with "&" (nohup) by default, I have to call > Posix.installHandler Posix.sigTTOU Posix.Ignore Nothing > first to get the desired behaviour. However, my local copy of > Stevens´ "UNIX Network Programming" says: > > "SIGTTOU

RE: Bug in 4.08.1 hslib/concurrent/semaphores....

2001-01-11 Thread Simon Peyton-Jones
An excellent point. Thank you. Will be fixed in 4.08.2 Simon | -Original Message- | From: Marcus Shawcroft [mailto:[EMAIL PROTECTED]] | Sent: 10 January 2001 14:45 | To: [EMAIL PROTECTED] | Subject: Bug in 4.08.1 hslib/concurrent/semaphores | | | Hi, | | I'm using 4.08.1 on linu