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

If you get "Segmentation fault", please read! #60

Open
3fon3fonov opened this issue May 21, 2020 · 3 comments
Open

If you get "Segmentation fault", please read! #60

3fon3fonov opened this issue May 21, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@3fon3fonov
Copy link
Owner

3fon3fonov commented May 21, 2020

If you experience "Segmentation fault", please start the GUI with:

$python3.11 -m exostriker -debug

And try to reproduce the problem. When the GUI crashes, you will see the actual error on the terminal. Then open a new issue with:

  • brief description of the problem
  • your OS
  • your python version
  • your dependencies versions (the "-debug" flag will print this for you)
  • and the log of the error
@3fon3fonov 3fon3fonov added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels May 21, 2020
@3fon3fonov
Copy link
Owner Author

3fon3fonov commented May 28, 2020

BTW, if your session was interrupted by Segmentation fault, try to recover it, by:

$exostriker -last

or

$python3.11 -m exostriker -last
(depending on how you are using the GUI)

@dmontesg

This comment was marked as outdated.

@3fon3fonov
Copy link
Owner Author

Actually, it is far better if you run in debug mode, e.g.:

$ gdb -ex r --args python3.11 -m exostriker

Then copy-paste the output of the crash report here to be examined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants