Getting Segmentation fault: 11 when running ciphey
See original GitHub issue⚠️IMPORTANT⚠️ if you do not fill this out, we will automatically delete your issue. We will not help anyone that cannot fill out this template.
- [✅] Have you read our Wiki page “Common Issues & Their Solutions”?
Describe the bug
A clear and concise description of what the bug is.
When I run ciphey, I get “Segmentation fault: 11”. Note: my plaintext was supposed to be encoded using multiple ciphers and I did pass -p ausearch.enable_nested=True
Plaintext
⚠️IMPORTANT⚠️ The below code is non-negotiable for “Ciphey didn’t decrypt…” problems. If you do not tell us your plaintext, we will not help you.
GOWOKGFOTRSERRAUVRFFBFCAAWWAWGTWWQGJFMWBTKFTJASFAEZTZWIMDZRYFPZRATMLGFYDROWRBWLXKGQHGQWQXWLKQYCQOMFCUVJFQVFQTUIECCGDKTZVVJEJBG
Version ⚠️IMPORTANT⚠️ We need this information because different environments will induce different bugs in Ciphey
- OS/Distro: macOS Catalina
- Python version: 3.8.5
- Ciphey versions: 5.3.2 0.2.9 0.3.23
- Did you use Docker? No
Verbose Output
⚠️IMPORTANT⚠️ Verbose output will tell us why it’s not working the way we expected it to be.
Run Ciphey with ciphey -vvv
and paste the results into Pastebin.com or a GitHub Gist
Link to my verbose output
To Reproduce
Steps to reproduce the behavior:
- What input did you use?
ciphey -p ausearch.enable_nested=True -t "GOWOKGFOTRSERRAUVRFFBFCAAWWAWGTWWQGJFMWBTKFTJASFAEZTZWIMDZRYFPZRATMLGFYDROWRBWLXKGQHGQWQXWLKQYCQOMFCUVJFQVFQTUIECCGDKTZVVJEJBG"
- What flags / arguments did you use?
-p ausearch.enable_nested=True -t "GOWOKGFOTRSERRAUVRFFBFCAAWWAWGTWWQGJFMWBTKFTJASFAEZTZWIMDZRYFPZRATMLGFYDROWRBWLXKGQHGQWQXWLKQYCQOMFCUVJFQVFQTUIECCGDKTZVVJEJBG"
Expected behavior A clear and concise description of what you expected to happen. I expected it to decode my encrypted text. Any other information? Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:14 (8 by maintainers)
Top GitHub Comments
Issue-Label Bot is automatically applying the label
bug
to this issue, with a confidence of 0.86. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.
This is being fixed in #591