Test program 3 runs fine, too. But I found out why all the test programs
run fine: They use the libc6 malloc(), while bash brings its own:

I did "apt-get build-dep bash && apt-get source bash", then
"debian/rules" in there. After that:

[EMAIL PROTECTED]:~/pwent-test/bash-3.2# grep "start and end chunk sizes 
differ" * -R
bash/lib/malloc/malloc.c:    xbotch (mem, ERR_ASSERT_FAILED, _("free: start and 
end chunk sizes differ"), file, line);
bash/lib/malloc/malloc.c:    xbotch (mem, ERR_ASSERT_FAILED, _("realloc: start 
and end chunk sizes differ"), file, line);

So I'd think this is a bug in bash itself. I'll play around with it a
little bit, but I don't have very much free time today.

Ciao

Martin

-- 
Username completion crashes with libnss-ldap
https://bugs.launchpad.net/bugs/219527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to