[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is this a bug?
From: |
Chet Ramey |
Subject: |
Re: Is this a bug? |
Date: |
Wed, 19 Aug 2020 14:44:30 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 |
On 8/19/20 1:14 PM, George R Goffe wrote:
> Chet,
>
> How can I help capture data about this problem?
>
> When I run bash in one konsole and it hangs, I do an strace on that pid and
> the strace -xvfp <pid> always shows pselect. Eventually, the results come
> back but til then, the session is frozen.
You can try running gdb on bash from another terminal, attaching to the
hanging bash process with `attach <pid>', and generating a backtrace from
gdb. That would at least give you the call stack.
Make sure to run the bash instance you're testing with `--noprofile --norc'
to get as vanilla an environment as possible.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Is this a bug?, George R Goffe, 2020/08/06
- Re: Is this a bug?, Dmitry Goncharov, 2020/08/06
- Re: Is this a bug?, Chet Ramey, 2020/08/06
- Re: Is this a bug?, George R Goffe, 2020/08/18
- Re: Is this a bug?, Chet Ramey, 2020/08/18
- Re: Is this a bug?, George R Goffe, 2020/08/18
- Re: Is this a bug?, Dmitry Goncharov, 2020/08/18
- Re: Is this a bug?, George R Goffe, 2020/08/19
- Re: Is this a bug?, Chet Ramey, 2020/08/19
- Re: Is this a bug?, George R Goffe, 2020/08/19
- Re: Is this a bug?,
Chet Ramey <=
- Re: Is this a bug?, George R Goffe, 2020/08/19
- Re: Is this a bug?, Chet Ramey, 2020/08/20
- Re: Is this a bug?, George R Goffe, 2020/08/22
- Re: Is this a bug?, Dale R. Worley, 2020/08/23
- Re: Is this a bug?, Chet Ramey, 2020/08/24
- Re: Is this a bug?, George R Goffe, 2020/08/24
- Re: Is this a bug?, Chet Ramey, 2020/08/24
- Re: Is this a bug?, George R Goffe, 2020/08/25
- Re: Is this a bug?, Lawrence Velázquez, 2020/08/25
- Re: Is this a bug?, Chet Ramey, 2020/08/26