[ntp:bugs] [Bug 1485] Sometimes ntpd crashes

Dave Hart via the NTP Bugzilla bugzilla at ntp.org
Tue Mar 2 06:38:54 UTC 2010


http://bugs.ntp.org/1485



----------------------------------------------------------------------------
Additional Comments From hart at ntp.org (Dave Hart)
Submitted on 2010-03-02 06:38

Function call arguments are sometimes not properly visible to gcc because they've 
been moved from the stack to register storage.

To have confidence in the arguments displayed by gcc, you should compile with -O0 
or no -O2.  A cheap way to accomplish this is to edit and re-run config.status.  
The better way is to reconfigure using something like

./configure CXXFLAGS=-g && make clean && make && make check

(overriding the default of -g -O2)

-- 
Dave Hart <hart at ntp.org>



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the bugs mailing list