Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-23 Thread Alex Samad
On Wed, Feb 20, 2008 at 11:57:45AM -0800, Richard A Nelson wrote: On Wed, 20 Feb 2008, Alex Samad wrote: Ah, that is what I missed before... tab completion of user names not directory entries yeah only on username expansion Please also check for group entries malloc: unknown:0: assertion

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-23 Thread Alex Samad
On Fri, Feb 22, 2008 at 02:17:45AM +, Jamin Davis wrote: Richard A Nelson wrote: Does the libnss_ldap version swap that caused this also correspond to when libnss_ldap also switched to the newer libldap libraries ? Yep - on my stable box: [EMAIL PROTECTED]:~$ ldd

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-22 Thread Michelle Konzack
Am 2008-02-20 10:25:37, schrieb Alex Samad: When i try this ls ~altab

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-21 Thread Jamin Davis
Richard A Nelson wrote: Does the libnss_ldap version swap that caused this also correspond to when libnss_ldap also switched to the newer libldap libraries ? Yep - on my stable box: [EMAIL PROTECTED]:~$ ldd /lib/libnss_ldap-2.3.6.so libldap_r.so.2 = /usr/lib/libldap_r.so.2

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-20 Thread Richard A Nelson
On Wed, 20 Feb 2008, Alex Samad wrote: Ah, that is what I missed before... tab completion of user names not directory entries yeah only on username expansion Please also check for group entries malloc: unknown:0: assertion botched free: start and end chunk sizes differ last command: ls -l

bash crashes on tab completion of usernames (with nss-ldap)

2008-02-19 Thread Alex Samad
Hi Well the subject says it all I have recently update libnss-ldap (there is a whole new set of ldap stuff as all the packages are linked against gnutls). I have file a bug report Bug#466610 against bash. zsh and getent passwd don't seem to suffer from the problem When i try this

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-19 Thread Richard A Nelson
On Wed, 20 Feb 2008, Alex Samad wrote: When i try this ls ~altab Ah, that is what I missed before... tab completion of user names not directory entries malloc: unknown:0: assertion botched free: start and end chunk sizes differ last command: ls -l so readers, how can I debug this further

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-19 Thread Alex Samad
On Tue, Feb 19, 2008 at 05:42:07PM -0800, Richard A Nelson wrote: On Wed, 20 Feb 2008, Alex Samad wrote: When i try this ls ~altab Ah, that is what I missed before... tab completion of user names not directory entries yeah only on username expansion malloc: unknown:0: assertion botched

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-19 Thread Jamin Davis
Alex Samad wrote: ls ~altab Ah, that is what I missed before... tab completion of user names not directory entries yeah only on username expansion I got exactly the same problem - been hunting round for a couple of days for the cause. I get it with groupname expansion too (with chown

Re: bash crashes on tab completion of usernames (with nss-ldap)

2008-02-19 Thread Alex Samad
On Wed, Feb 20, 2008 at 05:56:14AM +, Jamin Davis wrote: Alex Samad wrote: ls ~altab Ah, that is what I missed before... tab completion of user names not directory entries yeah only on username expansion I got exactly the same problem - been hunting round for a couple of days for