-
Notifications
You must be signed in to change notification settings - Fork 25
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
running error #191
Comments
@JieyangChen7 This looks like an MGARD-X error, I think? @wangwu1991 Thanks very much for the bug report. Can you tell us how you compiled MGARD and what command you were running when you got this segfault? |
the segfault was appearing when running './mgard-x' . |
@wangwu1991 Thank you for creating this issue. Would you be able to provide us with the input data and parameters you used for compression? |
The input data is "testfloat_8_8_128.dat" in SZ2. The full command I used is "./mgard-x -z -i ./testfloat_8_8_128.dat -c testfloat_8_8_128.dat_z -r 1 -t s -n 3 8 8 128 -m rel -e 1e-3 -s 0 -l 3 -d serial -v". Thanks. |
@wangwu1991 Sorry about the late reply. We have fixed the problem in #203 and here is an example output of compressing "testfloat_8_8_128.dat". Also, please note that the dimensions should be represented in slowest-to-fastest order. $mgard-x -z -i testfloat_8_8_128.dat -c testfloat_8_8_128.dat.mgard -r 1 -t s -n 3 128 8 8 -m rel -e 1e-3 -s 0 -l 0 -d serial -v |
After compiling with the updated code and using the “mgard-x -z -i testfloat_8_8_128.dat -c testfloat_8_8_128.dat.mgard -r 1 -t s -n 3 128 8 8 -m rel -e 1e-3 -s 0 -l 0 -d serial -v”, the output are that |
When I compiled the same code on my another computer with Ubuntu 18.04 and gcc (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04), the program can be executed smoothly and the results are right (exactly the same with yours). Except for the system and the compiler, everything else is basically the same. I'm very eager to know why. |
Since I would like to use this algorithm to incorporate into my own programs, a simplified version (such as without protobuf) will be expected to be provided, so the promotion of the algorithm will be more easily. |
[ERR] MemoryManager::Malloc1D error.
[mars01:187617:0:187617] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x37)
BFD: Dwarf Error: found dwarf version '5', this reader only handles version 2, 3 and 4 information.
The text was updated successfully, but these errors were encountered: