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

RuntimeError: The Tribler core has unexpectedly finished with exit code -1073740791 and status: 1! #6414

Closed
sentry-for-tribler bot opened this issue Oct 5, 2021 · 4 comments

Comments

@sentry-for-tribler
Copy link

Sentry Issue: TRIBLER-8R

CreationTraceback: 
  File "src\run_tribler.py", line 213, in <module>
  File "src\tribler-gui\tribler_gui\utilities.py", line 395, in trackback_wrapper
  File "src\tribler-gui\tribler_gui\core_manager.py", line 97, in on_request_error
  File "src\tribler-gui\tribler_gui\core_manager.py", line 177, in start_tribler_core

RuntimeError: The Tribler core has unexpectedly finished with exit code -1073740791 and status: 1!

[PID:10684] 2021-10-01 02:01:05,384 - ERROR <community:651> TriblerTunnelCommunity.on_packet_from_circuit(): Exception occurred while handling packet!
Traceback (most recent call last):
  File "ipv8\messaging\anonymization\community.py", line 647, in on_packet_from_circuit
  File "ipv8\messaging\anonymization\community.py", line 42, in wrapper
  File "ipv8\messaging\anonymization\community.py", line 727, in on_creat...
  File "src\tribler-gui\tribler_gui\utilities.py", line 398, in trackback_wrapper
  File "src\tribler-gui\tribler_gui\utilities.py", line 395, in trackback_wrapper
  File "src\tribler-gui\tribler_gui\core_manager.py", line 87, in on_core_finished
@ichorid
Copy link
Contributor

ichorid commented Oct 5, 2021

@qstokkink , is it you testing Tribler/py-ipv8#1044 ?

@qstokkink
Copy link
Contributor

qstokkink commented Oct 5, 2021

Nope, not me. Looks like a duplicate of #4880, also #5856.

@devos50
Copy link
Contributor

devos50 commented Oct 14, 2021

This issue might actually be hard to debug since the included traceback ("Exception occurred while handling packet") should not make Tribler crash. The core manager simply keeps track of the latest Traceback it notices in the logs and also triggers on non-critical exceptions.

The exit code -1073740791 corresponds to 0xC0000409 which corresponds to a STATUS_STACK_BUFFER_OVERRUN exception (also see here). Maybe it's caused by a library that we are using? 🤔

@drew2a
Copy link
Contributor

drew2a commented Nov 17, 2021

Let's close the issue regarding the low count of these errors (reported just one time just by one user)

and @devos50

This issue might actually be hard to debug since the included traceback ("Exception occurred while handling packet") should not make Tribler crash.

and @qstokkink

Looks like a duplicate of #4880, also #5856.

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

No branches or pull requests

4 participants