e99b54da1d
- install documentation into sane location - style - add TODO
48 lines
1.7 KiB
Text
48 lines
1.7 KiB
Text
$Id: TODO,v 1.3 2003/05/15 22:58:13 lsed Exp $
|
|
|
|
This package has serious problems with threads (at least on -current system as
|
|
of Wed May 14 10:40:45 CEST 2003). It doesn't start unless PTHREAD_ERRORMODE
|
|
is set to "print" (_lots_ of output) or "ignore", then it's unable to play
|
|
MP3 files (Ogg Vorbis is fine, tested 4 channels simultaneously). i've not
|
|
tested streaming.
|
|
|
|
|
|
> muse
|
|
[*] MuSE version 0.8.1 [ http://muse.dyne.org ]
|
|
. by Denis Rojo aka jaromil <jaromil@dyne.org>
|
|
. --
|
|
Error detected, file "/cvs/src/lib/libpthread/pthread_mutex.c", line 338,
|
|
function "pthread_mutex_unlock": Unlocking mutex owned by another thread.
|
|
zsh: abort (core dumped) muse
|
|
|
|
|
|
> PTHREAD_ERRORMODE=print muse
|
|
[*] MuSE version 0.8.1 [ http://muse.dyne.org ]
|
|
. by Denis Rojo aka jaromil <jaromil@dyne.org>
|
|
. --
|
|
Error detected, file "/cvs/src/lib/libpthread/pthread_mutex.c", line 338,
|
|
function "pthread_mutex_unlock": Unlocking mutex owned by another thread.
|
|
Error detected, file "/cvs/src/lib/libpthread/pthread_cond.c", line 111,
|
|
function "pthread_cond_wait": Mutex not locked in condition wait.
|
|
...
|
|
|
|
|
|
> PTHREAD_ERRORMODE=ignore muse
|
|
[*] MuSE version 0.8.1 [ http://muse.dyne.org ]
|
|
. by Denis Rojo aka jaromil <jaromil@dyne.org>
|
|
. --
|
|
[*] Found soundcard on /dev/audio
|
|
. full duplex supported. good
|
|
. mixing 16bit 44100Hz stereo
|
|
[*] spawning the GTK+ graphical user interface
|
|
. by nightolo <night@dyne.org>
|
|
[*] MuSE version 0.8.1
|
|
[*] OggVorbis on chan[0] 44100khz stereo
|
|
[*] Mpeg on chan[1] 128kbit 44100khz stereo
|
|
[!] Channel::play() : no opened channel or thread did'nt started
|
|
[!] can't play channel 1
|
|
[*] KO for playing :(
|
|
...
|
|
[*] OggVorbis on chan[1] 44100khz stereo
|
|
[*] OggVorbis on chan[2] 44100khz stereo
|
|
[*] OggVorbis on chan[3] 44100khz stereo
|