Re: VLC coredumps on OpenBSD 4.1-Beta

2007-03-27 Thread Sebastian Rother
On Tue, 27 Mar 2007 10:35:57 +0100
Stuart Henderson [EMAIL PROTECTED] wrote:

 You could send ports@ the output from this:
 
 gdb vlc vlc.core
 bt
 
 it's possibly a problem with VLC rather than the port, though,
 and if it can't be reproduced I'm not sure if you'll find somebody
 to look at it, I don't have time to myself.

alucard $ gdb vlc vlc.core  

GNU gdb 6.3
Copyright 2004 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 i386-unknown-openbsd4.1...
(no debugging symbols found)

Core was generated by `vlc'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libpthread.so.7.0...done.
Loaded symbols for /usr/lib/libpthread.so.7.0
Reading symbols from /usr/lib/libm.so.2.3...done.
Loaded symbols for /usr/lib/libm.so.2.3
Reading symbols from /usr/local/lib/libintl.so.3.0...done.
Loaded symbols for /usr/local/lib/libintl.so.3.0
Reading symbols from /usr/local/lib/libiconv.so.4.0...done.
Loaded symbols for /usr/local/lib/libiconv.so.4.0
Reading symbols from /usr/local/lib/libtheora.so.2.0...done.
Loaded symbols for /usr/local/lib/libtheora.so.2.0
Reading symbols from /usr/local/lib/libogg.so.5.3...done.
Loaded symbols for /usr/local/lib/libogg.so.5.3
Reading symbols from /usr/X11R6/lib/libXxf86vm.so.4.0...done.
Loaded symbols for /usr/X11R6/lib/libXxf86vm.so.4.0
Reading symbols from /usr/X11R6/lib/libXinerama.so.4.0...done.
Loaded symbols for /usr/X11R6/lib/libXinerama.so.4.0
Reading symbols from /usr/X11R6/lib/libSM.so.8.0...done.
Loaded symbols for /usr/X11R6/lib/libSM.so.8.0
Reading symbols from /usr/X11R6/lib/libICE.so.8.1...done.
Loaded symbols for /usr/X11R6/lib/libICE.so.8.1
Reading symbols from /usr/X11R6/lib/libX11.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.9.0
Reading symbols from /usr/X11R6/lib/libXext.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.9.0
Reading symbols from /usr/X11R6/lib/libXv.so.4.0...done.
Loaded symbols for /usr/X11R6/lib/libXv.so.4.0
Symbols already loaded for /usr/lib/libpthread.so.7.0
Reading symbols from /usr/lib/libc.so.40.3...done.
Loaded symbols for /usr/lib/libc.so.40.3
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
Reading symbols from /usr/local/lib/vlc/codec/libdmo_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libdmo_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libquicktime_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libquicktime_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/liba52_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/liba52_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libadpcm_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libadpcm_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libaraw_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libaraw_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libcinepak_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libcinepak_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libcvdsub_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libcvdsub_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libdts_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libdts_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libdvbsub_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libdvbsub_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libfaad_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libfaad_plugin.so
Reading symbols from /usr/local/lib/libfaad.so.0.0...done.
Loaded symbols for /usr/local/lib/libfaad.so.0.0
Reading symbols from /usr/local/lib/vlc/codec/libfake_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libfake_plugin.so
Reading symbols from /usr/local/lib/vlc/codec/libffmpeg_plugin.so...done.
Loaded symbols for /usr/local/lib/vlc/codec/libffmpeg_plugin.so
Reading symbols from /usr/local/lib/libavformat.so.8.0...done.
Loaded symbols for /usr/local/lib/libavformat.so.8.0
Reading symbols from /usr/local/lib/libavcodec.so.8.0...done.
Loaded symbols for /usr/local/lib/libavcodec.so.8.0
Reading symbols from /usr/lib/libossaudio.so.3.0...done.
Loaded symbols for /usr/lib/libossaudio.so.3.0
Reading symbols from /usr/lib/libz.so.4.1...done.
Loaded symbols for /usr/lib/libz.so.4.1
Reading symbols from /usr/local/lib/libmp3lame.so.0.1...done.
Loaded symbols for /usr/local/lib/libmp3lame.so.0.1
Reading symbols from /usr/local/lib/libfaac.so.0.0...done.
Loaded symbols for /usr/local/lib/libfaac.so.0.0
Reading symbols from /usr/local/lib/libvorbisenc.so.2.2...done.
Loaded symbols for /usr/local/lib/libvorbisenc.so.2.2
Reading symbols from 

Re: VLC coredumps on OpenBSD 4.1-Beta

2007-03-26 Thread David Terrell
On Mon, Mar 26, 2007 at 03:18:35PM +0200, Sebastian Rother wrote:
 I`ve got a coredump from VLC on OpenBSD 4.1-BETA.
 
 I`ve attached the coredump. Seams to be related to the pthreads.

Don't do that again.  Put up a link.

-- 
David Terrell
[EMAIL PROTECTED]
((meatspace)) http://meat.net/



Re: VLC coredumps on OpenBSD 4.1-Beta

2007-03-26 Thread Stuart Henderson
On 2007/03/26 15:31, David Terrell wrote:
 On Mon, Mar 26, 2007 at 03:18:35PM +0200, Sebastian Rother wrote:
  I`ve got a coredump from VLC on OpenBSD 4.1-BETA.
  
  I`ve attached the coredump. Seams to be related to the pthreads.
 
 Don't do that again.  Put up a link.

a description of how to reproduce the crash would be far more
useful.

failing that, at least try and get a backtrace.