tusek wrote:
> 
> ...
> I tried to run mplex in gdb mode and do backtrace, but this was my first
> time using 'gdb' - Is this enough?
> 
> gdb --args mplex -f 8 -S 0 -M -o test.mpeg2 test.m2v test_EN.m2a 
> GNU gdb 6.8-debian
> Copyright (C) 2008 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "i486-linux-gnu"...
> (no debugging symbols found)
> (gdb) run
> Starting program: /usr/bin/mplex -f 8 -S 0 -M -o test.mpeg2 test.m2v
> test_EN.m2a
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> [Thread debugging using libthread_db enabled]
> (no debugging symbols found)
>    INFO: [mplex] mplex version 1.9.0 (2.2.7 $Date: 2006/02/01 22:23:01 $)
>    INFO: [mplex] File test.m2v looks like an MPEG Video stream.
>    INFO: [mplex] File test_EN.m2a looks like an MPEG Audio stream.
>    INFO: [mplex] Video stream 0: profile 8 selected - ignoring
> non-standard options!
>    INFO: [mplex] Found 1 audio streams and 1 video streams
>    INFO: [mplex] Selecting dvdauthor DVD output profile
>    INFO: [mplex] Multiplexing video program stream!
>    INFO: [mplex] Scanning for header info: Video stream e0 (test.m2v) 
>    INFO: [mplex] VIDEO STREAM: e0
>    INFO: [mplex] Frame width     : 544
>    INFO: [mplex] Frame height    : 576
>    INFO: [mplex] Aspect ratio    : 4:3 display
>    INFO: [mplex] Picture rate    : 25.000 frames/sec
>    INFO: [mplex] Bit rate        : 10000000 bits/sec
>    INFO: [mplex] Vbv buffer size : 176128 bytes
>    INFO: [mplex] CSPF            : 0
>    INFO: [mplex] Scanning for header info: Audio stream c0 (test_EN.m2a)
> [New Thread 0xb7d746d0 (LWP 18438)]
> 
> Program received signal SIGILL, Illegal instruction.
> [Switching to Thread 0xb7d746d0 (LWP 18438)]
> 0xb8030efa in MPAStream::Init () from /usr/lib/libmplex2-1.9.so.0
> (gdb) backtrace
> #0  0xb8030efa in MPAStream::Init () from /usr/lib/libmplex2-1.9.so.0
> #1  0xb8034965 in Multiplexor::InitInputStreamsForVideo () from
> /usr/lib/libmplex2-1.9.so.0
> #2  0xb80350e1 in Multiplexor::InitInputStreams () from
> /usr/lib/libmplex2-1.9.so.0
> #3  0xb80352b0 in Multiplexor::Multiplexor () from
> /usr/lib/libmplex2-1.9.so.0
> #4  0x0804a52c in ?? ()
> #5  0xb7d8b775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
> #6  0x08049451 in ?? ()
> (gdb)
> 
> br & thanks for any tips
> 

Hello again!
I found some information about problems with binary package of mjpegtools in
ubuntu 9.04 on amd architecture:
https://bugs.launchpad.net/ubuntu/+source/mjpegtools/+bug/351017
Then I downloaded the source of mjpegtools 1.9.0 and I compiled and
installed the program.
And now when I use the own-compiled version of mplex I have no errors...
So thank you for your help, I think this is not already problem for this
forum...

br,
tusek
-- 
View this message in context: 
http://www.nabble.com/mplex-fail......-tp23570219p23846262.html
Sent from the mjpeg-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to