|
From: | Robert Norris |
Subject: | Re: [gpsd-dev] bug in timehint.c:261 ntpshm_put |
Date: | Mon, 28 Nov 2016 22:31:17 +0000 |
I don't see why the compiler is complaining.
What is your system and compiler version?
The full statement is:
So argument five is on line 264:
(precision == -20) ? "pps" : "clock"
which is boolean statement returning a string dependant on the value of the variable precision.
Can you describe what conditions and how you are running gpsd to make it crash?
Perhaps you can make line 264 simply "a time source", to temporarily appease the compiler and see if gpsd still crashes here.
Also if possible running gpsd under a debugger and getting the backtrace would also be useful information.
[Prev in Thread] | Current Thread | [Next in Thread] |