Trish Lynch wrote: > > took me a while to notice it, because I don;t use passwd on a daily > basis.... > > FreeBSD femme.listmistress.org 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Tue May > 14 00:57:05 EDT 2002 > [EMAIL PROTECTED]:/admins/obj/admins/src/sys/FEMME i386 > > femme:~$ passwd > Changing local password for trish > Old Password: > passwd in free(): error: junk pointer, too high to make sense > Abort trap > > Anyone seen this? is it fixed in -current already, I haven;t seen anything > on this list yet except for sudo problems.
Get a coredump and do the following: $ gdb passwd passwd.core (gdb) bt It show you backtrace, from it should be clear which function tried to free() junk pointer (usually statically allocated array). -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message