[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDF #HNO-635604]: 64bit BE problem in netcdf-4.1.1-rc1
- Subject: [netCDF #HNO-635604]: 64bit BE problem in netcdf-4.1.1-rc1
- Date: Mon, 08 Mar 2010 12:13:42 -0700
> Hi all,
>
> We stumbled across a problem with netcdf-4.1.1-rc1 on our 64bit BE machine
> (Power6). The symptom was that ncdump showed corrupted dimensions for
> perfectly normal netcdf4 files. ncdump linked with netcdf-4.0.1 was okay.
>
> In 4.1 you changed the type of len in struct NC_DIM_INFO from int to
> size_t. This creates problems with sscanf in read_scale() on our machine. I
> attached a patch to fix this.
>
Thanks for pointing this out Mathis. I have fixed this, not quite in the same
way that your patch does. The fixed version is now available as a daily
snapshot:
ftp://ftp.unidata.ucar.edu/pub/netcdf/snapshot/netcdf-4-daily.tar.gz
Now I am working on the tst_string memory problems you reported.
Thanks,
Ed
Ticket Details
===================
Ticket ID: HNO-635604
Department: Support netCDF
Priority: Normal
Status: Open