Comment 12 for bug 104262

Revision history for this message
daryl (daryl-weblane) wrote :

i just made a comment (follows) regarding bug #85701, but (thanks to Mario Limonciello) i believe it may
also be pertinent here. in addition to the comment that follows i just have to add that i am running mythtv-setup
from a remote server to my local X display (export DISPLAY=...)

original comment:

this sounds like the problem i am currently having with ubuntu feisty mythtv-setup, on a brand new install.
it does a sigsegv almost right away. if i run mythtv-setup with "-v all" i get the following right before it
dies:

:
:
2007-05-07 17:15:38.356 MSqlQuery: SELECT data FROM settings WHERE value = 'TVVidModeHeight0' AND hostname = 'ixtac' ;
2007-05-07 17:15:38.358 MSqlQuery: SELECT data FROM settings WHERE value = 'TVVidModeHeight0' AND hostname IS NULL;
Segmentation fault (core dumped)

and if i run if from gdb (even though i dont have a version with debug
symbols) it reports the following:

:
:
(no debugging symbols found)
2007-05-07 16:54:24.174 New DB connection, total: 1
2007-05-07 16:54:24.192 Connected to database 'mythconverg' at host: ixtac
2007-05-07 16:54:24.195 Total desktop dim: 1680x1050, with 1 screen[s].
2007-05-07 16:54:24.206 Using screen 0, 1680x1028 at 0,22
2007-05-07 16:54:24.257 Current Schema Version: 1160

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1248511776 (LWP 9789)]
0xb6750454 in ?? () from /usr/lib/libXrandr.so.2
(gdb)

this is repeatable and consistent. if i can help in any way please let
me know.

daryl