On Feb 19, 10:40 pm, Harlan Stenn <[EMAIL PROTECTED]> wrote: > > Please fire up gdb again, and when it drops core type "where" to show the > complete stack backtrace. > > It will probably take more work, but that will be a good start. > > H
OK, here is a start: Program received signal SIGABRT, Aborted. 0x282aeecb in kill () from /lib/libc.so.6 (gdb) where #0 0x282aeecb in kill () from /lib/libc.so.6 #1 0x282aee68 in raise () from /lib/libc.so.6 #2 0x282adb78 in abort () from /lib/libc.so.6 #3 0x0807c87f in true_doevent (peer=0x80ad2b0, event=e_Poll) at refclock_true.c:788 #4 0x0807cc53 in true_receive (rbufp=0x71ff) at refclock_true.c:540 #5 0x08053046 in ntpdmain (argc=0, argv=0xbfbfeb50) at ntpd.c:1104 #6 0x080532ff in main (argc=1, argv=0xbfbfec7c) at ntpd.c:317 (gdb) exit I'll be taking a look at refclock_true in the indicated area, but I don't pretend to be much of a programmer.:) Roger _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
