question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.

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:

  1. What input did you use? ciphey -p ausearch.enable_nested=True -t "GOWOKGFOTRSERRAUVRFFBFCAAWWAWGTWWQGJFMWBTKFTJASFAEZTZWIMDZRYFPZRATMLGFYDROWRBWLXKGQHGQWQXWLKQYCQOMFCUVJFQVFQTUIECCGDKTZVVJEJBG"
  2. 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
issue-label-bot[bot]commented, Sep 6, 2020

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.

0reactions
bee-sancommented, Mar 8, 2021

This is being fixed in #591

Read more comments on GitHub >

github_iconTop Results From Across the Web

Segmentation fault 11 on Mac, C++ unsigned int declaration
I know that key is some unsigned integer. The problem is that I get Segmentation fault error, as I understood I am exceeding...
Read more >
OpenSSL 1.1.1f raise a segmentation faults on Arm64 builds
It seems that current Ubuntu 20.04 (Focal) distribution for Arm64/Aarch64 raise a segmentation fault when certain validates some ...
Read more >
Running application ends with "Segmentation Fault"
A segmentation fault is the result of a memory access violation. The program has referred to a memory address outside of what was...
Read more >
int(s), float(s) and others may cause segmentation fault
Running with `-X faulthandler` Fatal Python error: Segmentation fault ... line 10 in <module> Segmentation fault: 11 The Django code: def ...
Read more >
Vmplayer Workstation fails to start: Segmentation fault error
But when I start without the wrapper, I get vmmon error, ... Sounds like the init script (/etc/init.d/vmware) is not run on boot...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found