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
Your Windows build number: Microsoft Windows [Version 10.0.17134.706]
What you're doing and what's happening: Launching qutebrowser after having run sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
What's wrong / what should be happening instead: Qutebrowser should launch, instead it crashes
Strace of the failing command: https://gist.github.com/FaithLV/bd278ef498d0f2b6b3b680801d5ef8df
Crash output: https://gist.github.com/FaithLV/8befcb1ca30b5332e72bb9d9c75341f8
For context, running Arch WSL with Kernel: 4.4.0-17134-Microsoft
The text was updated successfully, but these errors were encountered:
The error cited is #3542. Duping you over there, but I doubt that's the actual fatal.
571 memfd_create("pulseaudio", MFD_ALLOW_SEALING <unfinished ...> 591 <... mprotect resumed>) = 0 571 <... memfd_create resumed>) = -1 ENOSYS (Function not implemented) 591 mprotect(0x7f21241b0000, 12288, PROT_READ|PROT_WRITE <unfinished ...> 571 write(2, "shared memfd open() failed: Func"..., 53 <unfinished ...>
Sorry, something went wrong.
No branches or pull requests
Your Windows build number: Microsoft Windows [Version 10.0.17134.706]
What you're doing and what's happening: Launching qutebrowser after having run
sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5
What's wrong / what should be happening instead: Qutebrowser should launch, instead it crashes
Strace of the failing command: https://gist.github.com/FaithLV/bd278ef498d0f2b6b3b680801d5ef8df
Crash output: https://gist.github.com/FaithLV/8befcb1ca30b5332e72bb9d9c75341f8
For context, running Arch WSL with Kernel: 4.4.0-17134-Microsoft
The text was updated successfully, but these errors were encountered: