-
Notifications
You must be signed in to change notification settings - Fork 345
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
Mythtv Crashes after upgrade to 24.04 #941
Comments
Some additional information - I spent this morning fighting to load Nvidia proprietary drivers. What I've discovered.
I moved ~/.mythtv to ~/.mythtv_old and attempted to restart MythFrontend. What follows is the result of Aug 31 12:18:50 localhost mythfrontend.real[40398]: mythfrontend[40398]: E CoreContext soapclient.cpp:265 (SendSOAPRequest) SOAPClient::SendSOAPRequest: request failed: http://192.168.0.16:6550/Myth |
I cannot understand why it is using port 6550 . Have you switched ports in your setup? Port 6550 was never used pre V34 but it now hosts the old deprecated API. I do not know why the frontend would be using it. |
Frontends MySQL Server Port Database schema version is 1379 General Backend Settings I can't find SOAP or port 6550 anywhere on those screens. Oh - attempting to reach http://192.168.0.16:6550/Myth via a browser results in a "404 Not Found." |
Pouring through the crash logs more: 2024-09-01T10:45:20.253391-07:00 localhost kernel: mythfrontend.re[358415]: segfault at d8 ip 000078a64d541364 sp 00007ffe5db8c058 error 4 in libX11.so.6.4.0[78a64d530000+90000] likely on CPU 1 (core 1, socket 0) At which point, I'm flummoxed - is that an issue in the kernel, the library, or the code? |
Output from "/usr/bin/mythfrontend.real --syslog local7 -v all --loglevel debug" What is "DescURL=http://192.168.0.10:8200/rootDesc.xml", and why is this pointing to an IP on which I have no devices? |
Looks to me that this is an issue somewhere in the Nvidia/X11/Wayland/nouveau area. When X11 crashes while talking to the Nvidia drivers then there is not much that mere mortals can do about it except trying to avoid this situation. About the usage of port 6550, the UPnP stuff about rootDesc.xml etc, this is not related to your crash and can be ignored. |
Linux mythbox 6.8.0-41-generic #41-Ubuntu SMP PREEMPT_DYNAMIC x86_64 x86_64 x86_64 GNU/Linux
v34.0+fixes.20240210.e3e165a1-0ubuntu6
Ubuntu package
mythfrontend
mythfrontend will not start. If started as /usr/bin/mythfrontend --service, will continually crash
I wish I could tell you more. I have a dump from "mythfrontend -v all > mythdumpfile.txt
I have a crash file from /var/crash/_usr_bin_mythfrontend.real.1000.crash
I have removed (via "apt") and reinstalled (via "apt") the mythfrontend executable
mythbackend seems to run fine....
Would anyone be able to inspect my dump // crash logs and help me?
The text was updated successfully, but these errors were encountered: