-
Notifications
You must be signed in to change notification settings - Fork 452
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
Tribler crashes when a segmentation fault on Ubuntu 21.10 #6701
Comments
Thanks for your report! On Linux systems, we are logging the output of Tribler to a file in the |
marko-tribler-ANiJMCrR.log |
I don't see anything suspicious in the logs. I guess that Tribler crashes when it loads the 'core' component since it looks like the GUI manages to (partially) start. I'm not sure if we have tested Tribler on Ubuntu 21.10 but if not, we should and further investigate this. 👍 |
I have this issue as well. Wanted to add that while I had this issue with v7.11.0 installed from the deb package, I do not have this issue directly running src/tribler.sh from the v7.11.0 tag. I can't build the package myself so I can't say if that would make a difference. |
@scribblemaniac good to know that running Tribler from source seems to work. Maybe pyinstaller is causing issues, or we are bundling a wrong version of PyQt5. Could you please report the version of Qt5 that you do have installed? You can find this version by running |
Since I have the same issue (but on Kubuntu 21.10), here's my output of |
Mine has some differences: |
Updates:
|
I tried an isolated libtorrent build, it worked fine. Since pyipv8 and libtorrent build both were running, I wondered why the core was failing when running with This implies the following:
Upon further investigation, I found out that the |
I know two places that reference PyQt5:
Both of them use local import that triggers only in case of rare Tribler errors. It is not clear what exactly should we fix. |
Describe the bug
Tribler does not start. The terminal tells me Speicherzugriffsfehler (Speicherabzug geschrieben). Google translates this to Memory access error (memory dumped)
To Reproduce
Steps to reproduce the behavior:
1.Try starting Tribler in a terminal.
2. See error message
Expected behavior
Start tribler up.
Screenshot
Is attached.
Desktop (please complete the following information):
Additional context
Using sudo does not work either.
The text was updated successfully, but these errors were encountered: