Segmentation fault particular data set dimensions. #29
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TOPIO/BigWhoop#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dimensions in bwc_initialize_data() is 8x8x8x512 a segmentation faul (possibly in the tag tree) occurs. If the same data is organized such that the dimensions are 512x8x8x8 the compression finishes properly.
This is possibly related to #9. If we are moving away form the idea of dim4 being populated by timesteps we need to make sure that we close Issue #9 as well.
Update: This issue lasts after commits
bbc538d5e8
and366827ca4a
which refactored the memory management and the integer range in the fourth dimension, respectively.