RE: [mythtv] Backtrace for SEGV while editing recording

2005-04-28 Thread Mark Seagrief
ginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Neale Swinnerton > Sent: 28 April 2005 00:57 > To: Development of mythtv > Subject: Re: [mythtv] Backtrace for SEGV while editing recording > > Isaac Richards wrote: > > Actually, please

Re: [mythtv] Backtrace for SEGV while editing recording

2005-04-27 Thread Neale Swinnerton
Isaac Richards wrote: > Actually, please get this back into GDB and do a: > > print m_displaypos > print m_imagesize > Bit more data, I'd set a cut from the beginning of the program to about 3 minutes in (ie. the junk before the show starts). I then set a cut point at the start of the first commer

Re: [mythtv] Backtrace for SEGV while editing recording

2005-04-27 Thread Isaac Richards
Actually, please get this back into GDB and do a: print m_displaypos print m_imagesize or if those don't work: print m_displaypos.x() print m_displaypos.y() print m_imagesize.width() print m_imagesize.height() On Wednesday 27 April 2005 01:50 pm, Neale Swinnerton wrote: > Thought I'd add to this

Re: [mythtv] Backtrace for SEGV while editing recording

2005-04-27 Thread Neale Swinnerton
Thought I'd add to this that I've been trying to track down a problem with a recording on the User list ( see http://www.gossamer-threads.com/lists/mythtv/users/127287 ), and the opinions there are that I might be getting signal dropouts on the channel that this recording was made on. Maybe the rec

Re: [mythtv] Backtrace for SEGV while editing recording

2005-04-24 Thread Neale Swinnerton
How's this? Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1224739760 (LWP 22077)] 0x41c1d7da in memcpy () from /lib/tls/libc.so.6 (gdb) bt full #0 0x41c1d7da in memcpy () from /lib/tls/libc.so.6 No symbol table info available. #1 0x402a4d7d in OSDTypeImage::Draw (th

Re: [mythtv] Backtrace for SEGV while editing recording

2005-04-24 Thread Isaac Richards
On Sunday 24 April 2005 07:06 pm, Neale Swinnerton wrote: > Hi, > > When I'm editing a particular recording I get a SEGV with the backtrace > shown belowIt always happens at around the same point in the > recording, and It seems to only be this recording, so maybe the > recording has some corru

[mythtv] Backtrace for SEGV while editing recording

2005-04-24 Thread Neale Swinnerton
Hi, When I'm editing a particular recording I get a SEGV with the backtrace shown belowIt always happens at around the same point in the recording, and It seems to only be this recording, so maybe the recording has some corruption? This is with a CVS from around 00:00GMT 24/04/05. Let me know