-
Notifications
You must be signed in to change notification settings - Fork 454
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
[7.6.1] Stack overflow in Tribler core #5856
Labels
Comments
Sentry issue: TRIBLER-4B |
Sentry issue: TRIBLER-78 |
Sentry issue: TRIBLER-ST |
It seems we have no more Sentry information (this may not happening anymore): @Tribler/dev perhaps we can/should close this issue. |
Occurred in Sentry issue: TRIBLER-1SE |
Now that we no longer have a core process, this issue should either be resolved or appear in a sufficiently different form to open a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exit code -1073740791 means STATUS_STACK_BUFFER_OVERRUN on Windows:
https://stackoverflow.com/questions/50562192/process-finished-with-exit-code-1073740791-0xc0000409-pycharm-error
https://msrc-blog.microsoft.com/2009/01/28/stack-overflow-stack-exhaustion-not-the-same-as-stack-buffer-overflow/
Looks like some problems with libtorrent compiled code?
The text was updated successfully, but these errors were encountered: