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

The Tribler core has unexpectedly finished with exit code 0xc0000005 (Access Violation) and status: 1 #7855

Open
sentry-for-tribler bot opened this issue Jan 25, 2024 · 4 comments

Comments

@sentry-for-tribler
Copy link

sentry-for-tribler bot commented Jan 25, 2024

Sentry Issue: TRIBLER-1J7

tribler.gui.utilities.CreationTraceback: , 
  File "run_tribler.py", line 115, in <module>, 
  File "tribler\gui\start_gui.py", line 82, in run_gui, 
  File "tribler\gui\upgrade_manager.py", line 252, in on_worker_finished, 
  File "tribler\gui\utilities.py", line 439, in trackback_wrapper, 
  File "tribler\gui\core_manager.py", line 135, in start_tribler_core, 
The above exception was the direct cause of the following exception:, 
Traceback (most recent call last):, 
  File "tribler\gui\utilities.py", line 442, in trackback_wrapper, 
  File "tribler\gui\utilities.py", line 439, in trackback_wrapper, 
  File "tribler\gui\core_manager.py", line 315, in on_core_finished, 
tribler.gui.exceptions.CoreCrashedError: The Tribler core has unexpectedly finished with exit code -1073741819 and status: 1., 
Error message: Unknown error
@drew2a
Copy link
Collaborator

drew2a commented Jan 26, 2024

It appears there is a false error detection, as the most recent error before the crash (ValueError: expected digit in bencoded string) seems unrelated to the actual cause of the crash.

The original error is CoreCrashedError: The Tribler core has unexpectedly finished with exit code -1073741819 and status: 1

The error code is 0xc0000005 (Access Violation): https://answers.microsoft.com/en-us/windows/forum/all/application-error-0xc0000005/6224ae45-a251-4f21-b076-74524618d00a

@drew2a drew2a changed the title ValueError: expected digit in bencoded string The Tribler core has unexpectedly finished with exit code 0xc0000005 (Access Violation) and status: 1 Jan 26, 2024
@drew2a drew2a removed their assignment Jan 26, 2024
@drew2a
Copy link
Collaborator

drew2a commented Jan 31, 2024

Copy link

github-actions bot commented Apr 1, 2024

This issue has not seen activity for 60 days. It is now marked as stale. Please provide additional information or this issue may be closed in the future. We value your contribution and would love to hear more!

Copy link
Author

Sentry issue: TRIBLER-1PA

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

2 participants