Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16786
| From | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Is this a bug? |
| Date | 2020-08-20 10:29 -0400 |
| Organization | ITS, Case Western Reserve University |
| Message-ID | <mailman.474.1597933786.2469.bug-bash@gnu.org> (permalink) |
| References | (6 earlier) <16e6944b-9707-a80c-3602-e76edcca64ec@case.edu> <630008166.4463802.1597857290469@mail.yahoo.com> <054462f1-e801-bdcc-8f0d-b880ef8eab79@case.edu> <300430358.4632420.1597870535904@mail.yahoo.com> <13f19a1b-2222-e443-3a6d-c05382d92a0a@case.edu> |
On 8/19/20 4:55 PM, George R Goffe wrote: > Chet, > > I tried several times to create the problem. I think I succeeded. I did install the "debuginfo" files I could find but it looks like libnss_sss.so's debuginfo isn't built properly? It's supplied by sssd-client. I tried installing sssd-client-debuginfo but it is already installed. I don't remember doing that. Sigh... Somehow libnss_sss.so is referenced by bash? That's what gdb thinks. Yep, it needs it to get access to user and group data for things like tilde expansion. > Anyway, I tried causing the problem. ls -al zzz<tab-key> and then ctrl-c with seemingly no response. I'll have to try running gdb in another konsole so I can watch what happens when I <ctrl-c>... I'll do that now. Stand by. The trace you sent shows readline waiting in pselect for user input, so it must be after the directory read was interrupted. The only thing I can suggest is to defer the attach in gdb until bash appears frozen. That may not work, but it's better than what you got. -- ``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/
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Is this a bug? Chet Ramey <chet.ramey@case.edu> - 2020-08-20 10:29 -0400
csiph-web