[MPlayer-dev-eng] FreeBSD patches review
Jan Knutar
jknutar at nic.fi
Mon Aug 9 23:03:27 CEST 2004
On Monday 09 August 2004 22:31, Reimar Döffinger wrote:
> That check (stream != NULL) should be unneccassary, as init already
> fails in that case and uninit won't be called, probably a leftover from
> debugging. It's funny that the arts sample code does it the same way...
And, correcting myself here, ao_arts stuff is totally unrelated to arts
crash I'm seeing, idiot me:
#0 0x00a7f877 in do_lookup_x () from /lib/ld-linux.so.2
#1 0x00a7f045 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
#2 0x00a826b6 in fixup () from /lib/ld-linux.so.2
#3 0x00a82840 in _dl_runtime_resolve () from /lib/ld-linux.so.2
#4 0x010deb42 in Arts::Dispatcher::wakeUp () from /usr/lib/libmcop.so.1
#5 0x00e91a40 in exit () from /lib/tls/libc.so.6
#6 0x0807efbc in exit_player_with_rc (how=0x845ac76 "Quit", rc=-2062548993) at mplayer.c:484
#7 0x080823e6 in main (argc=4, argv=0xfeeb94a4) at mplayer.c:2572
artsc is doing some evil atexit() things behind our backs :-(
More information about the MPlayer-dev-eng
mailing list