bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: Re: [Fwd: SIGTTIN when exec-ing from .profile/.bashrc]]


From: Mark T Kennedy
Subject: [Fwd: Re: [Fwd: SIGTTIN when exec-ing from .profile/.bashrc]]
Date: Tue, 10 Jul 2001 11:07:35 -0500

it's a console login under solaris 5.5.1.  my default shell is bash 2.01.1(1).
my .bash_profile says:

     if [ ${BASH_VERSINFO[1]} -lt 5]; then exec ~/local/bin/bash --login "$@"

and ~/local/bin/bash is 2.05.0(1).   not sure what /usr/bin/login does under
solaris 2.5.1.

what was the patch (the code fragment listed earlier) supposed to do?

/mark kennedy

-------- Original Message --------
From: Chet Ramey <chet@nike.ins.cwru.edu>
Subject: Re: [Fwd: SIGTTIN when exec-ing from .profile/.bashrc]
To: mtk@acm.org
CC: chet@po.cwru.edu, bug-bash@gnu.org

> i'm still seeing the problem reported here:
>
>         http://mail.gnu.org/pipermail/bug-bash/2001-March/001590.html
>
> in bash 2.05 running under solaris 2.5.1, compiled with gcc v2.95.
> bash is looping in the following fragment from jobs.c starting at line 2777:

How exactly is bash being invoked?  Can you find out whether the invoking
process is putting bash in it's own process group, or whether it's
starting bash in a separate process group without changing the terminal's
pgrp (which is, by definition, a background process)?

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/





--

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorised 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]