[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #IWC-920640]: posixio.c error in

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDF #IWC-920640]: posixio.c error in
  • Date: Wed, 31 Dec 2014 16:47:25 -0700

As a long shot, you might try this.
Change line 253 (or near) in posixio.c from
        while((partial = write(nciop->fd, nvp, nextent)) != -1) {
to
        while((partial = write(nciop->fd, nvp, nextent)) > 0) {


=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: IWC-920640
Department: Support netCDF
Priority: Normal
Status: Closed