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.
Hello Elizabeth, Thank you for the bug report; I'll open a ticket on GitHub for it. If you are ever so inclined, feel free to submit issues directly through our GitHub site as well; we are transitioning to GitHub for issue management (although our email-based support will also remain in place). We've moved to GitHub as an organization for most of our projects, so it makes sense to track issues there publicly as well. Thanks again, have a great day! -Ward > The call: > > NcGroup nc; > std::vector<NcDim> dims; > ... > nc.addVar(name, type, dims); > > will hang if dims is garbage (for example, if dims.size() == -1483742). A > check for valid dims would fix this problem. > > Low priority, IMHO. > > -- Elizabeth > > Ticket Details =================== Ticket ID: TSB-411735 Department: Support netCDF Priority: Normal Status: Closed