Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segfault in "nxtest.py hdf4" #4

Open
eugenwintersberger opened this issue Dec 15, 2015 · 1 comment
Open

segfault in "nxtest.py hdf4" #4

eugenwintersberger opened this issue Dec 15, 2015 · 1 comment

Comments

@eugenwintersberger
Copy link
Contributor

Original reporter: Cpascual

Running nxtest.py with no arguments or with "xml" seems ok.
But when running "nxtest.py hdf4" I get a segmentation fault after or during the link test:

$ python nxstest.py hdf4
=== File NXtest.hdf
@NeXus_version: 4.2.0
@HDF_version: NCSA HDF Version 4.1 Release 4, December 2000
@file_name: NXtest.hdf
@file_time: 2009-02-23T17:29:19+01:00
entry NXentry
  @hugo: namenlos
  @cucumber: passion
  ch_data char 10
  i1_data uint8 4
    [0 1 2 3]
  i2_data int16 4
    [   0 1000 2000 3000]
  i4_data int32 4
    [      0 1000000 2000000 3000000]
  r4_data float32 5x4
  r8_data float64 5x4
    @ch_attribute: NeXus
    @i4_attribute: 42
    @r4_attribute: 3.14159274101
    @target: /entry/r8_data
  data NXdata
    r8_data float64 5x4
      -> /entry/r8_data
    comp_data int32 100x20
    flush_data int32 7
      [0 1 2 3 4 5 6]
  sample NXsample
    @target: /entry/sample
    ch_data char 12
link NXentry
  sample NXsample
    -> /entry/sample
  renLinkGroup NXsample
    -> /entry/sample
Segmentation fault

@eugenwintersberger
Copy link
Contributor Author

This issue was originally nexusformat/code#162.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant