[mythtv] segfault mythfilldatabase

sean darcy seandarcy at hotmail.com
Sun Feb 27 02:58:40 UTC 2005


When mythfilldatabase starts I get these messages:

mythfilldatabase
2005-02-26 18:37:59.158 DBHostName is not set in mysql.txt
2005-02-26 18:37:59.159 DBUserName is not set in mysql.txt
2005-02-26 18:37:59.159 DBPassword is not set in mysql.txt

which isn't quite true:

cat .mythtv/mysql.txt
DBHostName      127.0.0.1

strace mythfilldatabase shows this at the end:

.......................
getpeername(20, {sa_family=AF_INET, sin_port=htons(6543), 
sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
gettimeofday({1109472905, 788966}, NULL) = 0
write(18, "24      RESCHEDULE_RECORDINGS -1", 32) = 32
select(19, [18], NULL, NULL, {0, 0})    = 0 (Timeout)
ioctl(18, FIONREAD, [0])                = 0
gettimeofday({1109472905, 790244}, NULL) = 0
select(19, [18], NULL, NULL, {0, 5000}) = 1 (in [18], left {0, 0})
ioctl(18, FIONREAD, [9])                = 0
read(18, "1       ", 8)                 = 8
gettimeofday({1109472905, 796003}, NULL) = 0
read(18, "1", 1)                        = 1
close(18)                               = 0
close(20)                               = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


sean




More information about the mythtv-dev mailing list