Hal Murray writes: >> Sounds strange. Any easily followed recipe to demonstrate what you are >> seeing? > > gdb /usr/local/sbin/ntpd > break main > run -n -u ntp:ntp > > For me, on ARM, that crashes before it gets to the breakpoint.
It's been a _really_ long time I've tried anything like this and that was on Solaris, I don't think I can help with GDB. I don't see any option for ntpd to not fork into a daemon process, so you'll at least have to setup gdb to follow the process into the child. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html _______________________________________________ devel mailing list [email protected] http://lists.ntpsec.org/mailman/listinfo/devel
