Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ntpd wedged by libc?



On 2/27/2012 05:51, Christos Zoulas wrote:
On Feb 26,  7:44pm, agcarver+netbsd%acarver.net@localhost (AGC) wrote:
-- Subject: Re: ntpd wedged by libc?

| On 2/26/2012 18:30, Christos Zoulas wrote:
|>  On Feb 26,  3:26pm, agcarver+netbsd%acarver.net@localhost (AGC) wrote:
|>  -- Subject: Re: ntpd wedged by libc?
|>
|>  |>>   (gdb)
|>  |>
|>  |>   Are you sure you are using the new library?
|>  |
|>  | I'm fairly certain.  I did a make install after the libc compile,
|>  | rebooted and then recompiled a new version of ntpd.
|>
|>  You don't need to reboot/recompile. Unfortunately we did not put rcsid's
|>  in the gdtoa code so it is not easy to check that you have the right 
version.
|>  I am pretty sure that the new code does not have the bug, so perhaps the
|>  new libc does not have the right version of misc.c?
|
| I see the extra memory frees in the gdtoa.c file that were present in
| the patch you supplied so I know the code made it into libc.  What do I
| need to change in misc.c then?

Nothing, just compare the misc.c with the one in head and make sure they
are the same. You could also add an __RCSID() in your misc.c so that
ident will find it.

The copy I have has a banner reading:

/* $NetBSD: misc.c,v 1.4 2008/03/21 23:13:48 christos Exp $ */

The copy I obtained from
ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/lib/libc/gdtoa/misc.c
(unless this isn't head)

Has a header:
/* $NetBSD: misc.c,v 1.11 2011/11/21 09:46:19 mlelstv Exp $ */


Home | Main Index | Thread Index | Old Index