Running 0.17.

I'm getting a lot of crashes on the backend.  The triggers seem to be
deletion of a program, either from mythfrontend or mythweb.  Sometimes
the first request works, but if so, it will definitely crash on the
second.  I put an strace on it and saw the following.  I had just
deleted one program successfully, but it crashed upon requesting a
second deletion.  Could this be SMP related?  I used to see this with
quite a lot of regularity in 0.16 also.

==== a second delete request ====
read(16, "483     DELETE_RECORDING[]:[]Joe"..., 4096) = 491
futex(0x80f1b2c, FUTEX_WAKE, 1)         = 1
futex(0x80f1b28, FUTEX_WAKE, 1)         = 1
futex(0x80c5534, FUTEX_WAKE, 1)         = 1
futex(0x80c5554, FUTEX_WAKE, 1)         = 1
futex(0x80c5534, FUTEX_WAIT, 2, NULL)   = 0
futex(0x80c5534, FUTEX_WAKE, 1)         = 0
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [4])
read(4, "\0", 1)                        = 1
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [4])
read(4, "\0", 1)                        = 1
select(18, [4 14 15 16 17], [], [], NULL) = 1 (in [16])
ioctl(16, FIONREAD, [29])               = 0
read(16, "21      QUERY_RECORDINGS Play", 4096) = 29
futex(0x80f1b2c, FUTEX_WAKE, 1)         = 1
futex(0x80f1b28, FUTEX_WAKE, 1)         = 1
futex(0x80c5534, FUTEX_WAKE, 1)         = 1
futex(0x80c5554, FUTEX_WAKE, 1)         = 1
futex(0x80c5534, FUTEX_WAIT, 2, NULL)   = -1 EINTR (Interrupted system
call)
+++ killed by SIGSEGV +++



_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to