Hi Michael,

Thanks for the quick response!  This problem is driving me nuts!  I
fixed the BadDevice errors but still have the problem.  Here's the gdb
bt:

[EMAIL PROTECTED]:~/dvbcut-0.5.3/bin$ gdb dvbcut
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db
library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /home/tdreyer/dvbcut-0.5.3/bin/dvbcut
[Thread debugging using libthread_db enabled]
[New Thread -1222498624 (LWP 25511)]
Qt: gdb: -nograb added to command-line options.
         Use the -dograb option to enforce grabbing.
ScimInputContextPlugin()
[mpeg2video @ 0x821c1c8]rc buffer underflow

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1222498624 (LWP 25511)]
0x08070a43 in mpgfile::savempg ()
(gdb) n
Single stepping until exit from function
_ZN7mpgfile7savempgER5muxeriiiiP9logoutput,
which has no line number information.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) s
Single stepping until exit from function
_ZN7mpgfile7savempgER5muxeriiiiP9logoutput,
which has no line number information.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) bt
#0  0x08070a43 in mpgfile::savempg ()
Cannot access memory at address 0xbfc397ec
(gdb) s
Single stepping until exit from function
_ZN7mpgfile7savempgER5muxeriiiiP9logoutput,
which has no line number information.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) bt
#0  0x08070a43 in mpgfile::savempg ()
Cannot access memory at address 0xbfc397ec
(gdb) n
Single stepping until exit from function
_ZN7mpgfile7savempgER5muxeriiiiP9logoutput,
which has no line number information.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) s
Single stepping until exit from function
_ZN7mpgfile7savempgER5muxeriiiiP9logoutput,
which has no line number information.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) c
Continuing.
Cannot fetch general-purpose registers for thread -1222498624: generic error
(gdb) The program is running.  Exit anyway? (y or n) n
[EMAIL PROTECTED]:~/dvbcut-0.5.3/bin$

I hope this provides some help?  It seems to be quitting at exactly
71%.  Perhaps there's something wrong with .mpg MythTV capture?

Thanks in advance!  Really appreciate your help.

On 12/1/06, Michael Riepe <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Footer wrote:
> > I have a 1.1GB mpg file (about 30 minutes) created from a MythTV
> > capture that I'm trying to cut with DVBCUT.  However, at anywhere from
> > 50-70% or so, it ends in a segmentation fault as follows:
> >
> > X Error: BadDevice, invalid or uninitialized input device 166
> >   Major opcode:  144
> >   Minor opcode:  3
> >   Resource id:  0x0
> > Failed to open device
>
> That's an X11/KDE related problem. Maybe you'll find some help here:
>
> http://kubuntuforums.net/forums/index.php?topic=5789.msg22897
> http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen
> http://www.linuxfordummies.org/index.php?PHPSESSID=94a045f7057cbba9b48514dbf396d626&topic=581;prev_next=next
>
> If dvbcut still segfaults after you fixed it, please run it in gdb and
> send me (address below) a backtrace of the crash.
>
> --
> Michael "Tired" Riepe <[EMAIL PROTECTED]>
> X-Tired: Each morning I get up I die a little
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> DVBCUT-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dvbcut-user
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to