Random Crash with the OpenGL Vout on Intel OSX with 2 cores enabled
Several users reported rando crashes when toggling fullscreen on intel OSX, on dual core CPUs. The crashes seems to freeze the system in some cases (no display refresh, sound loops, cold reboot required), but you sometimes get a crashlogDisabling one core seems to fix the issue, ot at least to make it much least frequent. That seems to indicate a locking issue (deadlock ?). Some crashlogs indicate a corrupt stack too... A further question is if it is a VLC or a driver issue...
Here is a crashlog example
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x3a0d8374
0x12e39bd4 in gldGetString ()
(gdb) bt
[#0](https://code.videolan.org/videolan/vlc/-/issues/0) 0x12e39bd4 in gldGetString ()
[#1](https://code.videolan.org/videolan/vlc/-/issues/1) 0x12ebed92 in gldGetString ()
[#2](https://code.videolan.org/videolan/vlc/-/issues/2) 0x12e3c4e6 in gldGetString ()
[#3](https://code.videolan.org/videolan/vlc/-/issues/3) 0x12e7a61f in gldGetString ()
[#4](https://code.videolan.org/videolan/vlc/-/issues/4) 0x12e6d359 in gldGetString ()
[#5](https://code.videolan.org/videolan/vlc/-/issues/5) 0x12e51bb9 in gldGetString ()
[#6](https://code.videolan.org/videolan/vlc/-/issues/6) 0x12e1a628 in gldGetQueryInfo ()
[#7](https://code.videolan.org/videolan/vlc/-/issues/7) 0x12e10711 in gldUpdateDispatch ()
[#8](https://code.videolan.org/videolan/vlc/-/issues/8) 0x12e10b5f in gldInitDispatch ()
[#9](https://code.videolan.org/videolan/vlc/-/issues/9) 0x12cabc1b in gliSetCurrentPluginDispatchTable ()
[#10](https://code.videolan.org/videolan/vlc/-/issues/10) 0x12cbc25b in gliAttachDrawableWithOptions ()
[#11](https://code.videolan.org/videolan/vlc/-/issues/11) 0x932ee85a in cglSetContextScreen ()
[#12](https://code.videolan.org/videolan/vlc/-/issues/12) 0x932ee048 in cglSetAnyDrawable ()
[#13](https://code.videolan.org/videolan/vlc/-/issues/13) 0x932ede1c in CGLSetSurface ()
[#14](https://code.videolan.org/videolan/vlc/-/issues/14) 0x93539ee1 in -[NSOpenGLContext setView:] ()
[#15](https://code.videolan.org/videolan/vlc/-/issues/15) 0x93539c00 in -[NSOpenGLView lockFocus] ()
[#16](https://code.videolan.org/videolan/vlc/-/issues/16) 0x9341889b in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
[#17](https://code.videolan.org/videolan/vlc/-/issues/17) 0x9342a949 in _recursiveDisplayInRect2 ()
[#18](https://code.videolan.org/videolan/vlc/-/issues/18) 0x908351de in CFArrayApplyFunction ()
[#19](https://code.videolan.org/videolan/vlc/-/issues/19) 0x93418bb9 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
[#20](https://code.videolan.org/videolan/vlc/-/issues/20) 0x9342a949 in _recursiveDisplayInRect2 ()
[#21](https://code.videolan.org/videolan/vlc/-/issues/21) 0x908351de in CFArrayApplyFunction ()
[#22](https://code.videolan.org/videolan/vlc/-/issues/22) 0x93418bb9 in -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] ()
[#23](https://code.videolan.org/videolan/vlc/-/issues/23) 0x93417a19 in -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
[#24](https://code.videolan.org/videolan/vlc/-/issues/24) 0x934f6ab7 in -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] ()
[#25](https://code.videolan.org/videolan/vlc/-/issues/25) 0x9341690c in -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] ()
[#26](https://code.videolan.org/videolan/vlc/-/issues/26) 0x9341623c in -[NSView displayIfNeeded] ()
[#27](https://code.videolan.org/videolan/vlc/-/issues/27) 0x93415fde in -[NSWindow displayIfNeeded] ()
[#28](https://code.videolan.org/videolan/vlc/-/issues/28) 0x9346628c in _handleWindowNeedsDisplay ()
[#29](https://code.videolan.org/videolan/vlc/-/issues/29) 0x90824419 in __CFRunLoopDoObservers ()
[#30](https://code.videolan.org/videolan/vlc/-/issues/30) 0x908234bb in CFRunLoopRunSpecific ()
[#31](https://code.videolan.org/videolan/vlc/-/issues/31) 0x90823179 in CFRunLoopRunInMode ()
[#32](https://code.videolan.org/videolan/vlc/-/issues/32) 0x92ef9c5c in RunCurrentEventLoopInMode ()
[#33](https://code.videolan.org/videolan/vlc/-/issues/33) 0x92ef929a in ReceiveNextEventCommon ()
[#34](https://code.videolan.org/videolan/vlc/-/issues/34) 0x92ef91ba in BlockUntilNextEventMatchingListInMode ()
[#35](https://code.videolan.org/videolan/vlc/-/issues/35) 0x9339aad1 in _DPSNextEvent ()
[#36](https://code.videolan.org/videolan/vlc/-/issues/36) 0x9339a6be in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
[#37](https://code.videolan.org/videolan/vlc/-/issues/37) 0x9346537d in _NSUnhighlightCarbonMenu ()
[#38](https://code.videolan.org/videolan/vlc/-/issues/38) 0x93535c72 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] ()
[#39](https://code.videolan.org/videolan/vlc/-/issues/39) 0x935358a8 in -[NSMenu performKeyEquivalent:] ()
[#40](https://code.videolan.org/videolan/vlc/-/issues/40) 0x935352ca in -[NSApplication _handleKeyEquivalent:] ()
[#41](https://code.videolan.org/videolan/vlc/-/issues/41) 0x9346928f in -[NSApplication sendEvent:] ()
[#42](https://code.videolan.org/videolan/vlc/-/issues/42) 0x93394466 in -[NSApplication run] ()
[#43](https://code.videolan.org/videolan/vlc/-/issues/43) 0x0000c1a4 in Run (p_intf=0x1d54450) at intf.m:111
[#44](https://code.videolan.org/videolan/vlc/-/issues/44) 0x00003928 in RunInterface (p_intf=0x1d54450) at interface/interface.c:394
[#45](https://code.videolan.org/videolan/vlc/-/issues/45) 0x00003c98 in intf_RunThread (p_intf=0x1d54450) at interface/interface.c:184
[#46](https://code.videolan.org/videolan/vlc/-/issues/46) 0x00061dde in AddIntfInternal (i_object=0, psz_module=0x0, b_block=1, b_play=1, i_options=0, ppsz_options=0x0) at libvlc.c:1939
[#47](https://code.videolan.org/videolan/vlc/-/issues/47) 0x00002e47 in main (i_argc=2, ppsz_argv=0xbffffc48) at src/vlc.c:109
(gdb)
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- bigben changed the description
changed the description
VLC also crashes in rosetta, when toggling fullscreen. It seems that the crash is much easier to trigger here. It also seems to crash with only one cpu enabled in Rosetta. Here is a crashlog
}}} Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000008
Thread 0: 0 ...pple.ATIRadeonX1000GLDriver 0x130f0ec8 gldGetString + 821317 1 ...pple.ATIRadeonX1000GLDriver 0x130bce2e gldGetString + 608171 2 ...pple.ATIRadeonX1000GLDriver 0x130bfc1d gldGetString + 619930 3 ...pple.ATIRadeonX1000GLDriver 0x1303d4e6 gldGetString + 85603 4 ...pple.ATIRadeonX1000GLDriver 0x1307b61f gldGetString + 339868 5 ...pple.ATIRadeonX1000GLDriver 0x1306e359 gldGetString + 285910 6 ...pple.ATIRadeonX1000GLDriver 0x13052bb9 gldGetString + 173366 7 ...pple.ATIRadeonX1000GLDriver 0x1301b628 gldGetQueryInfo + 2706 8 ...pple.ATIRadeonX1000GLDriver 0x13011711 gldUpdateDispatch + 1639 9 ...pple.ATIRadeonX1000GLDriver 0x13011b5f gldInitDispatch + 316 10 GLEngine 0x12c15c1b gliSetCurrentPluginDispatchTable + 364 11 GLEngine 0x12c2625b gliAttachDrawableWithOptions + 405
Thread 1: 0 org.videolan.vlc 0xb81f2deb strchr + 72 1 org.videolan.vlc 0xb818e52a pthread_cond_wait + 3114 2 org.videolan.vlc 0xb812a9b0 catch_exception_raise_state_identity + 320 3 org.videolan.vlc 0xb8129eda CallPPCFunctionAtAddressInt + 174780 4 org.videolan.vlc 0xb8129dd1 CallPPCFunctionAtAddressInt + 174515 5 org.videolan.vlc 0xb812aaae catch_exception_raise_state_identity + 574 6 org.videolan.vlc 0xb81c3f0c pthread_create + 1124
Thread 2: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 3: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 4: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 5: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 6: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 7: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 8: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 9: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 10: 0 org.videolan.vlc 0xb80f7da0 spin_lock_wrapper + 84594 1 org.videolan.vlc 0xb81119c2 CallPPCFunctionAtAddressInt + 75172 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 11: 0 org.videolan.vlc 0xb80f7f63 spin_lock_wrapper + 85045 1 org.videolan.vlc 0xb8122db4 CallPPCFunctionAtAddressInt + 145814 2 org.videolan.vlc 0xb8125865 CallPPCFunctionAtAddressInt + 156743 3 org.videolan.vlc 0xb808192e 0xb8000000 + 530734 4 org.videolan.vlc 0xb807b116 0xb8000000 + 504086 5 org.videolan.vlc 0xb808f47a 0xb8000000 + 586874 6 org.videolan.vlc 0xb80e3e1d spin_lock_wrapper + 2799
Thread 12: 0 org.videolan.vlc 0xb80f7e12 spin_lock_wrapper + 84708 1 org.videolan.vlc 0xb8110e74 CallPPCFunctionAtAddressInt + 72278 2 org.videolan.vlc 0xb809a35e 0xb8000000 + 631646
Thread 13 Crashed: 0 ...pple.ATIRadeonX1000GLDriver 0x131b10f2 gldGetString + 1608303 1 ...pple.ATIRadeonX1000GLDriver 0x131b0eab gldGetString + 1607720 2 ...pple.ATIRadeonX1000GLDriver 0x1310b068 gldGetString + 928229 3 ...pple.ATIRadeonX1000GLDriver 0x130ffbf5 gldGetString + 882034 4 ...pple.ATIRadeonX1000GLDriver 0x130f0e9f gldGetString + 821276 5 ...pple.ATIRadeonX1000GLDriver 0x130bce2e gldGetString + 608171 6 ...pple.ATIRadeonX1000GLDriver 0x130bfc1d gldGetString + 619930 7 ...pple.ATIRadeonX1000GLDriver 0x1303eb01 gldGetString + 91262 8 ...pple.ATIRadeonX1000GLDriver 0x1307b655 gldGetString + 339922 9 ...pple.ATIRadeonX1000GLDriver 0x1306e359 gldGetString + 285910 10 ...pple.ATIRadeonX1000GLDriver 0x13052bb9 gldGetString + 173366 11 ...pple.ATIRadeonX1000GLDriver 0x1301b628 gldGetQueryInfo + 2706 12 ...pple.ATIRadeonX1000GLDriver 0x13011711 gldUpdateDispatch + 1639 13 GLEngine 0x12c384df glBegin_Exec + 555
Thread 13 crashed with i386 Thread State: eax: 0x0295ac00 ebx: 0x130eef22 ecx:0x0295ac00 edx: 0x11ad8f10 edi: 0x00000000 esi: 0x0000001c ebp:0xf067f0d8 esp: 0xf067f0c0 ss: 0x0000002f efl: 0x00010202 eip:0x131b10f2 cs: 0x00000027 ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
Binary Images Description: 0x1000 - 0x500fff org.videolan.vlc 0.8.6-svn /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC 0x172f000 - 0x173afff vlc_libintl.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libintl.dylib 0x1760000 - 0x1786fff vlc_libshout.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libshout.dylib 0x17e5000 - 0x17ecfff vlc_libdvbpsi.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libdvbpsi.dylib 0x17f1000 - 0x17f3fff vlc_libogg.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libogg.dylib 0x2008000 - 0x2037fff vlc_libspeex.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libspeex.dylib 0x203e000 - 0x2056fff vlc_libtheora.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libtheora.dylib 0x22d4000 - 0x22d5fff liba52_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liba52_plugin.dylib 0x22e6000 - 0x22e7fff liba52sys_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liba52sys_plugin.dylib 0x2405000 - 0x240dfff liba52tofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liba52tofloat32_plugin.dylib 0x2420000 - 0x2420fff liba52tospdif_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liba52tospdif_plugin.dylib 0x242e000 - 0x2430fff libaccess_directory_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_directory_plugin.dylib 0x2442000 - 0x2443fff libaccess_fake_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_fake_plugin.dylib 0x2453000 - 0x2455fff libaccess_file_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_file_plugin.dylib 0x2466000 - 0x2467fff libaccess_filter_record_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_filter_record_plugin.dylib 0x247a000 - 0x247bfff libaccess_filter_timeshift_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_filter_timeshift_plugin.dylib 0x248c000 - 0x248efff libaccess_ftp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_ftp_plugin.dylib 0x249f000 - 0x24a3fff libaccess_http_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_http_plugin.dylib 0x24b9000 - 0x24c3fff libaccess_mms_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_mms_plugin.dylib 0x24fa000 - 0x24fafff libaccess_output_dummy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_output_dummy_plugin.dylib 0x2509000 - 0x250afff libaccess_output_file_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_output_file_plugin.dylib 0x2519000 - 0x251afff libaccess_output_http_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_output_http_plugin.dylib 0x252a000 - 0x252bfff libaccess_output_shout_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_output_shout_plugin.dylib 0x253a000 - 0x253cfff libaccess_output_udp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_output_udp_plugin.dylib 0x254d000 - 0x2556fff libaccess_realrtsp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_realrtsp_plugin.dylib 0x257b000 - 0x257bfff libaccess_tcp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_tcp_plugin.dylib 0x258a000 - 0x258cfff libaccess_udp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaccess_udp_plugin.dylib 0x259d000 - 0x25a0fff libadjust_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libadjust_plugin.dylib 0x25b1000 - 0x25b4fff libadpcm_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libadpcm_plugin.dylib 0x25c9000 - 0x25cafff libaiff_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaiff_plugin.dylib 0x25dc000 - 0x25ddfff libaout_file_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaout_file_plugin.dylib 0x25ec000 - 0x25edfff libaraw_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaraw_plugin.dylib 0x25ff000 - 0x2609fff libasf_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libasf_plugin.dylib 0x263b000 - 0x263cfff libau_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libau_plugin.dylib 0x264c000 - 0x2654fff libaudio_format_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libaudio_format_plugin.dylib 0x2670000 - 0x267dfff libavi_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libavi_plugin.dylib 0x26ad000 - 0x26aefff libbandlimited_resampler_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libbandlimited_resampler_plugin.dylib 0x26c0000 - 0x26c2fff libblend_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libblend_plugin.dylib 0x26d4000 - 0x26d9fff libcaca_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcaca_plugin.dylib 0x26f8000 - 0x2724fff libncurses.5.dylib /usr/lib/libncurses.5.dylib 0x273f000 - 0x2751fff libcdda_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcdda_plugin.dylib 0x2773000 - 0x27b6fff libcddax_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcddax_plugin.dylib 0x396a000 - 0x396cfff libcinepak_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcinepak_plugin.dylib 0x397f000 - 0x3980fff libclone_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libclone_plugin.dylib 0x3990000 - 0x3996fff libcmml_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcmml_plugin.dylib 0x39c2000 - 0x39c4fff libcrop_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcrop_plugin.dylib 0x39d4000 - 0x39d6fff libcvdsub_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libcvdsub_plugin.dylib 0x39e8000 - 0x39eafff libdaap_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdaap_plugin.dylib 0x39fd000 - 0x3a1bfff vlc_libopendaap.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libopendaap.dylib 0x3a2c000 - 0x3a32fff libdeinterlace_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdeinterlace_plugin.dylib 0x3a4b000 - 0x3a4bfff libdemuxdump_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdemuxdump_plugin.dylib 0x3a5b000 - 0x3a5ffff libdistort_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdistort_plugin.dylib 0x3a72000 - 0x3a72fff libdolby_surround_decoder_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdolby_surround_decoder_plugin.dylib 0x3a80000 - 0x3a82fff libdts_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdts_plugin.dylib 0x3a94000 - 0x3a95fff libdtssys_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdtssys_plugin.dylib 0x3aa6000 - 0x3aacfff libdtstofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdtstofloat32_plugin.dylib 0x3ada000 - 0x3adafff libdtstospdif_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdtstospdif_plugin.dylib 0x3ae8000 - 0x3aeafff libdummy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdummy_plugin.dylib 0x3b4c000 - 0x3b6cfff libdvbsub_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdvbsub_plugin.dylib 0x3baf000 - 0x3bb6fff libdvdnav_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdvdnav_plugin.dylib 0x3bd2000 - 0x3be7fff vlc_libdvdnav.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libdvdnav.dylib 0x3bee000 - 0x3c03fff vlc_libdvdread.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libdvdread.dylib 0x3c08000 - 0x3c10fff vlc_libdvdcss.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libdvdcss.dylib 0x3c15000 - 0x3c1afff libdvdread_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libdvdread_plugin.dylib 0x3c34000 - 0x3c36fff libequalizer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libequalizer_plugin.dylib 0x3c48000 - 0x3c4afff libexport_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libexport_plugin.dylib 0x3c7a000 - 0x3c7bfff libfaad_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfaad_plugin.dylib 0x3c8b000 - 0x3ceafff vlc_libfaad.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libfaad.dylib 0x3cf3000 - 0x3cf4fff libfake_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfake_plugin.dylib 0x3d04000 - 0x3d04fff libfixed32tofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfixed32tofloat32_plugin.dylib 0x3d12000 - 0x3d12fff libfixed32tos16_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfixed32tos16_plugin.dylib 0x3d20000 - 0x3d21fff libflac_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libflac_plugin.dylib 0x3d33000 - 0x3d37fff libflacdec_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libflacdec_plugin.dylib 0x3d4d000 - 0x3d7dfff vlc_libFLAC.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libFLAC.dylib 0x3d89000 - 0x3d8afff libfloat32_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfloat32_mixer_plugin.dylib 0x3d99000 - 0x3d99fff libfloat32tos16_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfloat32tos16_plugin.dylib 0x3da7000 - 0x3da7fff libfloat32tos8_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfloat32tos8_plugin.dylib 0x3db5000 - 0x3db5fff libfloat32tou16_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfloat32tou16_plugin.dylib 0x3dc3000 - 0x3dc3fff libfloat32tou8_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfloat32tou8_plugin.dylib 0x3dd1000 - 0x3dd4fff libfreetype_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libfreetype_plugin.dylib 0x3de9000 - 0x3df7fff vlc_libfribidi.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libfribidi.dylib 0x3dfb000 - 0x3e87fff vlc_libfreetype.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libfreetype.dylib 0x3ea6000 - 0x3ea7fff libgestures_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libgestures_plugin.dylib 0x3eb8000 - 0x3ebcfff libgnutls_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libgnutls_plugin.dylib 0x3ecf000 - 0x3f65fff vlc_libgnutls.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libgnutls.dylib 0x3f84000 - 0x4003fff vlc_libgcrypt.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libgcrypt.dylib 0x4017000 - 0x4018fff libgrowl_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libgrowl_plugin.dylib 0x4029000 - 0x402afff libh264_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libh264_plugin.dylib 0x403b000 - 0x403cfff libheadphone_channel_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libheadphone_channel_mixer_plugin.dylib 0x404b000 - 0x404efff libhotkeys_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libhotkeys_plugin.dylib 0x4064000 - 0x4076fff libhttp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libhttp_plugin.dylib 0x40df000 - 0x40e4fff libi420_rgb_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libi420_rgb_plugin.dylib 0x410d000 - 0x410dfff libi420_ymga_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libi420_ymga_plugin.dylib 0x411b000 - 0x411cfff libi420_yuy2_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libi420_yuy2_plugin.dylib 0x412b000 - 0x412cfff libi422_yuy2_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libi422_yuy2_plugin.dylib 0x413b000 - 0x413cfff libid3tag_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libid3tag_plugin.dylib 0x414d000 - 0x415efff vlc_libid3tag.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libid3tag.dylib 0x4166000 - 0x4167fff libimage_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libimage_plugin.dylib 0x4178000 - 0x4179fff libinvert_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libinvert_plugin.dylib 0x4188000 - 0x4189fff libipv4_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libipv4_plugin.dylib 0x4196000 - 0x4197fff libipv6_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libipv6_plugin.dylib 0x41a5000 - 0x41bdfff liblibmpeg2_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liblibmpeg2_plugin.dylib 0x41d2000 - 0x41d3fff liblinear_resampler_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liblinear_resampler_plugin.dylib 0x41e3000 - 0x41e5fff liblogger_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liblogger_plugin.dylib 0x41f5000 - 0x41f9fff liblogo_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liblogo_plugin.dylib 0x420e000 - 0x420ffff liblpcm_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/liblpcm_plugin.dylib 0x421e000 - 0x4220fff libm3u_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libm3u_plugin.dylib 0x4232000 - 0x4232fff libm4a_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libm4a_plugin.dylib 0x4243000 - 0x4243fff libm4v_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libm4v_plugin.dylib 0x4254000 - 0x4257fff libmagnify_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmagnify_plugin.dylib 0x4268000 - 0x4269fff libmarq_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmarq_plugin.dylib 0x427b000 - 0x427bfff libmemcpy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmemcpy_plugin.dylib 0x4287000 - 0x4289fff libmjpeg_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmjpeg_plugin.dylib 0x429a000 - 0x42ebfff libmod_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmod_plugin.dylib 0x434f000 - 0x4355fff libmosaic_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmosaic_plugin.dylib 0x436c000 - 0x436dfff libmotionblur_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmotionblur_plugin.dylib 0x437d000 - 0x437efff libmotiondetect_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmotiondetect_plugin.dylib 0x4390000 - 0x43aafff libmp4_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmp4_plugin.dylib 0x43eb000 - 0x43edfff libmpc_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmpc_plugin.dylib 0x4400000 - 0x440afff vlc_libmpcdec.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libmpcdec.dylib 0x440e000 - 0x4410fff libmpeg_audio_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmpeg_audio_plugin.dylib 0x4421000 - 0x4423fff libmpga_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmpga_plugin.dylib 0x4436000 - 0x4438fff libmpgatofixed32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmpgatofixed32_plugin.dylib 0x444b000 - 0x4460fff vlc_libmad.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libmad.dylib 0x4464000 - 0x4464fff libmpgv_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmpgv_plugin.dylib 0x4475000 - 0x447cfff libmux_asf_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_asf_plugin.dylib 0x44a8000 - 0x44adfff libmux_avi_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_avi_plugin.dylib 0x44cf000 - 0x44cffff libmux_dummy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_dummy_plugin.dylib 0x44de000 - 0x44ecfff libmux_mp4_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_mp4_plugin.dylib 0x4519000 - 0x451afff libmux_mpjpeg_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_mpjpeg_plugin.dylib 0x4529000 - 0x452cfff libmux_ogg_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_ogg_plugin.dylib 0x4542000 - 0x4550fff libmux_ps_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_ps_plugin.dylib 0x457d000 - 0x457efff libmux_wav_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libmux_wav_plugin.dylib 0x458f000 - 0x4596fff libncurses_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libncurses_plugin.dylib 0x45b0000 - 0x45b1fff libnetsync_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libnetsync_plugin.dylib 0x45c1000 - 0x45c2fff libnormvol_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libnormvol_plugin.dylib 0x45d1000 - 0x45d2fff libnsc_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libnsc_plugin.dylib 0x45e2000 - 0x45e4fff libnsv_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libnsv_plugin.dylib 0x45f6000 - 0x45f8fff libnuv_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libnuv_plugin.dylib 0x460b000 - 0x4613fff libogg_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libogg_plugin.dylib 0x462f000 - 0x4631fff libopengl_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libopengl_plugin.dylib 0x4641000 - 0x4642fff libosdmenu_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libosdmenu_plugin.dylib 0x4654000 - 0x4655fff libpacketizer_copy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpacketizer_copy_plugin.dylib 0x4666000 - 0x466afff libpacketizer_h264_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpacketizer_h264_plugin.dylib 0x4686000 - 0x4687fff libpacketizer_mpeg4audio_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpacketizer_mpeg4audio_plugin.dylib 0x469c000 - 0x469ffff libpacketizer_mpeg4video_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpacketizer_mpeg4video_plugin.dylib 0x46b5000 - 0x46b7fff libpacketizer_mpegvideo_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpacketizer_mpegvideo_plugin.dylib 0x46cb000 - 0x46ccfff libparam_eq_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libparam_eq_plugin.dylib 0x46db000 - 0x46e4fff libplaylist_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libplaylist_plugin.dylib 0x476c000 - 0x478ffff libpng_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpng_plugin.dylib 0x47a3000 - 0x47a3fff libpodcast_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpodcast_plugin.dylib 0x47b4000 - 0x47b8fff libps_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libps_plugin.dylib 0x47ce000 - 0x47d0fff libpva_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libpva_plugin.dylib 0x47e3000 - 0x47e4fff librawdv_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/librawdv_plugin.dylib 0x47f5000 - 0x47f6fff librawvideo_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/librawvideo_plugin.dylib 0x4806000 - 0x4810fff librc_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/librc_plugin.dylib 0x4829000 - 0x482cfff libreal_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libreal_plugin.dylib 0x4842000 - 0x4845fff librss_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/librss_plugin.dylib 0x4859000 - 0x4859fff librv32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/librv32_plugin.dylib 0x4868000 - 0x4868fff libs16tofixed32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libs16tofixed32_plugin.dylib 0x4876000 - 0x4876fff libs16tofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libs16tofloat32_plugin.dylib 0x4884000 - 0x4884fff libs16tofloat32swab_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libs16tofloat32swab_plugin.dylib 0x4892000 - 0x4892fff libs8tofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libs8tofloat32_plugin.dylib 0x48a0000 - 0x48a4fff libsap_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsap_plugin.dylib 0x48ba000 - 0x48bafff libscale_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libscale_plugin.dylib 0x48c9000 - 0x48cafff libscreen_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libscreen_plugin.dylib 0x48e8000 - 0x48e8fff libscreensaver_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libscreensaver_plugin.dylib 0x48f8000 - 0x48f9fff libsdl_image_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsdl_image_plugin.dylib 0x4909000 - 0x4954fff vlc_libSDL_image.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libSDL_image.dylib 0x496e000 - 0x49b9fff vlc_libSDL.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/lib/vlc_libSDL.dylib 0x49c4000 - 0x49c5fff libsgimb_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsgimb_plugin.dylib 0x49d6000 - 0x49d6fff libshout_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libshout_plugin.dylib 0x49e7000 - 0x49e8fff libshowintf_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libshowintf_plugin.dylib 0x49f9000 - 0x49f9fff libsimple_channel_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsimple_channel_mixer_plugin.dylib 0x4a07000 - 0x4a07fff libspdif_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libspdif_mixer_plugin.dylib 0x4a15000 - 0x4a17fff libspeex_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libspeex_plugin.dylib 0x4a2a000 - 0x4a2cfff libspudec_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libspudec_plugin.dylib 0x4a4a000 - 0x4a4cfff libstream_out_bridge_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_bridge_plugin.dylib 0x4a5d000 - 0x4a5dfff libstream_out_description_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_description_plugin.dylib 0x4a6e000 - 0x4a6efff libstream_out_display_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_display_plugin.dylib 0x4a7f000 - 0x4a7ffff libstream_out_dummy_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_dummy_plugin.dylib 0x4a8e000 - 0x4a8ffff libstream_out_duplicate_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_duplicate_plugin.dylib 0x4a9f000 - 0x4aa0fff libstream_out_es_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_es_plugin.dylib 0x4ab1000 - 0x4ab2fff libstream_out_gather_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_gather_plugin.dylib 0x4ac3000 - 0x4ac5fff libstream_out_mosaic_bridge_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_mosaic_bridge_plugin.dylib 0x4ad8000 - 0x4ae1fff libstream_out_rtp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_rtp_plugin.dylib 0x4b00000 - 0x4b01fff libstream_out_standard_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_standard_plugin.dylib 0x4b11000 - 0x4b1bfff libstream_out_transcode_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libstream_out_transcode_plugin.dylib 0x4b5c000 - 0x4b5efff libsubsdec_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsubsdec_plugin.dylib 0x4b71000 - 0x4b75fff libsubtitle_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsubtitle_plugin.dylib 0x4b89000 - 0x4b8afff libsvcdsub_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libsvcdsub_plugin.dylib 0x4b9b000 - 0x4b9dfff libtelnet_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtelnet_plugin.dylib 0x4baf000 - 0x4bb0fff libtime_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtime_plugin.dylib 0x4bc2000 - 0x4bc4fff libtransform_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtransform_plugin.dylib 0x4bd4000 - 0x4bd5fff2 libtrivial_channel_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtrivial_channel_mixer_plugin.dylib 0x4be4000 - 0x4be4fff libtrivial_mixer_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtrivial_mixer_plugin.dylib 0x4bf2000 - 0x4bf2fff libtrivial_resampler_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libtrivial_resampler_plugin.dylib 0x4c00000 - 0x4c0efff libts_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libts_plugin.dylib 0x4c32000 - 0x4c35fff libty_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libty_plugin.dylib 0x4c49000 - 0x4c49fff libu8tofixed32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libu8tofixed32_plugin.dylib 0x4c57000 - 0x4c57fff libu8tofloat32_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libu8tofloat32_plugin.dylib 0x4c65000 - 0x4c65fff libugly_resampler_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libugly_resampler_plugin.dylib 0x4c73000 - 0x4c77fff libvcd_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvcd_plugin.dylib 0x4c95000 - 0x4cf8fff libvcdx_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvcdx_plugin.dylib 0x4d46000 - 0x4d4bfff libvisual_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvisual_plugin.dylib 0x4d6e000 - 0x4d71fff libvobsub_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvobsub_plugin.dylib 0x4d84000 - 0x4d85fff libvoc_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvoc_plugin.dylib 0x4d97000 - 0x4d9dfff libvod_rtsp_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvod_rtsp_plugin.dylib 0x4db5000 - 0x4dd1fff libvorbis_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libvorbis_plugin.dylib 0x4f84000 - 0x4f86fff libwall_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libwall_plugin.dylib 0x4f97000 - 0x4f99fff libwav_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libwav_plugin.dylib 0x4fab000 - 0x5050fff libx264_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libx264_plugin.dylib 0x508e000 - 0x508efff libxa_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libxa_plugin.dylib 0x509e000 - 0x509efff libxml_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libxml_plugin.dylib 0x50ac000 - 0x50aefff libxtag_plugin.dylib /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/modules/libxtag_plugin.dylib 0x117bd000 - 0x117befff BDL.dylib /usr/libexec/oah/Shims/BDL.dylib 0x117c1000 - 0x117c1fff libSystem.B.dylib /usr/libexec/oah/Shims/libSystem.B.dylib 0x117c4000 - 0x117c5fff CoreFoundation /usr/libexec/oah/Shims/CoreFoundation.framework/CoreFoundation 0x117c8000 - 0x117cefff IOKit /usr/libexec/oah/Shims/IOKit.framework/IOKit 0x119b6000 - 0x119f0fff GLEngine /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine 0x119f3000 - 0x119f3fff ApplicationServices /usr/libexec/oah/Shims/ApplicationServices.framework/ApplicationServices 0x12b96000 - 0x12bc6fff GLEngine /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine 0x12c00000 - 0x12c07fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x12c0c000 - 0x12d32fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x12d5a000 - 0x12d76fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver 0x12d7d000 - 0x12d9dfff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x12e0c000 - 0x12e45fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x12e4a000 - 0x12f05fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x12f1f000 - 0x12f82fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x12ff1000 - 0x131e6fff com.apple.ATIRadeonX1000GLDriver 1.4.26 (4.2.6) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRadeonX1000GLDriver 0x132f1000 - 0x132f2fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib 0x1371e000 - 0x13724fff com.apple.DictionaryServiceComponent 1.0.1 /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x70000000 - 0x70101fff com.apple.audio.units.Components 1.4.2 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x8fc00000 - 0x8fc52fff dyld 44.17 /usr/lib/dyld 0x8fe00000 - 0x8fe4bfff dyld 44.17 /usr/lib/dyld 0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x9021a000 - 0x9025cfff com.apple.CoreText 1.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90284000 - 0x90361fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x9038a000 - 0x9072ffff com.apple.CoreGraphics 1.258.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x907be000 - 0x90894fff com.apple.CoreFoundation 6.4.5 (368.26) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x908dd000 - 0x909e3fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a34000 - 0x90ab7fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90ae0000 - 0x90b51fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x90bc4000 - 0x90bcffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x90bd4000 - 0x90c46fff com.apple.framework.IOKit 1.4.2 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90c5c000 - 0x90c6efff libauto.dylib /usr/lib/libauto.dylib 0x90c74000 - 0x90f3cfff com.apple.CoreServices.CarbonCore 682.10 (679) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90f99000 - 0x91012fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x91054000 - 0x91093fff com.apple.CFNetwork 129.13 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x910a7000 - 0x910bafff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x910c6000 - 0x9114cfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x91182000 - 0x911a2fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x911af000 - 0x911befff libz.1.dylib /usr/lib/libz.1.dylib 0x911c1000 - 0x9138bfff com.apple.security 4.2.1 (24989) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x9147a000 - 0x91483fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x9148a000 - 0x914b2fff com.apple.SystemConfiguration 1.8.5 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x914c4000 - 0x914ccfff libbsm.dylib /usr/lib/libbsm.dylib 0x914d0000 - 0x9154dfff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x91594000 - 0x91594fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x91596000 - 0x915c8fff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x915de000 - 0x916b8fff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x916f5000 - 0x91782fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x917be000 - 0x9186ffff com.apple.QD 3.10.8 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x918a4000 - 0x918fafff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x91922000 - 0x9193bfff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91949000 - 0x91966fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x91972000 - 0x919aefff com.apple.LaunchServices 176 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x919c6000 - 0x919d3fff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x919db000 - 0x91a12fff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91a25000 - 0x91ae7fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91b32000 - 0x91b47fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91b4c000 - 0x91b6afff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91b6f000 - 0x91bcdfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91bdd000 - 0x91be1fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91be3000 - 0x91c31fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91c35000 - 0x91c74fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91c7a000 - 0x91c94fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91c99000 - 0x91c9bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91c9d000 - 0x91c9dfff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91c9f000 - 0x91d81fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91d89000 - 0x91da8fff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91e14000 - 0x91e82fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91e8d000 - 0x91f21fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91f3b000 - 0x924c3fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x924f6000 - 0x92821fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92851000 - 0x928ddfff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9291a000 - 0x92b50fff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92c65000 - 0x92d53fff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92d72000 - 0x92e61fff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92e72000 - 0x92e91fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92e9c000 - 0x92ef1fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92f07000 - 0x92f07fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92f09000 - 0x92f1cfff com.apple.ImageCapture 3.0.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92f2c000 - 0x92f36fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92f3e000 - 0x92f46fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92f4d000 - 0x92fd7fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x92fec000 - 0x92ff0fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92ff4000 - 0x93015fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93028000 - 0x93030fff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93037000 - 0x9309efff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x930c4000 - 0x9310bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x93135000 - 0x93145fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9314e000 - 0x93154fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x9315a000 - 0x93478fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x935ad000 - 0x935b9fff com.apple.opengl 1.4.9 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93646000 - 0x93646fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93648000 - 0x93c9ffff com.apple.AppKit 6.4.5 (824.35) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x94027000 - 0x9409afff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x940d3000 - 0x9419dfff com.apple.audio.toolbox.AudioToolbox 1.4.2 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x941de000 - 0x941defff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x941e0000 - 0x94385fff com.apple.QuartzCore 1.4.7 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x943d6000 - 0x94416fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x9441e000 - 0x9446ffff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x945f3000 - 0x94603fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9460a000 - 0x94616fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94665000 - 0x9467efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94685000 - 0x94933fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x94cf2000 - 0x94d14fff libmx.A.dylib /usr/lib/libmx.A.dylib 0x96e0a000 - 0x96e29fff com.apple.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x9bacf000 - 0x9bb97fff libX11.6.dylib /usr/X11R6/lib/libX11.6.dylib 0xb8000000 - 0xb827bfff org.videolan.vlc 0.8.6-svn /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC
Translated Code Information:
Rosetta Version: 14.07 Args: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC -psn_0_3014657 Exception: EXC_BAD_ACCESS (0x0001)
Thread 0: (0xb019be08, 0xb80f7da0) 0x9002882c: /usr/lib/libSystem.B.dylib : _fwrite + 0xac 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x041e5218: No symbol 0x00003c70: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 1: (0xb0522e08, 0xb80f7da0) 0x00062728: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x8 0x00062818: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x00096ee8: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x2c 0x000be8b0: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x10 0x000beee4: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0xc 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 2: (0xb031ee08, 0xb80f7da0) 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x0000394c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x10 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60
Thread 3: (0xb011ae08, 0xb80f7da0) 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x00077d70: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x10 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60
Thread 4: (0xbffefd40, 0x130f0ec8) 0x90802bdc: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : __CFXNotificationPostNotification + 0x2cc 0x935b3e58: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL : _cglSetContextScreen + 0x4a4 0x935b3728: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL : _cglSetAnyDrawable + 0x64 0x935b3594: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL : _CGLSetSurface + 0x24c 0x937d234c: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSOpenGLContext setView:] + 0x250 0x937d20d8: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSOpenGLView lockFocus] + 0x78 0x936d1274: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0x13c 0x907f3140: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFArrayApplyFunction + 0x190 0x936d14fc: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0x3c4 0x907f3140: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFArrayApplyFunction + 0x190 0x936d14fc: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0x3c4 0x936d07b0: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 0xc0 0x936cffe0: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 0xfc 0x936cf830: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 0x1cc 0x936ceffc: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSWindow displayIfNeeded] + 0xb8 0x937127dc: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : __handleWindowNeedsDisplay + 0xc8 0x907e24d0: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : ___CFRunLoopDoObservers + 0x154 0x907e1754: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x298 0x931630c0: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox : _RunCurrentEventLoopInMode + 0x124 0x931626d4: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox : _ReceiveNextEventCommon + 0x1a4 0x931624f4: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox : _BlockUntilNextEventMatchingListInMode + 0x58 0x9365d5ec: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : __DPSNextEvent + 0x1f0 0x9365d214: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x78 0x936578e0: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit : -[NSApplication run] + 0x1d0 0x00014f80: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x10 0x00003c70: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x00003ff0: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x8 0x0004dfc8: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x000034e0: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x00002fdc: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x00002e50: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : pbbak:(0,108) + 0x1c 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 5: (0xb0633df0, 0xb80f7e12) 0x9007186c: /usr/lib/libSystem.B.dylib : _pthread_cond_timedwait_relative_np + 0x1f0 0x914f2abc: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN7CAGuard7WaitForEy + 0xd4 0x914f1500: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN11HP_IOThread8WorkLoopEv + 0x1ec 0x914f1300: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN11HP_IOThread11ThreadEntryEPS + 0x10 0x914e3b3c: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN9CAPThread5EntryEPS + 0x6c 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 6: (0xb04a1e08, 0xb80f7da0) 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x000bdd74: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0xc 0x00103f78: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x000beb14: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x18 0x000beee4: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0xc 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60
Thread 7: (0xb0099e08, 0xb80f7da0) 0x023d7220: No symbol 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x00076e10: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0xc 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 8: (0xb039fe08, 0xb80f7da0) 0x00000008: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : o_context_info:P(0,15) + 0x1 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x00018484: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : intf.m + 0x10 0x929365e0: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation : _forkThreadForFunction + 0x6c 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 9: Crashed (0xf067f0c0, 0x131b10f2) 0x04630c34: No symbol 0x0009234c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 10: (0xb021ce08, 0xb80f7da0) 0x0404b000: No symbol 0x0006288c: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x0404c5c4: No symbol 0x00003c70: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
Thread 11: (0xb05a376c, 0xb80f7f63) 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0 0x907e1b34: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x678 0x914e3d6c: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN10HALRunLoop9OwnThreadEPv + 0xd8 0x914e3b3c: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN9CAPThread5EntryEPS + 0x6c 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60
Thread 12: (0xb0420e08, 0xb80f7da0) 0x00000002: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x2 0x00062818: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x4 0x000fa7e4: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x50 0x026712ac: No symbol 0x02678048: No symbol 0x00072bdc: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x14 0x00074040: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x8 0x9002bd28: /usr/lib/libSystem.B.dylib : __pthread_body + 0x60 0x00000000: /Users/joneskoo/Desktop/VLC-PPC.app/Contents/MacOS/VLC : + 0x0
}}}
(In [18324]) * Don't redraw the window when going to fullscreen. refs #668 (closed) and refs #751 (closed) This might not fix it, but it surely should eleviate the problem.
(In [18325]) * Don't redraw the window when going to fullscreen. refs #668 (closed) and refs #751 (closed) This might not fix it, but it surely should eleviate the problem. forwardport of [18324]
I have a MacBook Pro (core 2 duo, although i had a macbook pro with core duo with same behavior).
The behavior I experience is that after any kind of interface interaction, VLC has a "random" chance of crashing out after about a second. This almost always takes the form of the controls + video window disappearing and the crash reporter coming up a few seconds later, although very occasionally it does deadlock. The behavior is not limited to switching to fullscreen, I've experienced it happening when seeking, switching out of fullscreen, seeking, pausing/unpausing, and I believe (although am now not certain) even volume adjustments (within VLC, not the OS).
I am using default settings, and have reset a few times just to be sure.
It feels like some kind of UI event processing/locking issue.
If it would help you guys I'd be happy to post more crash reports. Just as a side note, and it's probably totally unrelated, whenever I pause, it takes about a second and a half for it to actually pause.
Original author: clifff
(In [19247]) * use locking on the OpenGL context (using two APIs, but since agl needs the cgl headers included, should be ok i think). refs #668 (closed) refs #915 (closed)
I'm not sure its fixed, but this seems like a logical way to solve it. Freaking apple with their 5 OpenGL APIs.
- Rafaël Carré added Status::fixed label
added Status::fixed label
- Rafaël Carré closed
closed
- hartman mentioned in issue #751 (closed)
mentioned in issue #751 (closed)
- hartman mentioned in issue #915 (closed)
mentioned in issue #915 (closed)