I upgraded to iOS 6 yesteday. Due to bug (I don't know if its in the OS or in libVLC) the MobileVLC app constantly crashes after closing the movie view to return to the library view.
The crash appears while calling
Code: Select all
release_input_thread( p_mi, true );
Code: Select all
libvlc_media_player_stop();
Code: Select all
[0x1692f18] main input debug: control type=0
[0x1692f18] main input debug: control: stopping input
[0x1954c98] main decoder warning: can't get output picture
[0x1954c98] avcodec decoder warning: disabling direct rendering
[0x1954c98] main decoder warning: can't get output picture
[0x1954c98] main decoder debug: removing module "avcodec"
[0x1954c98] avcodec decoder debug: ffmpeg codec (MS MPEG-4 Video v2) stopped
[0x1954c98] main decoder debug: killing decoder fourcc `DIV2', 10 PES in FIFO
[0x1691f68] main generic debug: saving a free vout
[0x1691f68] main generic debug: reusing provided vout
[0x195ac98] main decoder debug: removing module "mpeg_audio"
[0x195ac98] main decoder debug: killing decoder fourcc `mpga', 0 PES in FIFO
LibVLC fatal error destroying condition (16) in thread 44068864 at /Volumes/Data/VLC/MobileVLC/ImportedSources/vlc/src/posix/thread.c:375 in vlc_cond_destroy
0 VLC
0x00645f27 vlc_trace + 781 VLC
0x0064610b vlc_thread_fatal + 1222 VLC
0x006463b3 vlc_cond_destroy + 823 VLC
0x0063026f block_FifoRelease + 304 VLC
0x005ef3a1 DeleteDecoder + 965 VLC
0x005ef155 input_DecoderDelete + 2126 VLC
0x005f6c97 EsDestroyDecoder + 387 VLC
0x005f66b9 EsUnselect + 3528 VLC
0x005f5279 EsOutControlLocked + 7449 VLC
0x005f4a9d EsOutControl + 3610 VLC
0x005fc60b es_out_vaControl + 3411 VLC
0x005fb35f es_out_Control + 3812 VLC
0x005fb1cb CmdExecuteControl + 14213 VLC
0x005faa43 ControlLocked + 25014 VLC
0x005fa787 Control + 4215 VLC
0x005ff9bf es_out_vaControl + 3416 VLC
0x005ff98f es_out_Control + 3817 VLC
0x005ff7bb es_out_SetMode + 2218 VLC
0x005fedeb End + 4219 VLC
0x005ff1c5 Run + 56
(lldb)