Bug#564786: VLC in etch segfaults on attempt to transcode to ogg theora format

2010-01-12 Thread jumbophut
On 1/12/10, Reinhard Tartler wrote:

 On Mo, Jan 11, 2010 at 23:25:12 (CET), jumbophut wrote:

 Package: vlc
 Version: 0.8.6.h-4+lenny2

 When I attempt to transcode a video from Quicktime to OGG theora, vlc
 segfaults.

 does this also happen with non quicktime formats? I've tried with
 another format with a newer vlc and I couldn't reproduce the issue. I'd
 therefore assume that this defect is not present in 1.0.4-2.


Transcoding to theora in 0.8.6.h-4+lenny2 succeeds with MJPEG input
(actually I lose sound and it does segfault when done, but the
resulting theora video is fine).  MJPEG is the only other (non-QT)
format I have to hand.

Command and output follow:

$ vlc -vvv -I dummy test.avi --sout
'#transcode{venc=theora,aenc=vorbis,scale=0.5,channels=2}:std{access=file,mux=ogg,dst=/tmp/lowquality.ogg}'
vlc://quit

VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: loading plugins cache file
/home/ct/.vlc/cache/plugins-04041e.dat
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private debug: module bank initialized, found 217 modules
[0001] main private debug: opening config file /home/ct/.vlc/vlcrc
[0001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[0001] main private debug: looking for memcpy module: 1 candidate
[0001] main private debug: using memcpy module memcpy
[0282] main playlist debug: waiting for thread completion
[0282] main playlist debug: thread 3072371600 (playlist) created
at priority 0 (playlist/playlist.c:184)
[0283] main private debug: waiting for thread completion
[0283] main private debug: thread 3063978896 (preparser) created
at priority 0 (playlist/playlist.c:210)
[0284] main interface debug: looking for interface module: 1 candidate
[0284] main interface debug: using interface module hotkeys
[0284] main interface debug: thread 3055586192 (interface) created
at priority 0 (interface/interface.c:231)
[0286] main interface debug: looking for interface module: 1 candidate
[0286] main interface debug: using interface module screensaver
[0286] main interface debug: thread 3047193488 (interface) created
at priority 0 (interface/interface.c:231)
[0282] main playlist debug: adding playlist item `vlc://quit' ( vlc://quit )
[0282] main playlist debug: adding playlist item `test.avi' ( test.avi )
[0288] main interface debug: looking for interface module: 6 candidates
[0288] dummy interface: using the dummy interface module...
[0288] main interface debug: using interface module dummy
[0288] main interface debug: thread 3038780304 (manager) created
at priority 0 (interface/interface.c:216)
[0282] main playlist debug: creating new input thread
[0297] main input debug: waiting for thread completion
[0297] main input debug: creating statistics handler
[0299] main stream output debug: stream=`transcode'
[0300] main private debug: looking for sout stream module: 1 candidate
[0299] main stream output debug: stream=`std'
[0303] main private debug: looking for sout stream module: 1 candidate
[0303] main private debug: set sout option: sout-standard-access to file
[0297] main input debug: thread 3030387600 (input) created at
priority 0 (input/input.c:265)
[0303] main private debug: set sout option: sout-standard-mux to ogg
[0303] main private debug: set sout option: sout-standard-dst to
/tmp/lowquality.ogg
[0303] stream_out_standard private debug: creating
`file/ogg:///tmp/lowquality.ogg'
[0303] stream_out_standard private debug: extension is ogg
[0303] stream_out_standard private debug: extension - mux=ogg
[0303] stream_out_standard private debug: using
`file/ogg:///tmp/lowquality.ogg'
[0305] main private debug: looking for sout access module: 1 candidate
[0305] access_output_file private debug: file access output opened
(`/tmp/lowquality.ogg')
[0305] main private debug: using sout access module access_output_file
[0303] stream_out_standard private debug: access opened
[0307] main private debug: looking for sout mux module: 1 candidate
[0307] mux_ogg private: Open
[0307] main private debug: using sout mux module mux_ogg
[0299] main stream output debug: muxer support adding stream at any time
[0299] main stream output debug: muxer prefers to wait for all ES
before starting to mux
[0303] stream_out_standard private debug: mux opened
[0303] main private debug: using sout stream module stream_out_standard
[0300] main private debug: set sout option: sout-transcode-venc to theora
[0300] main private debug: set sout option: sout-transcode-aenc to vorbis
[0300] main private debug: set sout option: sout-transcode-scale to 0.5
[0300] main private debug: set sout option: sout-transcode-channels to 2
[0300] main private debug: using

Bug#564786: VLC in etch segfaults on attempt to transcode to ogg theora format

2010-01-11 Thread jumbophut
Package: vlc
Version: 0.8.6.h-4+lenny2

When I attempt to transcode a video from Quicktime to OGG theora, vlc segfaults.

Command and output follow:

$  vlc -vvv -I dummy MVI_0305.MOV --sout
'#transcode{venc=theora,aenc=vorbis,scale=0.5,channels=2}:std{access=file,mux=ogg,dst=/tmp/lowquality.ogg}'
vlc://quit

[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: loading plugins cache file
/home/ct/.vlc/cache/plugins-04041e.dat
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private debug: module bank initialized, found 217 modules
[0001] main private debug: opening config file /home/ct/.vlc/vlcrc
[0001] main private debug: CPU has capabilities 486 586 MMX MMXEXT SSE FPU
[0001] main private debug: looking for memcpy module: 1 candidate
[0001] main private debug: using memcpy module memcpy
[0282] main playlist debug: waiting for thread completion
[0282] main playlist debug: thread 3072248720 (playlist) created
at priority 0 (playlist/playlist.c:184)
[0283] main private debug: waiting for thread completion
[0283] main private debug: thread 3063856016 (preparser) created
at priority 0 (playlist/playlist.c:210)
[0284] main interface debug: looking for interface module: 1 candidate
[0284] main interface debug: using interface module hotkeys
[0284] main interface debug: thread 3055463312 (interface) created
at priority 0 (interface/interface.c:231)
[0286] main interface debug: looking for interface module: 1 candidate
[0286] main interface debug: using interface module screensaver
[0286] main interface debug: thread 3047070608 (interface) created
at priority 0 (interface/interface.c:231)
[0282] main playlist debug: adding playlist item `vlc://quit' ( vlc://quit )
[0282] main playlist debug: adding playlist item `MVI_0305.MOV' (
MVI_0305.MOV )
[0288] main interface debug: looking for interface module: 6 candidates
[0288] dummy interface: using the dummy interface module...
[0288] main interface debug: using interface module dummy
[0288] main interface debug: thread 3038657424 (manager) created
at priority 0 (interface/interface.c:216)
[0282] main playlist debug: creating new input thread
[0297] main input debug: waiting for thread completion
[0297] main input debug: creating statistics handler
[0299] main stream output debug: stream=`transcode'
[0300] main private debug: looking for sout stream module: 1 candidate
[0299] main stream output debug: stream=`std'
[0303] main private debug: looking for sout stream module: 1 candidate
[0303] main private debug: set sout option: sout-standard-access to file
[0303] main private debug: set sout option: sout-standard-mux to ogg
[0303] main private debug: set sout option: sout-standard-dst to
/tmp/lowquality.ogg
[0303] stream_out_standard private debug: creating
`file/ogg:///tmp/lowquality.ogg'
[0303] stream_out_standard private debug: extension is ogg
[0303] stream_out_standard private debug: extension - mux=ogg
[0303] stream_out_standard private debug: using
`file/ogg:///tmp/lowquality.ogg'
[0305] main private debug: looking for sout access module: 1 candidate
[0297] main input debug: thread 3030264720 (input) created at
priority 0 (input/input.c:265)
[0305] access_output_file private debug: file access output opened
(`/tmp/lowquality.ogg')
[0305] main private debug: using sout access module access_output_file
[0303] stream_out_standard private debug: access opened
[0307] main private debug: looking for sout mux module: 1 candidate
[0307] mux_ogg private: Open
[0307] main private debug: using sout mux module mux_ogg
[0299] main stream output debug: muxer support adding stream at any time
[0299] main stream output debug: muxer prefers to wait for all ES
before starting to mux
[0303] stream_out_standard private debug: mux opened
[0303] main private debug: using sout stream module stream_out_standard
[0300] main private debug: set sout option: sout-transcode-venc to theora
[0300] main private debug: set sout option: sout-transcode-aenc to vorbis
[0300] main private debug: set sout option: sout-transcode-scale to 0.5
[0300] main private debug: set sout option: sout-transcode-channels to 2
[0300] main private debug: using sout stream module stream_out_transcode
[0297] main input debug: `MVI_0305.MOV' gives access `' demux `'
path `MVI_0305.MOV'
[0297] main input debug: creating demux: access='' demux=''
path='MVI_0305.MOV'
[0309] main demuxer debug: looking for access_demux module: 2 candidates
[0297] main input debug: creating access '' path='MVI_0305.MOV'
[0312] main access debug: looking for access2 module: 5 candidates
[0312] vcd access debug: trying .cue file: MVI_0305.cue
[0312] vcd access debug: could not find .cue file

Bug#467402: bochs: Default configuration does not work properly with Debian i386 GDB package

2008-02-24 Thread jumbophut
Package: bochs
Version: 2.3-2etch1
Severity: important

When using the gdbstub, an 'info reg' in GDB gives incorrect
results because the order of the registers returned from bochs
(a la x86-64) differs from what GDB is expecting (i386; this is
using the standard GDB package for my distribution and arch).

Using 'set arch i386:x86-64' in GDB does not fix this.

To reproduce:

Start bochs with gdbstub enabled (on localhost:1234)
Start GDB
In GDB:
target remote localhost:1234
b *0x7c00
c
[breakpoint detected here but reported at 0xa3a0 rather than 0x7c00]
info registers
[The EIP register does not contain the correct value.]
info all-registers
[The correct value of the EIP register is in st6.]


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)

Versions of packages bochs depends on:
ii  bochs-wx [bochs-gui]   2.3-2etch1WxWindows plugin for Bochs
ii  bochs-x [bochs-gui]2.3-2etch1X11 plugin for Bochs
ii  bochsbios  2.3-2etch1BIOS for the Bochs emulator
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  vgabios0.6a-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages bochs recommends:
ii  bximage   2.3-2etch1 Disk Image Creation Tool for Bochs

-- no debconf information


-- 
Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, /[EMAIL PROTECTED]/')



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]