vlc on a sparc running linux

Pierre-Mikael Legris perki at perki.com
Mon Jul 16 14:35:11 CEST 2001


Christophe Massiot wrote:

> On Mon, Jul 16, 2001, Pierre-Mikael Legris wrote:
> 
> 
>> Here is the backtrace of the crash when I open a dvd.
>> If this is not the info you expected, tell me what to do with gdb..
> 
> 
> Did you compile vlc with --enable-debug ?

OK i recompiled vlc with the options: --enable-gnome --with-sdl --enable-debug
for an unknown but cool reason I can now play .vob files (low frame rate and poor sound)

############# test nb 1 : opening a DVD from the interface
(gdb) run
Starting program: /tmp/vlc-0.2.80/vlc
VideoLAN Client - version 0.2.80 Ourumov - (C)1996-2001 VideoLAN

Cannot access memory at address 0x11.
(gdb) continue
Continuing.

Program received signal ?, Unknown signal.
0x700dd870 in sigsuspend () at ../sysdeps/unix/sysv/linux/sigsuspend.c:66
66      ../sysdeps/unix/sysv/linux/sigsuspend.c: No such file or directory.
(gdb) backtrace
#0  0x700dd870 in sigsuspend () at 
../sysdeps/unix/sysv/linux/sigsuspend.c:66
#1  0x7004a66c in __pthread_wait_for_restart_signal (self=0x700615e0)
     at pthread.c:898
#2  0x70049fdc in __pthread_create_2_1 (thread=0x14243c, attr=0x0,
     start_routine=0x153e4 <RunThread>, arg=0x142430) at restart.h:34
#3  0x15354 in input_CreateThread (p_item=0xa55bc, pi_status=0x0)
     at include/threads.h:165
#4  0x1314c in intf_Manage (p_intf=0xa8ef0) at src/interface/interface.c:175
#5  0x703d862c in GnomeManage (p_data=0xa8ef0) at intf_gnome.c:378
#6  0x7086bfb0 in g_timeout_dispatch () from /usr/lib/libglib-1.2.so.0
#7  0x7086a9a8 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#8  0x7086b248 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#9  0x7086b4a8 in g_main_run () from /usr/lib/libglib-1.2.so.0
#10 0x70674d94 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#11 0x703d82a8 in intf_Run (p_intf=0xa8ef0) at intf_gnome.c:266
#12 0x11b40 in main (i_argc=1, ppsz_argv=0xeffff724, ppsz_env=0xeffff72c)
     at src/interface/main.c:339

######### test nb 2 , opening a dvd from the command line

vlc -v -V sdl vlc_dvd_device=/dev/dvd
VideoLAN Client - version 0.2.80 Ourumov - (C)1996-2001 VideoLAN

module: browsing `.'
module: browsing `lib'
module: browsing `/usr/lib/videolan/vlc'
module: locking module `gnome'
intf: interface initialized
input error: no suitable input module for `vlc_dvd_device=/dev/dvd'
module: hiding unused plugin module `gtk'
module: hiding unused plugin module `xvideo'
module: hiding unused plugin module `x11'
module: hiding unused plugin module `sdl'
module: hiding unused plugin module `dsp'

######## test nb3 , opening a .vob file from the gnome ui

blaize:/tmp/vlc-0.2.80 # gdb "vlc -v -V sdl /dvd/video_ts/video_ts.vob"
GNU gdb 4.18
Copyright 1998 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 "sparc-suse-linux"...

unknown option `-v'

(gdb) run
Starting program: /tmp/vlc-0.2.80/vlc
VideoLAN Client - version 0.2.80 Ourumov - (C)1996-2001 VideoLAN

Cannot access memory at address 0x11.
(gdb) continue
Continuing.

Program received signal ?, Unknown signal.
0x700dd870 in sigsuspend () at ../sysdeps/unix/sysv/linux/sigsuspend.c:66
66      ../sysdeps/unix/sysv/linux/sigsuspend.c: No such file or directory.
(gdb) PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
PES trashed - decoder fifo full !
Quit
(gdb) backtrace
#0  0x700dd870 in sigsuspend () at 
../sysdeps/unix/sysv/linux/sigsuspend.c:66
#1  0x7004a66c in __pthread_wait_for_restart_signal (self=0x700615e0)
     at pthread.c:898
#2  0x70049fdc in __pthread_create_2_1 (thread=0x148dbc, attr=0x0,
     start_routine=0x153e4 <RunThread>, arg=0x148db0) at restart.h:34
#3  0x15354 in input_CreateThread (p_item=0xa55bc, pi_status=0x0)
     at include/threads.h:165
#4  0x1314c in intf_Manage (p_intf=0xa8ef0) at src/interface/interface.c:175
#5  0x703d862c in GnomeManage (p_data=0xa8ef0) at intf_gnome.c:378
#6  0x7086bfb0 in g_timeout_dispatch () from /usr/lib/libglib-1.2.so.0
#7  0x7086a9a8 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#8  0x7086b248 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#9  0x7086b4a8 in g_main_run () from /usr/lib/libglib-1.2.so.0
#10 0x70674d94 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#11 0x703d82a8 in intf_Run (p_intf=0xa8ef0) at intf_gnome.c:266
#12 0x11b40 in main (i_argc=1, ppsz_argv=0xeffff724, ppsz_env=0xeffff72c)
     at src/interface/main.c:339




## ok that's all I wish it will be usefull
If I can try something else tell me

PM





More information about the vlc mailing list