MacOS X fullscreen crash persists in 0.8.6b

macOS specific usage questions
bluefish86
New Cone
New Cone
Posts: 2
Joined: 19 Apr 2007 01:57

MacOS X fullscreen crash persists in 0.8.6b

Postby bluefish86 » 19 Apr 2007 02:06

I just downloaded the new version today, and 5 minutes after it was launched, it crashed in fullscreen exactly as 0.8.6a did.

From console.log:
Apr 18 19:32:31 Chriss-Laptop crashdump[1844]: VLC crashed
Apr 18 19:32:34 Chriss-Laptop crashdump[1844]: crash report written to: /Users/chris/Library/Logs/CrashReporter/VLC.crash.log
From VLC.crash.log:
**********

Host Name: Chriss-Laptop
Date/Time: 2007-04-18 19:32:27.993 -0400
OS Version: 10.4.9 (Build 8P2137)
Report Version: 4

Command: VLC
Path: /Applications/VLC.app/Contents/MacOS/VLC
Parent: WindowServer [59]

Version: 0.8.6-bugfix (0.8.6b)

PID: 1841
Thread: 11

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x16e2e000

Thread 0:
0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
3 com.apple.HIToolbox 0x92de98d8 RunCurrentEventLoopInMode + 285
4 com.apple.HIToolbox 0x92de8fe2 ReceiveNextEventCommon + 385
5 com.apple.HIToolbox 0x92de8e39 BlockUntilNextEventMatchingListInMode + 81
6 com.apple.AppKit 0x9328f465 _DPSNextEvent + 572
7 com.apple.AppKit 0x9328f056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
8 com.apple.AppKit 0x93288ddb -[NSApplication run] + 512

Thread 1:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7

Thread 2:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7
1 org.videolan.vlc 0x0007b5c8 msleep + 130

Thread 3:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7

Thread 4:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7
1 org.videolan.vlc 0x0007b5c8 msleep + 130

Thread 5:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7

Thread 6:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7

Thread 7:
0 libSystem.B.dylib 0x90037a57 mach_wait_until + 7

Thread 8:
0 libSystem.B.dylib 0x900247e7 semaphore_wait_signal_trap + 7

Thread 9:
0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x9082e2b3 CFRunLoopRunSpecific + 2014
2 com.apple.CoreFoundation 0x9082dace CFRunLoopRunInMode + 61
3 com.apple.audio.CoreAudio 0x9146841e HALRunLoop::OwnThread(void*) + 158
4 com.apple.audio.CoreAudio 0x91468239 CAPThread::Entry(CAPThread*) + 93
5 libSystem.B.dylib 0x90024147 _pthread_body + 84

Thread 10:
0 libSystem.B.dylib 0x90009bf7 mach_msg_trap + 7
1 com.apple.framework.IOKit 0x90be52f8 io_connect_method_scalarI_structureI + 285
2 ...er.AppleIntelGMA950GLDriver 0x18dc4dd6 glrFinishSysTexture + 183
3 ...er.AppleIntelGMA950GLDriver 0x18dc3469 gldModifyTextureLevel + 88
4 GLEngine 0x18c0c660 gleModifyPluginTextureLevel + 204
5 GLEngine 0x18c0c039 glTexSubImage2D_Exec + 1224
6 libGL.dylib 0x92b20daa glTexSubImage2D + 139

Thread 11 Crashed:
0 org.videolan.vlc 0x0010557a fast_memcpy__memcpymmxext + 3168
1 <<00000000>> 0xbacd19a0 0 + -1160963680

Thread 11 crashed with X86 Thread State (32-bit):
eax: 0x00000081 ebx: 0x00000024 ecx: 0x000000bf edx: 0x16e2de4c
edi: 0x17b6efc0 esi: 0x16e2dfcc ebp: 0x17b6e024 esp: 0xb06b742c
ss: 0x0000001f efl: 0x00010206 eip: 0x0010557a cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
I excluded the binary images section, but I can post it if it would help.


I'm getting some other possibly-related error messages in Console. However, they also occur when VLC doesn't crash.
2007-04-18 19:33:05.395 VLC[1846] *** Assertion failure in -[NSGrayFrame lockFocus], AppKit.subproj/NSView.m:3248
2007-04-18 19:33:05.396 VLC[1846] lockFocus sent to a view whose window is deferred and does not yet have a corresponding platform window

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 19 Apr 2007 09:58

Have your removed your VLC folder? Cache?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

bluefish86
New Cone
New Cone
Posts: 2
Joined: 19 Apr 2007 01:57

Postby bluefish86 » 19 Apr 2007 17:49

No, I only deleted the .plist. I didn't realize it had a folder in there too. It's deleted now, I'll post back if it crashes again anyways.

joostjodel
New Cone
New Cone
Posts: 4
Joined: 10 Jan 2007 20:46

VLC 0.86b still crashes under Macosx

Postby joostjodel » 20 Apr 2007 10:39

I second the above post, VLC 0.86b still crashes under macosx 10.4.9 PPC, even after I ran the Applecscript "delete preferences", manually removed all caches and preferences under ~/Library/Preferences/VLC and the org.videolan.vlc.plist file. Didn't even have to go to fullscreen mode for the crashes to occur upon closing VLC.

**edit: reread the post. Just to make sure: VLC doesn't crash while playing, only when I try to close the app, either by choosing "quit" from the menu or by using the shortcut <apple + Q>.

Crashlog below:

--------------------

Code: Select all

Date/Time: 2007-04-20 10:37:21.557 +0200 OS Version: 10.4.9 (Build 8P135) Report Version: 4 Command: VLC Path: /Applications/video/VLC.app/Contents/MacOS/VLC Parent: WindowServer [58] Version: 0.8.6-bugfix (0.8.6b) PID: 334 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x0708b814 Thread 0 Crashed: 0 <<00000000>> 0x0708b814 0 + 118011924 1 com.grame.JackRouter 0x09258528 std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::get_allocator() const + 44 (stl_tree.h:349) 2 com.grame.JackRouter 0x092585e0 std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::destroy_node(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*) + 40 (stl_tree.h:387) 3 com.grame.JackRouter 0x0925869c std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*) + 92 (stl_tree.h:1077) 4 com.grame.JackRouter 0x0925867c std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*) + 60 (stl_tree.h:1075) 5 com.grame.JackRouter 0x0925867c std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_erase(std::_Rb_tree_node<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >*) + 60 (stl_tree.h:1075) 6 com.grame.JackRouter 0x092586f4 std::_Rb_tree<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::_Identity<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~_Rb_tree [in-charge]() + 48 (stl_tree.h:568) 7 com.grame.JackRouter 0x09258760 std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::~set [in-charge]() + 32 (TJackClient.cpp:3609) 8 com.grame.JackRouter 0x09245be0 TJackClient::Teardown(AudioHardwarePlugInInterface**) + 308 (TJackClient.cpp:3609) 9 com.apple.audio.CoreAudio 0x9145b220 HALPlugIn::Teardown() + 40 10 com.apple.audio.CoreAudio 0x9145b064 HALPlugInManagement::Teardown() + 248 11 com.apple.audio.CoreAudio 0x9145af58 HALSystem::TeardownDevices() + 20 12 com.apple.audio.CoreAudio 0x9145aec8 HALSystem::AtExitHandler() + 172 13 com.apple.audio.CoreAudio 0x9145ade0 HALAtExit::AtExitHandler() + 132 14 libSystem.B.dylib 0x90014ef8 __cxa_finalize + 260 15 libSystem.B.dylib 0x90014dc4 exit + 36 16 org.videolan.vlc 0x00002750 _start + 764 17 org.videolan.vlc 0x00002450 start + 48 Thread 1: 0 libSystem.B.dylib 0x9000b4c8 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b41c mach_msg + 60 2 com.apple.CoreFoundation 0x902b1ba8 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x902b14ac CFRunLoopRunSpecific + 268 4 com.apple.audio.CoreAudio 0x9145463c HALRunLoop::OwnThread(void*) + 264 5 com.apple.audio.CoreAudio 0x914543dc CAPThread::Entry(CAPThread*) + 96 6 libSystem.B.dylib 0x9002be88 _pthread_body + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x000000000708b814 srr1: 0x000000004200d030 vrsave: 0x0000000000000000 cr: 0x24002422 xer: 0x0000000000000004 lr: 0x00000000092584e8 ctr: 0x000000000708b814 r0: 0x00000000092584e8 r1: 0x00000000bffff720 r2: 0x00000000bffff7f8 r3: 0x00000000bffff7f8 r4: 0x0000000001b9e2e0 r5: 0x0000000000000002 r6: 0x0000000000000001 r7: 0x0000000000000000 r8: 0x0000000091448c20 r9: 0x0000000000000000 r10: 0x0000000091444734 r11: 0x000000000925a574 r12: 0x000000000708b814 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000 r20: 0x00000000a0004dfc r21: 0x00000000a0004dfc r22: 0x00000000a0001fac r23: 0x0000000000000000 r24: 0x00000000a0001fac r25: 0x0000000000000000 r26: 0x00000000a000d7c8 r27: 0x00000000a143af78 r28: 0x000000000230d608 r29: 0x00000000bffff7f8 r30: 0x00000000bffff720 r31: 0x0000000009245ac4 Binary Images Description: 0x1000 - 0x4edfff org.videolan.vlc 0.8.6-bugfix (0.8.6b) /Applications/video/VLC.app/Contents/MacOS/VLC 0xfc0000 - 0xfcbfff vlc_libintl.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libintl.dylib 0xfd0000 - 0xfd7fff vlc_libdvbpsi.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libdvbpsi.dylib 0xfdc000 - 0xfdefff vlc_libogg.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libogg.dylib 0x1808000 - 0x183bfff vlc_libtheora.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libtheora.dylib 0x1af9000 - 0x1afbfff net.sourceforge.bibdesk.inputmanager 1.6.6 /Users/michiel/Library/InputManagers/BibDeskInputManager/BibDeskInputManager.bundle/Contents/MacOS/BibDeskInputManager 0x1c05000 - 0x1c0afff com.fsb.SafariBlock ??? (1.14) /Users/michiel/Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBlock 0x1c10000 - 0x1c17fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.3 (1.0.3b1) /Users/michiel/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x1cbe000 - 0x1cd6fff vlc_libdvdnav.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libdvdnav.dylib 0x1cdd000 - 0x1ce5fff vlc_libdvdcss.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libdvdcss.dylib 0x4ef0000 - 0x4f05fff vlc_libdvdread.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libdvdread.dylib 0x4f5f000 - 0x4f6afff vlc_libmpcdec.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libmpcdec.dylib 0x65ac000 - 0x660bfff vlc_libfaad.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libfaad.dylib 0x661b000 - 0x664cfff vlc_libFLAC.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libFLAC.dylib 0x6665000 - 0x6699fff vlc_libspeex.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libspeex.dylib 0x6950000 - 0x6a5ffff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x6a8e000 - 0x6bf1fff com.apple.GeForceFXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLDriver 0x6c12000 - 0x6c2bfff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver 0x6c31000 - 0x6c4cfff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x6cf3000 - 0x6d6bfff com.apple.DVCPROHDAudio 1.2 /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio 0x6df7000 - 0x6df8fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bundle/Contents/MacOS/AOAHALPlugin 0x8fff000 - 0x900bfff com.grame.Jack Jack (0.100.6) /Library/Frameworks/Jack.framework/Versions/A/Jack 0x9098000 - 0x909dfff com.apple.LiveType.component 2.1.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType 0x90a1000 - 0x9106fff com.apple.LiveType.framework 2.1.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType 0x9130000 - 0x9198fff com.DivXInc.DivXDecoder 6.2.5 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x91a5000 - 0x9207fff com.apple.DVCPROHDMuxer 1.2 /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer 0x923b000 - 0x9259fff com.grame.JackRouter JackRouter 0.8.0 (0.8.0) /Library/Audio/Plug-Ins/HAL/JackRouter.plugin/Contents/MacOS/JackRouter 0x9394000 - 0x93a9fff vlc_libmad.dylib /Applications/video/VLC.app/Contents/MacOS/lib/vlc_libmad.dylib 0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld 0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90216000 - 0x90263fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x9028f000 - 0x90368fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x903b2000 - 0x90689fff com.apple.CoreServices.CarbonCore 681.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x908de000 - 0x909e0fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a3a000 - 0x90abefff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90ae8000 - 0x90b58fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90b6e000 - 0x90b80fff libauto.dylib /usr/lib/libauto.dylib 0x90ec4000 - 0x90f44fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90fe4000 - 0x90ffcfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x9100c000 - 0x9108dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x910d3000 - 0x910fcfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x9110d000 - 0x9111bfff libz.1.dylib /usr/lib/libz.1.dylib 0x91249000 - 0x91300fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x913d8000 - 0x913e1fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x913e8000 - 0x91410fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91423000 - 0x9142efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x91433000 - 0x9143bfff libbsm.dylib /usr/lib/libbsm.dylib 0x9143f000 - 0x914bafff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914f7000 - 0x914f7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x914f9000 - 0x91531fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9166e000 - 0x916fffff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9183a000 - 0x91898fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x918c7000 - 0x918e8fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x918fc000 - 0x91921fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x91992000 - 0x919a6fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x91cb6000 - 0x91cb6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91cb8000 - 0x91d9dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91da5000 - 0x91dc4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91e30000 - 0x91e9efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x91ea9000 - 0x91f3efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x91f58000 - 0x924e0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92513000 - 0x9283efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92c80000 - 0x92d5efff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x92d7e000 - 0x92e6cfff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92e7e000 - 0x92e9cfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92ea7000 - 0x92f01fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92f1f000 - 0x92f1ffff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92f21000 - 0x92f35fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92f4d000 - 0x92f5dfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92f69000 - 0x92f7efff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x92f90000 - 0x93017fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x9302b000 - 0x93036fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x93040000 - 0x9306dfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93087000 - 0x93096fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x930a2000 - 0x93108fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x93139000 - 0x93188fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x931e5000 - 0x931f2fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x933bc000 - 0x933d1fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x93657000 - 0x93663fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x936fd000 - 0x936fdfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x93910000 - 0x93be5fff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x9427d000 - 0x9427dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x944a8000 - 0x944e5fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x944ed000 - 0x9453dfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x946ec000 - 0x946fbfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x94703000 - 0x94710fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x94756000 - 0x9476ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x94b08000 - 0x94b79fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x94bec000 - 0x94c0cfff libmx.A.dylib /usr/lib/libmx.A.dylib 0x9565a000 - 0x95721fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x95afb000 - 0x95b6dfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x96126000 - 0x961f8fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x96300000 - 0x96341fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x96559000 - 0x9660afff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x973f3000 - 0x97439fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x97453000 - 0x97457fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x974a8000 - 0x974c7fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97576000 - 0x97594fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x97727000 - 0x97740fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x97746000 - 0x97749fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x9774c000 - 0x977b4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x977ba000 - 0x977f7fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x97a4b000 - 0x97b0ffff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x97bde000 - 0x97c9ffff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x97cca000 - 0x97ccbfff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib 0x97ccd000 - 0x97cdafff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x9d5ef000 - 0x9e19cfff com.apple.QuickTimeComponents.component 7.1.5 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x9e308000 - 0x9e31cfff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x9e32a000 - 0x9e4eafff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9e534000 - 0x9eb67fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9eef4000 - 0x9efabfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x9effa000 - 0x9f03cfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9f058000 - 0x9f413fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9f4a0000 - 0x9f528fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x9f569000 - 0x9f794fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9f8b2000 - 0x9fbc0fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9fd10000 - 0x9fd2dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9fd3f000 - 0x9fefafff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x9fff9000 - 0x9fffefff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib Model: PowerBook6,8, BootROM 4.9.0f0, 1 processors, PowerPC G4 (1.2), 1.5 GHz, 1.25 GB Graphics: GeForce FX Go5200, GeForce FX Go5200, AGP, 64 MB Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in Memory Module: DIMM1/J31, 1 GB, DDR SDRAM, PC2700U-25330 AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18) Modem: Jump, V.92, Version 1.0 Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 2 incoming serial ports Network Service: AirPort, AirPort, en1 Parallel ATA Device: MATSHITACD-RW CW-8123 Parallel ATA Device: Hitachi HTS541060G9AT00, 55.89 GB USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA USB Device: Microsoft(R) Compact Optical Mouse, Microsoft, Up to 1.5 Mb/sec, 500 mA FireWire Device: (1394 ATAPI,Rev 1.00), Prolific PL3507 Combo Device, Up to 400 Mb/sec FireWire Device: PreSonus FIREBOX, PreSonus, Up to 400 Mb/sec

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 20 Apr 2007 10:49

Ok. We are working on this. This is an improvement over the crashing during playback... :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

joostjodel
New Cone
New Cone
Posts: 4
Joined: 10 Jan 2007 20:46

Postby joostjodel » 20 Apr 2007 12:23

:D . Thanks for the swift reply. Let me know if I can be of any help testing, posting additional info, or anything else. Good luck & thanks!

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 20 Apr 2007 13:18

Well, it is now very difficult because of bugs in X.3 and updates of QT that do a bit what they want in the system...
Especially with X.4 and X.5 to maintain too.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 21 Apr 2007 12:53

Ok. The first crash is a graphics card driver bug.

The second a bug in a driver for an external audio device, which probably doesn't follow the specs completely.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mattcelt
New Cone
New Cone
Posts: 2
Joined: 21 Apr 2007 19:53

This worked for me...

Postby mattcelt » 21 Apr 2007 19:56

I had the same problem this morning. I deleted everything in the cache folder and the vlcrc file in the parent of the cache folder, and it works again. I think there's something that corrupts the settings and causes it to crash on startup. (This is on the newest update, .86b or whatever.)

Hope that helps!
mattcelt

denshaotoko
Blank Cone
Blank Cone
Posts: 17
Joined: 18 Aug 2006 07:25

Postby denshaotoko » 22 Apr 2007 21:49

I have the same problems. I did what Mattcelt suggested (i.e. deleting vlcrc nd the contents of Cache) but I have the same crash upon quitting. Nevertheless, I can read files and I can view them in fullscreen mode.
Here is the contents of Crash log:
Host Name: Ordinateur-de-la-famille-Morien.local
Date/Time: 2007-04-22 21:35:59 +0200
OS Version: 10.3.9 (Build 7W98)
Report Version: 2

Command: VLC
Path: /Applications/VLC /VLC.app/Contents/MacOS/VLC
Version: 0.8.6-bugfix (0.8.6b)
PID: 672
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x03202d44

Thread 0 Crashed:
0 <<00000000>> 0x03202d44 0 + 0x3202d44
1 org.videolan.vlc 0x000036a4 our_atexit + 0x7c
2 libSystem.B.dylib 0x9002ce38 exit + 0x58
3 org.videolan.vlc 0x00002750 _start + 0x2fc
4 org.videolan.vlc 0x00002450 start + 0x30

Thread 1:
0 libSystem.B.dylib 0x900171d8 semaphore_wait_signal_trap + 0x8
1 libSystem.B.dylib 0x9000e9dc _pthread_cond_wait + 0x270
2 com.apple.Foundation 0x90a7c614 -[NSConditionLock lockWhenCondition:] + 0x44
3 com.apple.AppKit 0x92e7a65c -[NSUIHeartBeat _heartBeatThread:] + 0x190
4 com.apple.Foundation 0x90a6a538 forkThreadForFunction + 0x6c
5 libSystem.B.dylib 0x90024910 _pthread_body + 0x28

PPC Thread State:
srr0: 0x03202d44 srr1: 0x4200d030 vrsave: 0x00000000
cr: 0x48000224 xer: 0x20000004 lr: 0x000033f0 ctr: 0x03202d44
r0: 0x00000000 r1: 0xbffffcc0 r2: 0x01b65370 r3: 0x00000000
r4: 0x00000000 r5: 0x00000002 r6: 0x02305e0c r7: 0x00000001
r8: 0x00000005 r9: 0x03202d44 r10: 0x90013c40 r11: 0xa000457c
r12: 0x03202d44 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
r24: 0x00000000 r25: 0x00000002 r26: 0xbffffee0 r27: 0x00000000
r28: 0xa0009194 r29: 0xa0009198 r30: 0xbffffcc0 r31: 0x9002cde8

Binary Images Description:
0x1000 - 0x4edfff org.videolan.vlc 0.8.6-bugfix (0.8.6b) /Applications/VLC /VLC.app/Contents/MacOS/VLC
0xfc5000 - 0xfc7fff vlc_libogg.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libogg.dylib
0xfd0000 - 0xfdbfff vlc_libintl.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libintl.dylib
0xfe0000 - 0xfe7fff vlc_libdvbpsi.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvbpsi.dylib
0x1841000 - 0x1874fff vlc_libtheora.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libtheora.dylib
0x1c5c000 - 0x1c7cfff vlc_libopendaap.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libopendaap.dylib
0x1ca5000 - 0x1cadfff vlc_libdvdcss.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdcss.dylib
0x1d17000 - 0x1d2ffff vlc_libdvdnav.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdnav.dylib
0x1d36000 - 0x1d4bfff vlc_libdvdread.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdread.dylib
0x1d6e000 - 0x1d7cfff vlc_libfribidi.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfribidi.dylib
0x1db8000 - 0x1e17fff vlc_libfaad.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfaad.dylib
0x1e20000 - 0x1e51fff vlc_libFLAC.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libFLAC.dylib
0x1e8b000 - 0x1e9cfff vlc_libid3tag.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libid3tag.dylib
0x1ee5000 - 0x1ef0fff vlc_libmpcdec.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libmpcdec.dylib
0x1f08000 - 0x1f94fff vlc_libfreetype.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfreetype.dylib
0x3007000 - 0x308cfff vlc_libgcrypt.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libgcrypt.dylib
0x30a0000 - 0x30b5fff vlc_libmad.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libmad.dylib
0x30c0000 - 0x315afff vlc_libgnutls.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libgnutls.dylib
0x34b8000 - 0x34e2fff vlc_libSDL_image.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libSDL_image.dylib
0x3534000 - 0x3568fff vlc_libspeex.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libspeex.dylib
0x359f000 - 0x3638fff vlc_libtiff.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libtiff.dylib
0x3646000 - 0x36befff vlc_libSDL.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libSDL.dylib
0x6105000 - 0x612efff com.apple.iSightAudio 7.0.4 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
0x6153000 - 0x616cfff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver
0x618d000 - 0x61a7fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x6785000 - 0x67edfff com.DivXInc.DivXDecoder 6.2.5 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x9b5a000 - 0x9c4ffff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x9f00000 - 0xa19efff ATIRadeon8500GLDriver /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS/ATIRadeon8500GLDriver
0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x81080000 - 0x81171fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x81eb0000 - 0x81eb3fff libmx.A.dylib /usr/lib/libmx.A.dylib
0x8708e000 - 0x87a4dfff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x88a29000 - 0x88cd7fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x88ed0000 - 0x88edcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x8bf02000 - 0x8bf12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x8cb3f000 - 0x8cb40fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib
0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9071d000 - 0x90730fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90737000 - 0x9079efff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.6 (500.58) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90d7c000 - 0x90d96fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90e13000 - 0x90e4bfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x910e0000 - 0x91133fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x91141000 - 0x91141fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91143000 - 0x91143fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x91242000 - 0x9125cfff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x91320000 - 0x91337fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x914ad000 - 0x914bdfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x914e0000 - 0x91549fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x915e0000 - 0x91699fff com.apple.QD 3.4.67 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x916f0000 - 0x91728fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91880000 - 0x91942fff com.apple.audio.units.Components 1.3.4 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x9194f000 - 0x9194ffff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91951000 - 0x9195efff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91b90000 - 0x91baafff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x91bc2000 - 0x91bcbfff libz.1.dylib /usr/lib/libz.1.dylib
0x91bce000 - 0x91bd6fff libbsm.dylib /usr/lib/libbsm.dylib
0x92056000 - 0x9205ffff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x920b7000 - 0x920c7fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x920f0000 - 0x92116fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.7 (743.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x939d0000 - 0x939e4fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x93a56000 - 0x93a66fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94120000 - 0x94138fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x94194000 - 0x9419ffff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x941b0000 - 0x941dbfff libncurses.5.dylib /usr/lib/libncurses.5.dylib
0x94580000 - 0x9459dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94658000 - 0x9466efff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x946b2000 - 0x946befff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x946c8000 - 0x946d7fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9477d000 - 0x94790fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x96092000 - 0x9614afff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96980000 - 0x96a42fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x97280000 - 0x972cbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97345000 - 0x973b2fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

**********

Host Name: Ordinateur-de-la-famille-Morien.local
Date/Time: 2007-04-22 21:41:02 +0200
OS Version: 10.3.9 (Build 7W98)
Report Version: 2

Command: VLC
Path: /Applications/VLC /VLC.app/Contents/MacOS/VLC
Version: 0.8.6-bugfix (0.8.6b)
PID: 680
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x03202d44

Thread 0 Crashed:
0 <<00000000>> 0x03202d44 0 + 0x3202d44
1 org.videolan.vlc 0x000036a4 our_atexit + 0x7c
2 libSystem.B.dylib 0x9002ce38 exit + 0x58
3 org.videolan.vlc 0x00002750 _start + 0x2fc
4 org.videolan.vlc 0x00002450 start + 0x30

PPC Thread State:
srr0: 0x03202d44 srr1: 0x4200d030 vrsave: 0x00000000
cr: 0x48000224 xer: 0x20000004 lr: 0x000033f0 ctr: 0x03202d44
r0: 0x00000000 r1: 0xbffffcc0 r2: 0x01b65960 r3: 0x00000000
r4: 0x00000000 r5: 0x00000002 r6: 0x021a9a0c r7: 0x00000001
r8: 0x0000001e r9: 0x03202d44 r10: 0x90013c40 r11: 0xa000457c
r12: 0x03202d44 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
r24: 0x00000000 r25: 0x00000002 r26: 0xbffffee0 r27: 0x00000000
r28: 0xa0009194 r29: 0xa0009198 r30: 0xbffffcc0 r31: 0x9002cde8

Binary Images Description:
0x1000 - 0x4edfff org.videolan.vlc 0.8.6-bugfix (0.8.6b) /Applications/VLC /VLC.app/Contents/MacOS/VLC
0xfc5000 - 0xfc7fff vlc_libogg.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libogg.dylib
0xfd0000 - 0xfdbfff vlc_libintl.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libintl.dylib
0xfe0000 - 0xfe7fff vlc_libdvbpsi.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvbpsi.dylib
0x1841000 - 0x1874fff vlc_libtheora.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libtheora.dylib
0x1c5c000 - 0x1c7cfff vlc_libopendaap.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libopendaap.dylib
0x1ca5000 - 0x1cadfff vlc_libdvdcss.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdcss.dylib
0x1d17000 - 0x1d2ffff vlc_libdvdnav.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdnav.dylib
0x1d36000 - 0x1d4bfff vlc_libdvdread.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libdvdread.dylib
0x1d6e000 - 0x1d7cfff vlc_libfribidi.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfribidi.dylib
0x1db8000 - 0x1e17fff vlc_libfaad.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfaad.dylib
0x1e20000 - 0x1e51fff vlc_libFLAC.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libFLAC.dylib
0x1e8b000 - 0x1e9cfff vlc_libid3tag.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libid3tag.dylib
0x1ee5000 - 0x1ef0fff vlc_libmpcdec.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libmpcdec.dylib
0x1f08000 - 0x1f94fff vlc_libfreetype.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libfreetype.dylib
0x3007000 - 0x308cfff vlc_libgcrypt.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libgcrypt.dylib
0x30a0000 - 0x30b5fff vlc_libmad.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libmad.dylib
0x30c0000 - 0x315afff vlc_libgnutls.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libgnutls.dylib
0x34b8000 - 0x34e2fff vlc_libSDL_image.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libSDL_image.dylib
0x3534000 - 0x3568fff vlc_libspeex.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libspeex.dylib
0x359f000 - 0x3638fff vlc_libtiff.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libtiff.dylib
0x3646000 - 0x36befff vlc_libSDL.dylib /Applications/VLC /VLC.app/Contents/MacOS/lib/vlc_libSDL.dylib
0x6a8e000 - 0x6ab7fff com.apple.iSightAudio 7.0.4 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
0x6adc000 - 0x6af5fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver
0x7f4e000 - 0x8043fff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x82f4000 - 0x8592fff ATIRadeon8500GLDriver /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS/ATIRadeon8500GLDriver
0x85ba000 - 0x85d4fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x87c0000 - 0x8828fff com.DivXInc.DivXDecoder 6.2.5 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x81080000 - 0x81171fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x81eb0000 - 0x81eb3fff libmx.A.dylib /usr/lib/libmx.A.dylib
0x8708e000 - 0x87a4dfff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x880f0000 - 0x88226fff com.apple.vImage 1.2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x88a29000 - 0x88cd7fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x88ed0000 - 0x88edcfff com.apple.agl 2.5 (AGL-2.5) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x8bf02000 - 0x8bf12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x8cb3f000 - 0x8cb40fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib
0x8fd50000 - 0x8fd50fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
0x90000000 - 0x9014ffff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901c0000 - 0x9026dfff com.apple.CoreFoundation 6.3.7 (299.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x902b0000 - 0x90529fff com.apple.CoreServices.CarbonCore 10.3.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9071d000 - 0x90730fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90737000 - 0x9079efff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.6 (500.58) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90d7c000 - 0x90d96fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90e13000 - 0x90e4bfff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x910e0000 - 0x91133fff com.apple.bom 1.2.5 (63.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x91141000 - 0x91141fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91143000 - 0x91143fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x91242000 - 0x9125cfff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x91320000 - 0x91337fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x914ad000 - 0x914bdfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x914e0000 - 0x91549fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x915e0000 - 0x91699fff com.apple.QD 3.4.67 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x916f0000 - 0x91728fff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91760000 - 0x917f3fff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91880000 - 0x91942fff com.apple.audio.units.Components 1.3.4 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x9194f000 - 0x9194ffff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91951000 - 0x9195efff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91a40000 - 0x91ab3fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x91b30000 - 0x91b44fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x91b60000 - 0x91b6bfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91b90000 - 0x91baafff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x91bc2000 - 0x91bcbfff libz.1.dylib /usr/lib/libz.1.dylib
0x91bce000 - 0x91bd6fff libbsm.dylib /usr/lib/libbsm.dylib
0x92056000 - 0x9205ffff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x920b7000 - 0x920c7fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x920f0000 - 0x92116fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x92170000 - 0x92357fff com.apple.security 2.4 (179) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.2 (7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.7 (743.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93680000 - 0x93958fff com.apple.CoreGraphics 1.203.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x939d0000 - 0x939e4fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x93a50000 - 0x93a54fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x93a56000 - 0x93a66fff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x94120000 - 0x94138fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x94194000 - 0x9419ffff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x941b0000 - 0x941dbfff libncurses.5.dylib /usr/lib/libncurses.5.dylib
0x94580000 - 0x9459dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94658000 - 0x9466efff com.apple.QuartzCore 1.3 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x946b2000 - 0x946befff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x946c8000 - 0x946d7fff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
0x946e0000 - 0x9473ffff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9477d000 - 0x94790fff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x94800000 - 0x9488cfff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94ea0000 - 0x954a6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95500000 - 0x957d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x958e0000 - 0x95900fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95b50000 - 0x95c32fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x95f30000 - 0x9601efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x96092000 - 0x9614afff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96980000 - 0x96a42fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x96aa0000 - 0x96acefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x96b50000 - 0x96bdffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x97280000 - 0x972cbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x97345000 - 0x973b2fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
Another problem: now, when i double-click on a avi file, I have the message "error code-10660".

denshaotoko
Blank Cone
Blank Cone
Posts: 17
Joined: 18 Aug 2006 07:25

Postby denshaotoko » 22 Apr 2007 23:03

Oops, I am such a moron: I forgot to empty my trash. After doing so, 0.8.6b works properly (so far).

joostjodel
New Cone
New Cone
Posts: 4
Joined: 10 Jan 2007 20:46

Postby joostjodel » 23 Apr 2007 03:39

Ok. The first crash is a graphics card driver bug.

The second a bug in a driver for an external audio device, which probably doesn't follow the specs completely.
I have Jack for Mac OS X installed, which I use sometimes to work with an external firewire audio interface (Presonus Firebox).
OK so now the poblem is established, what could be a possible solution? All other audio apps work well with my Firebox. Just for what it's worth, many people including me have had crashes with their firewire audio interface in Audacity (audio editor) but they seem to have solved it with their latest release 1.3.2beta.
[/url]

mattcelt
New Cone
New Cone
Posts: 2
Joined: 21 Apr 2007 19:53

Something I should mention...

Postby mattcelt » 23 Apr 2007 22:15

Now that I've deleted the vlcrc file, VLC no longer saves (some? all of?) my settings. I haven't checked to see if the vlcrc file has been recreated (or honestly done any other troubleshooting with it yet), but I use an external display for screen #2, and I now have to switch the video device from "default" to screen 2 every time I open VLC to watch things in full screen mode on the external display.

Thought I should mention it, since the behaviour is different than before.

Thanks,
mattcelt

BTW denshaotoko - I'm glad it worked for you!!

denshaotoko
Blank Cone
Blank Cone
Posts: 17
Joined: 18 Aug 2006 07:25

Postby denshaotoko » 24 Apr 2007 21:14

Well, it worked indeed, but I have occasional crashes upon quitting, and it is true that the vlcrc has not returned after being destroyed, so I wonder where it came from originally. I tried the following: idestroyed the application VLC and re-copy it from the .dmg, but the vlcrc file does not reappear.
Very strange, indeed…


Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 4 guests