reassign 322966 gdb
thanks

$ stty -a |grep -i tostop
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt

In fact, I have:
$ grep -i tostop .bash_profile 
stty tostop

which I tried to find before sending this report, but failed in search
the bash manpage.

So, is this a bug?  Gdb _wasn't_ backgrounded, right?, and so, it
shouldn't have gotten sigstop (or SIGTTOU or whatever).  Or, do I need
to know more about stty tostop before using it?

:)
Justin

On Sat, Aug 13, 2005 at 04:28:50PM -0400, Daniel Jacobowitz wrote:
> On Sat, Aug 13, 2005 at 04:12:50PM -0400, Justin Pryzby wrote:
> > Package: bash, gdb
> > Severity: normal
> > 
> > Check this out:
> > 
> >   [EMAIL PROTECTED]:/tmp$ gdb --args ps -ef
> >   GNU gdb 6.3-debian
> >   ...
> >   
> >   (gdb) break getpwuid
> >   Function "getpwuid" not defined.
> >   Make breakpoint pending on future shared library load? (y or [n]) y
> >   Breakpoint 1 (getpwuid) pending.
> >   (gdb) r
> >   Starting program: /bin/ps -ef
> >   
> >   [2]+  Stopped                 gdb --args ps -ef
> 
> Does bash3 set stty tostop?  Check with stty -a.
> 
> If so I guess it's probably GDB's fault.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to