Page 1 of 1

[SOLVED] LibVLC fatal error in audio_output: vlc_mutex_lock

Posted: 27 Jan 2010 10:41
by juraj
Hi,

I use libvlc 1.1.0 (from git 11.01.2010) under mac 10.6.2 and always when I want to do something with volume (functions libvlc_audio_get_volume, libvlc_audio_set_volume or libvlc_audio_set_mute) I get following libvlc fatal error:

LibVLC fatal error locking mutex (22) in thread 140735082355680 at /Users/a/vlc/projects/macosx/framework/../../../src/misc/pthread.c:220 in vlc_mutex_lock
0 libvlccore.4.dylib 0x0000000101155998 vlc_trace + 72
1 libvlccore.4.dylib 0x0000000101155dbe vlc_thread_fatal + 94
2 libvlccore.4.dylib 0x0000000101156277 vlc_mutex_lock + 39
3 libvlccore.4.dylib 0x0000000101134d35 __aout_VolumeGet + 69
4 libvlc.dylib 0x000000010107ac1c libvlc_audio_set_mute + 28
Error message: Invalid argument

Any ideas? There was some error in vlc_mutex_lock and then vlc failed also in vlc_trace, which caused it to stop.

Thanks,
Juraj

Re: LibVLC fatal error in audio_output: vlc_mutex_lock

Posted: 27 Jan 2010 14:18
by juraj
I recompiled the newer version from git (from yesterday) and there is no problem with volume. So I think it was already fixed. Sorry for bothering.