Skip to content
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

Avoid "Segmentation Fault" on re-run #118

Open
jigyasa-grover opened this issue Jun 3, 2016 · 3 comments
Open

Avoid "Segmentation Fault" on re-run #118

jigyasa-grover opened this issue Jun 3, 2016 · 3 comments

Comments

@jigyasa-grover
Copy link
Member

jigyasa-grover commented Jun 3, 2016

On each run, a new file network_state.dat and a new folder output is created.

On re-running, this leads to a Segmentation Fault which can be done away with only after:

  • Removing the above two as:
rm network_state.dat
rm -r output/

OR

  • Renaming them

Reference: Issue #116
Details: Quick Start Documentation

@lkettle
Copy link
Contributor

lkettle commented Jun 3, 2016

Hi, please feel free to change any documentation you want.
Here is where the topic is discussed already.

hashkat_install

hashkat2

hashkat3

@ludamad
Copy link
Contributor

ludamad commented Aug 3, 2016

Was this occurring during tutorial runs?

@jigyasa-grover
Copy link
Member Author

jigyasa-grover commented Aug 3, 2016

@ludamad Yes. It actually shows up each time on re-run irrespectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants