-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
ffsend segfaults on upload #165
Comments
I've noticed the same on Alpine Linux too, and have opened an issue on aports too: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15158 |
same issue on m1 pro. |
Same issue on Fedora 39, using the cargo install version of ffsend. The new static binary does not have this issue. |
just and fyi, i have observed this too from the version installed via |
Stacktrace of the crash:
This makes me guess that this is caused by phsym/prettytable-rs#145. That would fit the observation that the segfault doesn't happen with ffsend built from git: That one uses prettytable 0.10.0, which contains a fix for the linked issue. |
Confirmed on my system as well: Installation with |
When attempting to upload a file using
ffsend upload
,ffsend
segfaults. Sample output:Same result with
ffsend debug
:I am using void linux with the ffsend package provided in the repos, which is up to date
0.2.76
.The text was updated successfully, but these errors were encountered: