MythTV segfaults

This forum is dedicated to advanced help and support :

Ask here your questions about advanced usage of Mageia. For example you may post here all your questions about network and automated installs, complex server configurations, kernel tuning, creating your own Mageia mirrors, and all tasks likely to be touchy even for skilled users.

MythTV segfaults

Postby mark9117 » Oct 5th, '12, 23:51

This is a brand new installation on my HTPC. I upgraded from Mageia One which was working fine. Now, I've tried to reinstall MythTV and when I try to run mythtv-setup (or mythfrontend, or mythbackend) I get a segfault. Even with the -v flag I don't get much info.

Code: Select all
mythtv-setup -v
2012-10-05 15:49:28.930499 C  mythtv-setup version:  [0.25-20120418.3.mga2.tainted] www.mythtv.org
2012-10-05 15:49:28.930531 N  Enabled verbose msgs:  general
2012-10-05 15:49:28.930568 N  Setting Log Level to LOG_INFO
2012-10-05 15:49:28.930651 I  Added logging to the console
2012-10-05 15:49:28.930681 I  Added database logging to table logging
2012-10-05 15:49:28.930798 N  Setting up SIGHUP handler
2012-10-05 15:49:28.931025 N  Using runtime prefix = /usr
2012-10-05 15:49:28.931053 N  Using configuration directory = /root/.mythtv
2012-10-05 15:49:28.931283 I  Assumed character encoding: en_US.UTF-8
2012-10-05 15:49:28.931737 E  Unable to read configuration file mysql.txt
2012-10-05 15:49:28.931902 E  DBHostName is not set in config.xml
2012-10-05 15:49:28.931962 N  Empty LocalHostName.
2012-10-05 15:49:28.931978 I  Using localhost value of pvr
Segmentation fault


Nothing is showing up in the mythtv logs. Syslog isn't much help:

Code: Select all
Oct  5 15:50:39 pvr kernel: [ 3800.198259] mythtv-setup[12914]: segfault at 10 ip b6c49f43 sp bfdefa80 error 4 in libmythbase-0.25.so.0.25.0[b6bbc000+1b0000]


Still trawling Google on this, but I'm not finding much assistance.

Any clues?

Thanks.
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby doktor5000 » Oct 6th, '12, 08:25

Try to run it inside the gdb debugger, install all relevant -debug packages and open up a bug report with the backtrace from gdb: https://wiki.mageia.org/en/Debugging_software_crashes
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18017
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: MythTV segfaults

Postby mark9117 » Oct 6th, '12, 19:09

doktor5000 wrote:Try to run it inside the gdb debugger, install all relevant -debug packages and open up a bug report with the backtrace from gdb: https://wiki.mageia.org/en/Debugging_software_crashes


Done. Thanks.

http://sourceware.org/bugzilla/show_bug.cgi?id=14677

Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby doktor5000 » Oct 6th, '12, 21:16

Actually you should have probably first reported it to Mageia bugzilla: https://wiki.mageia.org/en/How_to_report_a_bug_properly
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18017
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: MythTV segfaults

Postby mark9117 » Oct 7th, '12, 01:24

Hey, I was just following the instructions in gdb.

Okay, I'm off to open an account there and then cut and paste.


Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby mark9117 » Oct 7th, '12, 02:00

Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby djennings » Oct 7th, '12, 19:44

there is an updated mythtv in the updates/testing repository which I think you will find resolves your segfault. It has been stuck in testing for some time due to some other unresolved issues.
User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: MythTV segfaults

Postby mark9117 » Oct 7th, '12, 19:58

OKay, as soon as I get the chance (Tuesday?) I'll enable that repo and see if that installs and/or resolves this thing.

Thank you for the tip djennings!


Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby mark9117 » Oct 7th, '12, 20:07

Just got a message from the bug guys. Looks like there is a dup bug and the culprit may be desktop effects. When I get a chance, I'll disable desktop effects and try and run Mythtv-setup again.

Just wanted to get it on the record because it may be Tuesday before I can get to it.

Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby mark9117 » Oct 10th, '12, 01:19

Okay, I disabled desktop effects and still no joy. Updating the bug and considering downloading the packages in testing.

Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.

Re: MythTV segfaults

Postby djennings » Oct 10th, '12, 09:11

User avatar
djennings
 
Posts: 613
Joined: Jun 2nd, '11, 23:51
Location: Wokingham, UK

Re: MythTV segfaults

Postby mark9117 » Oct 10th, '12, 17:34

I installed the packages from updates/testing and that runs. Still configuring but this one may be resolved.

Thanks for the help guys. I'll know more this weekend.

Mark
Let's just reboot everything all the time.
User avatar
mark9117
 
Posts: 395
Joined: Sep 12th, '11, 20:32
Location: Eastern New Mexico -- Not Hell, but you can see it from here.


Return to Advanced support

Who is online

Users browsing this forum: No registered users and 1 guest