[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: x11/mplayer dumps core in -current
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: Re: x11/mplayer dumps core in -current
- From: "A. Farber" <Alexander_(_dot_)_Farber_(_at_)_t-online_(_dot_)_de>
- Date: Tue, 19 Nov 2002 18:35:48 +0000
- Reply-to: "A. Farber" <Alexander_(_dot_)_Farber_(_at_)_t-online_(_dot_)_de>
Hi,
On Thu, Nov 14, 2002 at 04:04:38PM +0100, Björn Sandell wrote:
> Seems as if it's dumping before mplayer erally gets started, so then it's
> not really mplayers fault. Have you tried running mplayer under gdb, eg
>
> gdb `which mplayer`
> (gdb) run
you're probably right - it bombs pretty soon (please
see the gdb output below). But what does it mean?
Regards
Alex
newhope:alex {32} gdb `which mplayer`
warning: failed to install memory consistency checks; configuration should define NO_MMCHECK or MMCHECK_FORCE
GNU gdb 4.16.1
Copyright 1996 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-openbsd3.2"...
(gdb) l
489 /*
490 * In Mac OS X the SDL-lib is built upon Cocoa. The easiest way to
491 * make it all work is to use the builtin SDL-bootstrap code, which
492 * will be done automatically by replacing our main() if we include SDL.h.
493 */
494 #if defined(SYS_DARWIN) && defined(HAVE_SDL)
495 #include <SDL.h>
496 #endif
497
498 int main(int argc,char* argv[]){
(gdb) b 498
Breakpoint 1 at 0x4400: file mplayer.c, line 498.
(gdb) run
Starting program: /usr/local/bin/mplayer
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
You can't do that without a process to debug
(gdb) bt
No stack.
(gdb)
Visit your host, monkey.org