Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > gnu.bash.bug > #16789
| From | Ángel <angel@16bits.net> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: Is this a bug? |
| Date | 2020-08-21 00:07 +0200 |
| Message-ID | <mailman.578.1597961236.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> <1597961229.3809.8.camel@16bits.net> |
On 2020-08-19 at 20:55 +0000, 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. > > 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. > > .... > > I'm still not certain that I'm doing it right. When I entered ls -al zzz<tab key> bash froze. I went to the gdb konsole and typed in where but nothing happened. Tried several times. Tried ctrl-c on the gbb console. Got gdb's attention. Entered where. Here's the results: > > Please let me know if this helps or if you need me to do something different. > > Regards, > > George... Since you mention sssd, and it is apparently loaded by bash, are the users and groups list from a remote server (such as LDAP)? That could cause bash (or whatever program which tries to determine the name of a user/group) to freeze if its cache expired and it needs to refetch those from a remote server (e.g. it may be downloading the list of all the users in the company). Best regards
Back to gnu.bash.bug | Previous | Next | Find similar
Re: Is this a bug? Ángel <angel@16bits.net> - 2020-08-21 00:07 +0200
csiph-web