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.