Comment 19 for bug 351017

Revision history for this message
Sigilium (5-launchpad-ketry-net) wrote :

I have updated to mjpegtools from -proposed repository (1:1.9.0-0.0ubuntu2), and I am still getting the SIGILL from mpeg2enc.
In gdb I get:

Starting program: /usr/bin/mpeg2enc -a 2 -n p -f 8 -o /dev/stdout for_mpeg2enc
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
   INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
   INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
   INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
   INFO: [mpeg2enc] Selecting DVD with dummy navigation packets output profile
   INFO: [mpeg2enc] Progressive input - selecting progressive encoding.
   INFO: [mpeg2enc] Encoding MPEG-2 video to /dev/stdout
   INFO: [mpeg2enc] Horizontal size: 720 pel
   INFO: [mpeg2enc] Vertical size: 576 pel
   INFO: [mpeg2enc] Aspect ratio code: 2 = 4:3 display
   INFO: [mpeg2enc] Frame rate code: 3 = 25.0 (PAL/SECAM VIDEO / converted FILM)
   INFO: [mpeg2enc] Bitrate: 7500 KBit/s
   INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
   INFO: [mpeg2enc] Field order for input: none/progressive
   INFO: [mpeg2enc] Sequence unlimited length
   INFO: [mpeg2enc] Search radius: 16
   INFO: [mpeg2enc] DualPrime: no
   INFO: [mpeg2enc] Using one-pass rate controller
   INFO: [mpeg2enc] GOP SIZE RANGE 7 TO 15
   INFO: [mpeg2enc] Setting colour/gamma parameters to "PAL B/G"
   INFO: [mpeg2enc] Progressive format frames = 1
   INFO: [mpeg2enc] Using default unmodified quantization matrices
[New Thread 0xb7c3e6d0 (LWP 29816)]

Program received signal SIGILL, Illegal instruction.
[Switching to Thread 0xb7c3e6d0 (LWP 29816)]
0xb7ef850f in EncoderParams::InitQuantMatrices () from /usr/lib/libmpeg2encpp-1.9.so.0
(gdb) bt
#0 0xb7ef850f in EncoderParams::InitQuantMatrices () from /usr/lib/libmpeg2encpp-1.9.so.0
#1 0xb7ef931f in EncoderParams::Init () from /usr/lib/libmpeg2encpp-1.9.so.0
#2 0x0804ac3b in ?? ()
#3 0x0804ba7a in ?? ()
#4 0xb7c55775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#5 0x08049ae1 in ?? ()
(gdb)

Seems a bit different from the others here.