[mythtv] [mythtv-commits] Ticket #1245: Crash during playback

Bruce Markey bjm at lvcm.com
Wed Feb 8 22:25:59 UTC 2006


ijr wrote:
> You cut off the most important part of the output from gdb -
> the beginning, where it says where it crashed. 
MythTV wrote:
...
> Changes (by adeffs.mythtv at gmail.com):
...
>  replacing old attachments with new ones, let me know if these are any
>  better...
> 

You've misunderstood. You are cutting off the part before the
backtrace that says how, when and where it crashed.

This is from an old file I found laying around


2006-01-20 21:43:23.338 TVRec(1): SetLiveRecording(0)
2006-01-20 21:43:23.353 TVRec(1): SetLiveRecording() -- record
2006-01-20 21:43:23.779 SCHEDULER_ADD_RECORDING message

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1317590096 (LWP 3556)]
0x080ae7af in Scheduler::AddRecording (this=0x0, pi=@0xb1771768)
    at scheduler.cpp:1044
1044        QMutexLocker lockit(reclist_lock);
(gdb) bt
#0  0x080ae7af in Scheduler::AddRecording (this=0x0, pi=@0xb1771768)
    at scheduler.cpp:1044
#1  0x0808e2bb in MainServer::customEvent (this=0x8113ce0, e=0xab601a48)


It's the "Program received signal..." message when it crashed that
you have not included.

--  bjm


More information about the mythtv-dev mailing list