New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #33892 (closed submission: fixed)

Opened 15 months ago

Last modified 14 months ago

yorick-hdf5 (new port) - Hierarchical Data Format 5 interface for Yorick

Reported by: thibaut.paumard@… Owned by: cal@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port:

Description

Hi,

As often with Yorick plug-ins, a check file is available in the tarball. You can get it online from:

https://github.com/frigaut/yorick-hdf5/blob/0.8.0/check.i

and run it with:

yorick -batch check.i

Regards, Thibaut.

Attachments

Portfile (1.5 KB) - added by thibaut.paumard@… 14 months ago.
add license information

Change History

Changed 14 months ago by thibaut.paumard@…

add license information

comment:1 Changed 14 months ago by cal@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to cal@…

Commited in r92400. The test however, segfaults on me:

========================================================================
========== IMPORTANT COMPATIBILITY NOTE ABOUT HDF5 FILES ===============
=========== GENERATED WITH YORICK HDF5 PLUGIN V < 0.6.2  ===============
========================================================================

Please read if you have hdf5 files generated with the yorick hdf5 plugin
version 0.6.1 or earlier. These version were affected by a bug that 
affected the compatibility of yorick generated data files with external
I/O programs (HDF utilities and other external resources using the HDF5
general I/O librairies). Namely, multi-dimensional arrays generated
with the yorick HDF5 plugin appeared to external hdf5 resources with
swapped dimensions (but not swapped elements). For instance, a 2x3 array
as:
           1    2
           3    4
           5    6
ERROR (VM idle or lost) Segmentation violation interrupt (SIGSEGV)
WARNING aborting on recursive calls to YError
yorick: quitting on error in batch mode

comment:2 Changed 14 months ago by thibaut.paumard@…

Thanks.

It works for me. I'll try asking a friend running Lion to test. A backtrace would be helpful.

Regards, Thibaut.

comment:3 Changed 14 months ago by thibaut.paumard@…

OK, upstream seems to be aware of that and will commit a fix within a few days.

comment:4 Changed 14 months ago by cal@…

  • Status changed from assigned to closed
  • Resolution set to fixed

OK, feel free to open a new ticket for the update assigning it to me.

Note: See TracTickets for help on using tickets.