-
Notifications
You must be signed in to change notification settings - Fork 21
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
SIGSEGV on Debian #26
Comments
Works fine here (with local build of ltcdump). What Zoom device was this file made with? More likely the issue is due to |
Thank you for your quick response, @x42. The recording device is an H6. The file's metadata is accurate[1]. This file is from my test suite for LTCSync. It used to work fine on my previous laptop (Ubuntu) but is failing on my current machine (debian). I'm using pre-built, static binaries from https://github.com/x42/ltc-tools/releases/tag/v0.7.0, so it isn't obvious to me how the change in OS distribution would make a difference. I also find it fascinating that the x86_64 binary segfaults, but the i386 binary processes the file. If I build locally from the tip of Other WAV files from the LTCSync suite exhibit the same behavior, including ones generated in software and so free of ZOOM artifacts. I'm attaching an example: LTC_00_58_00_00__1mins_24.wav.gz (again, gzipped because GH refuses to attach .wav) [1]
|
The static builds use an ancient version of libsndfile with various known issues that are also arch dependent.
great. Thanks for checking. So this issue can be closed? |
I suppose so. If you could make another release of static binaries with the latest and greatest, I would appreciate that. It would essentially be a copy of #13 |
I get a segfault trying to run ltcdump 0.7.0 on a Debian machine. I'm using the binary from https://github.com/x42/ltc-tools/releases/download/v0.7.0/ltcdump-linux-x86_64-v0.7.0.zip . Interestingly, the i386 binary from the same release works fine on this machine.
uname -a:
Linux deb-xps 5.10.0-4-amd64 #1 SMP Debian 5.10.19-1 (2021-03-02) x86_64 GNU/Linux
A sample input file on which the x86 version chokes: ZOOM0004_Tr1.WAV.gz (gzipped because GH prohibits .WAV attachments)
The text was updated successfully, but these errors were encountered: