[Kst] [Bug 140521] NetCDF data source crashes

Nicolas Brisset nicolas.brisset at eurocopter.com
Thu Jan 25 09:25:38 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140521         




------- Additional Comments From nicolas.brisset eurocopter com  2007-01-25 09:25 -------
Interesting. I get:
  base_time = 1077114120;  // base_time(0) on Solaris
with the ncdump command. My netcdf version is:
netcdf library version 3.6.0 of Mar 16 2005 16:53:46 $

On Linux I get:
 base_time = 1077114120;  // base_time(134717925)
with the same command, same version (3.6.0)

It looks like an endianness issue to me, and interestingly netcdf 3.6.1 (latest stable version) gives on Linux:
 base_time = 1077114120;  // base_time(0)

So I'd say it's a netcdf endianness bug in some versions, that seems fixed in 3.6.1. What version are you using ? If upgrading to 3.6.1 solves the problem, we can close this bug :-)


More information about the Kst mailing list