We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
$ swayimg /dev/zero Segmentation fault (core dumped) $ swayimg /dev/null Segmentation fault (core dumped)
I inspected the format-independent code for loading the image and found nothing suspicious, and suspect that it is some detect_<format>'s fault.
detect_<format>
GDB list pointed to some nonexistent header file /usr/src/debug/gcc/gcc/libgcc/emutls.c. Not sure what this means.
list
/usr/src/debug/gcc/gcc/libgcc/emutls.c
(Zstd-compressed) core dumps: core_dumps.zip
The text was updated successfully, but these errors were encountered:
5be9926
Just curious, why open /dev/null in swayimg?
/dev/null
Sorry, something went wrong.
Not really /dev/null... I accidentally opened an empty file (created by a faulty image format conversion). Thanks for the quick fix!
Just realized that /dev/zero has size zero... Should have noticed that earlier :P
/dev/zero
No branches or pull requests
Steps to reproduce:
I inspected the format-independent code for loading the image and found nothing suspicious, and suspect that it is some
detect_<format>
's fault.GDB
list
pointed to some nonexistent header file/usr/src/debug/gcc/gcc/libgcc/emutls.c
. Not sure what this means.(Zstd-compressed) core dumps: core_dumps.zip
The text was updated successfully, but these errors were encountered: