-
Notifications
You must be signed in to change notification settings - Fork 7
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 #12
Comments
@inikep can you send me the file that causes the crash? I ran the command you showed on a few files and everything went well. Thanks! |
@inikep here is my example output: siyuan@devsiyuan:~/lzbench$ ./lzbench -ecsc /tmp/a.out |
Have you tried "dev" branch? I had no issues with "master" until Travis upgraded LLVM to 7.3.0: I have problems with all files I test. It suggest that: You may also try compression for example for 60 seconds on Linux: |
The crash should be fixed by c5dbe09. Thanks for reporting. |
Works fine now. I would ask for one change in libcsc. Could all references be changed from |
There is still SEGFAULT on The issue concerns also very old version of libcsc: For the first time I noticed this issue about a week ago when Travis CI upgraded version of MacOS/LLVM from this: |
The current version of CSC crashes with gcc and Visual C++ when there is many repeated compression calls:
If you have problems with generating this issue use
lzbench -ecsc filename
compiled from:https://github.com/inikep/lzbench/commits/dev
The text was updated successfully, but these errors were encountered: