gonzoua / AudioBookBinder

GUI and command-line utility for converting audiobooks to m4b format
http://bluezbox.com/abb.html
228 stars 48 forks source link

EXC_BAD_ACCESS on OS X Lion #3

Closed aheusingfeld closed 13 years ago

aheusingfeld commented 13 years ago

Hi Gonzo,

I experience problems with my build of AudioBookBinder and tried the compiled version from the app store to verify the bug is not only with my changes. The app crashes when trying to write file 3, 4 or 5. I tried with mp3 and m4a of two different AudioBooks I imported from CD via iTunes.

When I run AudioBookBinder via XCode it stops in AudioBinder.m:424 at the following code and complains a "EXC_BAD_ACCESS": status = ExtAudioFileWrite(_outAudioFile, framesToRead, &bufferList);

If you can give me any advice to narrow this down, I'd be very thankful. I'm not too familiar with objective-C, yet, and this obviously has something to do with memory management.

Thanks in advance. Alex

Here's the dump of the Mac AppStore-Version's crash:

Process: AudioBookBinder [23758] Path: /Applications/AudioBookBinder.app/Contents/MacOS/AudioBookBinder Identifier: com.bluezbox.AudioBookBinder Version: 1.14 (114) App Item ID: 413969927 App External ID: 3934186 Code Type: X86-64 (Native) Parent Process: launchd [143]

Date/Time: 2011-07-22 12:00:45.781 +0200 OS Version: Mac OS X 10.7 (11A511) Report Version: 9

Interval Since Last Report: 80200 sec Crashes Since Last Report: 7 Per-App Interval Since Last Report: 1532 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: 70CCDEA6-CABB-4624-B190-B5841020CED1

Crashed Thread: 3

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0: --> __TEXT 0000000100000000-00000001000e4000 [ 912K] r-x/rwx SM=COW /Applications/AudioBookBinder.app/Contents/MacOS/AudioBookBinder

Application Specific Information: objc[23758]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8388f67a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8388ed71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff877ec29c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff877f4a04 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff877f4216 CFRunLoopRunSpecific + 230 5 com.apple.HIToolbox 0x00007fff8c3624ff RunCurrentEventLoopInMode + 277 6 com.apple.HIToolbox 0x00007fff8c369c21 ReceiveNextEventCommon + 355 7 com.apple.HIToolbox 0x00007fff8c369aae BlockUntilNextEventMatchingListInMode + 62 8 com.apple.AppKit 0x00007fff8d4fb191 _DPSNextEvent + 659 9 com.apple.AppKit 0x00007fff8d4faa95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 10 com.apple.AppKit 0x00007fff8d4f73d6 -[NSApplication run] + 463 11 com.apple.AppKit 0x00007fff8d77552a NSApplicationMain + 867 12 com.bluezbox.AudioBookBinder 0x0000000100001234 0x100000000 + 4660

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff838917e6 kevent + 10 1 libdispatch.dylib 0x00007fff8621860e _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff8621719e _dispatch_mgr_thread + 54

Thread 2:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff83890df2 select + 10 1 com.apple.CoreFoundation 0x00007fff8783d66b CFSocketManager + 1355 2 libsystem_c.dylib 0x00007fff892d78bf _pthread_start + 335 3 libsystem_c.dylib 0x00007fff892dab75 thread_start + 13

Thread 3 Crashed: 0 com.apple.audio.codecs.Components 0x00000001062eb375 NativeInt16ToFloat32ScaledX86 + 163 1 com.apple.audio.codecs.Components 0x00000001063297a7 ACMP4AACBaseEncoder::AppendInputData(void const, unsigned int&, unsigned int&, AudioStreamPacketDescription const_) + 245 2 com.apple.audio.codecs.Components 0x000000010636f860 _ZL15AppendInputDataPvPKvPjS2_PK28AudioStreamPacketDescription + 44 3 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c2ddaea _ATAudioCodecAppendInputData + 122 4 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c23ba5a CodecConverter::AppendExcessInput(unsigned int&) + 162 5 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c23bdf2 CodecConverter::EncoderFillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription) + 706 6 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c209ce5 AudioConverterChain::RenderOutput(CABufferList, unsigned int, unsigned int&, AudioStreamPacketDescription) + 105 7 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c209bb5 BufferedAudioConverter::FillBuffer(unsigned int&, AudioBufferList&, AudioStreamPacketDescription) + 307 8 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c20994d AudioConverterFillComplexBuffer + 237 9 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c26157a ExtAudioFile::WritePacketsFromCallback(int ()(OpaqueAudioConverter, unsigned int, AudioBufferList, AudioStreamPacketDescription*, void), void) + 78 10 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c26240f ExtAudioFile::Write(unsigned int, AudioBufferList const_) + 199 11 com.apple.audio.toolbox.AudioToolbox 0x00007fff8c25ab2e ExtAudioFileWrite + 68 12 com.bluezbox.AudioBookBinder 0x0000000100001f00 0x100000000 + 7936 13 com.bluezbox.AudioBookBinder 0x00000001000024f2 0x100000000 + 9458 14 com.bluezbox.AudioBookBinder 0x0000000100007787 0x100000000 + 30599 15 com.apple.Foundation 0x00007fff834cd1ea -[NSThread main] + 68 16 com.apple.Foundation 0x00007fff834cd162 NSThreadmain__ + 1575 17 libsystem_c.dylib 0x00007fff892d78bf _pthread_start + 335 18 libsystem_c.dylib 0x00007fff892dab75 thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff83891192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff892d9594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff892dab85 start_wqthread + 13

Thread 3 crashed with X86 Thread State (64-bit): rax: 0x0000000000000800 rbx: 0x0000000000000800 rcx: 0x0000000103925c10 rdx: 0x0004d3c00004b0a0 rdi: 0x3ef0000000000000 rsi: 0x0000000103925c00 rbp: 0x0000000102380140 rsp: 0x0000000102380120 r8: 0x0000000000000000 r9: 0x00000001006ce0e8 r10: 0x0000000000004000 r11: 0x00000001071415d8 r12: 0x0000000000000000 r13: 0x0000000000000800 r14: 0x0000000103925c00 r15: 0x0004d3c00004b0a0 rip: 0x00000001062eb375 rfl: 0x0000000000010202 cr2: 0x0000000109148000 Logical CPU: 0

Binary Images: 0x100000000 - 0x1000e3fef +com.bluezbox.AudioBookBinder (1.14 - 114) <482F54B3-C0C8-3097-A5D0-6B35885E61EA> /Applications/AudioBookBinder.app/Contents/MacOS/AudioBookBinder 0x1000fd000 - 0x10016bfff com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x1001a9000 - 0x100210fff com.apple.Symbolication (1.2 - 87) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x10024f000 - 0x100289fef com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x1004f6000 - 0x1004f9ff7 libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x1007c3000 - 0x1007c9fef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x1007f4000 - 0x1007f4ff5 +cl_kernels (??? - ???) <1FA2848F-0FF5-4CE4-81CE-2064D30EE32C> cl_kernels 0x1007fa000 - 0x1007faff5 +cl_kernels (??? - ???) <55C599AF-9DAF-477B-A398-C838A84235B9> cl_kernels 0x1023e1000 - 0x1023e6ff7 libgermantok.dylib (??? - ???) /usr/lib/libgermantok.dylib 0x1023fd000 - 0x1023fdffd +cl_kernels (??? - ???) cl_kernels 0x1037fd000 - 0x1037feffc +cl_kernels (??? - ???) <6CC55946-B748-4951-9186-55F6037B0A38> cl_kernels 0x105085000 - 0x105118ff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x10629c000 - 0x10647cff7 com.apple.audio.codecs.Components (2.1 - 2.1) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs 0x10709d000 - 0x1070a4fff com.apple.URLMount.AFPPlugin (4.0 - 4.0) <79141498-1795-3AFA-91A1-44386602036E> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp 0x1070ab000 - 0x1070b6ff7 com.apple.AppleSRP (1.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x1070fd000 - 0x1070feff3 +cl_kernels (??? - ???) <33644AB2-E725-4D87-9873-21896D9DA59B> cl_kernels 0x107306000 - 0x107352ff7 com.apple.AppleShareClientCore (2.5 - 2.5) /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore 0x107b9d000 - 0x107ba2fff com.apple.URLMount.WebDAVPlugin (3.4.1 - 3.4.1) <666137A2-0B0D-37D2-8A8D-E3C81C17A74B> /System/Library/Filesystems/NetFSPlugins/http.bundle/Contents/MacOS/http 0x107bb8000 - 0x107bbbfff libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib 0x107bc1000 - 0x107c54ff7 unorm8_argb.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib 0x107c76000 - 0x107c77ff3 +cl_kernels (??? - ???) <4CBF1756-9F90-42E1-92C1-64CE699B2537> cl_kernels 0x7fff6c972000 - 0x7fff6c9a6ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld 0x7fff830ac000 - 0x7fff83472fff com.apple.MediaToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff83473000 - 0x7fff83785fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff83786000 - 0x7fff8382afef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff83874000 - 0x7fff83879fff com.apple.OpenDirectory (10.7 - 144) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8387a000 - 0x7fff8389afff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib 0x7fff83a07000 - 0x7fff83a34ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff83a3e000 - 0x7fff83b3cff7 com.apple.QuickLookUIFramework (3.0 - 489.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff83b3d000 - 0x7fff83b3dfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff83b3e000 - 0x7fff83b65fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff83b85000 - 0x7fff83b85fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff83b86000 - 0x7fff83bc8ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff83bcf000 - 0x7fff8429d9df com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8429e000 - 0x7fff8443dfff com.apple.QuartzCore (1.7 - 269.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8443e000 - 0x7fff8444bfff com.apple.KerberosHelper (3.0 - 1.0) <040790B0-527E-337B-8E0D-CC4B4B36634B> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x7fff8466d000 - 0x7fff846fffff com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff84700000 - 0x7fff84705fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 0x7fff84706000 - 0x7fff8472cff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff84771000 - 0x7fff84783ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff84784000 - 0x7fff84789fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib 0x7fff8478a000 - 0x7fff847e3fff com.apple.Suggestions (1.0 - 84.0) <6B925EBB-CEEF-3134-8D25-2103F21DE624> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions 0x7fff854de000 - 0x7fff854defff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff854df000 - 0x7fff854e2fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff854e3000 - 0x7fff85509fff com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff85575000 - 0x7fff855b8ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff855b9000 - 0x7fff859e6fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff859e7000 - 0x7fff859e9fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib 0x7fff859f8000 - 0x7fff85a6dff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x7fff85a6e000 - 0x7fff85a8aff7 com.apple.GenerationalStorage (1.0 - 124) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff85ad0000 - 0x7fff85adffff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff85b2a000 - 0x7fff85fd1ff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff86014000 - 0x7fff86027ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 0x7fff86028000 - 0x7fff8602afff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8602b000 - 0x7fff86072ff7 com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff86073000 - 0x7fff86085ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff860b2000 - 0x7fff860b2fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff86170000 - 0x7fff86175fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff86176000 - 0x7fff86190fff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff86215000 - 0x7fff86223fff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib 0x7fff86224000 - 0x7fff8623bfff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8626a000 - 0x7fff862a3fe7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) /usr/lib/libssl.0.9.8.dylib 0x7fff862c1000 - 0x7fff86363ff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff86364000 - 0x7fff863b7fff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8641c000 - 0x7fff8641dff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff8641e000 - 0x7fff86446ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff86447000 - 0x7fff864aeff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff864af000 - 0x7fff864d2ff7 com.apple.RemoteViewServices (1.0 - 1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff86559000 - 0x7fff8665eff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8665f000 - 0x7fff86a7aff7 com.apple.RawCamera.bundle (3.7.2 - 573) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff86a7b000 - 0x7fff86a7cfff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib 0x7fff86a7d000 - 0x7fff86b80fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x7fff86bc8000 - 0x7fff86bcffff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 0x7fff86cc2000 - 0x7fff86cc3fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel 0x7fff86cc4000 - 0x7fff86d14fff com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff86d5c000 - 0x7fff87340faf libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff87341000 - 0x7fff873a3ff7 com.apple.coreui (0.3 - 162) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff873a4000 - 0x7fff87417fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff87418000 - 0x7fff875a2ff7 com.apple.QTKit (7.7.1 - 2246) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff875de000 - 0x7fff87670fff com.apple.PDFKit (2.6 - 2.6) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff87671000 - 0x7fff876c3ff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff876c4000 - 0x7fff876cbfff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff876cc000 - 0x7fff87720ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff87721000 - 0x7fff877bbff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff877bc000 - 0x7fff8798fff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff87990000 - 0x7fff879c5fff com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff879c9000 - 0x7fff87a33fff com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff87a34000 - 0x7fff87a4bfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff87b93000 - 0x7fff87ba9fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff87baa000 - 0x7fff87c8afff com.apple.CoreServices.OSServices (478.25 - 478.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff87c8b000 - 0x7fff87c91fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff87c92000 - 0x7fff87ceeff7 com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff87cef000 - 0x7fff87d22fff com.apple.GSS (2.1 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff87d23000 - 0x7fff8813efff com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff8813f000 - 0x7fff88168ff7 com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff88169000 - 0x7fff8836bfff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib 0x7fff8836c000 - 0x7fff88389ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8838a000 - 0x7fff885f8ff7 com.apple.QuartzComposer (5.0 - 232) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff885f9000 - 0x7fff8861dff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8861e000 - 0x7fff8864bfff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff8865b000 - 0x7fff8865efff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8865f000 - 0x7fff886e3ff7 com.apple.ApplicationServices.ATS (5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff886e4000 - 0x7fff886e5fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib 0x7fff886e6000 - 0x7fff88960ff7 com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff88961000 - 0x7fff8896efff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff889c4000 - 0x7fff88a1bfff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff88a1c000 - 0x7fff88a2aff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib 0x7fff88a37000 - 0x7fff88ae9fff com.apple.CoreText (4.0.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff88aea000 - 0x7fff88e03fff com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff88e07000 - 0x7fff88e12fff com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff88e13000 - 0x7fff890eafff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff890eb000 - 0x7fff890f6ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff890f7000 - 0x7fff890fdff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff89289000 - 0x7fff89366fef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib 0x7fff89367000 - 0x7fff893ddfff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff894d9000 - 0x7fff89515fff libsystem_info.dylib (??? - ???) /usr/lib/system/libsystem_info.dylib 0x7fff89659000 - 0x7fff89664fff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff89669000 - 0x7fff8966eff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib 0x7fff8966f000 - 0x7fff8966ffff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff896e6000 - 0x7fff8973aff7 com.apple.ImageCaptureCore (3.0 - 3.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8973b000 - 0x7fff89742fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff89743000 - 0x7fff89904fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8997b000 - 0x7fff89a1afff com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff89c33000 - 0x7fff89c45ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib 0x7fff89cc3000 - 0x7fff89cc3fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff89cc4000 - 0x7fff89ccfff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff89cd2000 - 0x7fff89ddefef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib 0x7fff89ddf000 - 0x7fff89de1fff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff89de2000 - 0x7fff89de6ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff89de7000 - 0x7fff89e2ffff com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff89e30000 - 0x7fff89e5bff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib 0x7fff89e5c000 - 0x7fff89ea7fff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff89f1d000 - 0x7fff89f1efff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib 0x7fff89f23000 - 0x7fff89f31fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff89f5c000 - 0x7fff89f79ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib 0x7fff89fab000 - 0x7fff89fb2ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8a094000 - 0x7fff8a095ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib 0x7fff8a797000 - 0x7fff8a819fff com.apple.Metadata (10.7.0 - 627.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8a81a000 - 0x7fff8a89fff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8a8a0000 - 0x7fff8a8a6fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 0x7fff8a8a7000 - 0x7fff8a9a3ff7 com.apple.avfoundation (2.0 - 180.23) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8a9f4000 - 0x7fff8aa4efff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8aa4f000 - 0x7fff8b1e3fff com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8b1e4000 - 0x7fff8b616fe7 com.apple.VideoToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8b623000 - 0x7fff8b65efff com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8b65f000 - 0x7fff8b665ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff8b666000 - 0x7fff8b669fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8b66a000 - 0x7fff8b693fff com.apple.CoreServicesInternal (113.7 - 113.7) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8b696000 - 0x7fff8b75dff7 com.apple.ColorSync (4.7.0 - 4.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8b75e000 - 0x7fff8b766fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8b767000 - 0x7fff8b76bfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x7fff8b76c000 - 0x7fff8b771fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff8b772000 - 0x7fff8b776fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8b808000 - 0x7fff8b80bfff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8b914000 - 0x7fff8b914fff com.apple.audio.units.AudioUnit (1.7 - 1.7) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8b915000 - 0x7fff8b93efff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8b93f000 - 0x7fff8ba4cfff libJP2.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8ba5b000 - 0x7fff8ba69ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8ba6a000 - 0x7fff8bb7ffff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8bbb6000 - 0x7fff8bceffef com.apple.vImage (5.0 - 5.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8bcf0000 - 0x7fff8c009ff7 com.apple.AddressBook.framework (6.0 - 1043) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8c00f000 - 0x7fff8c024fff com.apple.FileSync.framework (6.0 - 432) <7DF40003-7A8A-3C42-AC26-FCA0A0DFEE17> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync 0x7fff8c1fc000 - 0x7fff8c355ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8c35f000 - 0x7fff8c35ffff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8c360000 - 0x7fff8c683fff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8c684000 - 0x7fff8c8f5fff com.apple.CoreImage (7.77 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8cc4e000 - 0x7fff8cc7bfe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib 0x7fff8cc7c000 - 0x7fff8cd71fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff8cd72000 - 0x7fff8cd7fff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib 0x7fff8cd80000 - 0x7fff8cdf0fff com.apple.datadetectorscore (3.0 - 179.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8cdf1000 - 0x7fff8ce10fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib 0x7fff8ce23000 - 0x7fff8ce62ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8ce63000 - 0x7fff8cf4afff com.apple.backup.framework (1.3 - 1.3) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8cf4b000 - 0x7fff8cf4eff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8cf4f000 - 0x7fff8d02dff7 com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8d02e000 - 0x7fff8d02efff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8d02f000 - 0x7fff8d23cfff com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8d2b1000 - 0x7fff8d2ffff7 libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff8d300000 - 0x7fff8d314ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8d315000 - 0x7fff8d354fff com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8d375000 - 0x7fff8d38afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8d3bb000 - 0x7fff8d3bcfff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x7fff8d3bd000 - 0x7fff8d3c3fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8d3c4000 - 0x7fff8d424fff libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8d458000 - 0x7fff8d487fff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8d495000 - 0x7fff8d4d3fff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8d4d4000 - 0x7fff8d4f1fff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8d4f2000 - 0x7fff8e0eafff com.apple.AppKit (6.7 - 1138) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8e0eb000 - 0x7fff8e108fff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff8e109000 - 0x7fff8e10bff7 com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8e118000 - 0x7fff8e118fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8e119000 - 0x7fff8e466ff7 com.apple.FinderKit (1.0 - 1) <906BCBF7-CBE6-36D2-A183-4980E73CA5EF> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 0x7fff8e467000 - 0x7fff8e4a6ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) /usr/lib/libcups.2.dylib 0x7fff8e4a7000 - 0x7fff8e5a9ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x7fff8e5b0000 - 0x7fff8e5f1fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8e607000 - 0x7fff8e611ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib 0x7fff8e612000 - 0x7fff8e63dfff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib 0x7fff8e65a000 - 0x7fff8e6d5ff7 com.apple.print.framework.PrintCore (7.0 - 366) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8f29a000 - 0x7fff8f3fdfff com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8f3fe000 - 0x7fff8f414ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8f415000 - 0x7fff8f416fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8f55e000 - 0x7fff8f5b1fff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8f5ba000 - 0x7fff8f5c3fff libnotify.dylib (80.0.0 - compatibility 1.0.0) /usr/lib/system/libnotify.dylib 0x7fff8f5c4000 - 0x7fff8f65aff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8f65b000 - 0x7fff8f65ffff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 0x7fff8f660000 - 0x7fff8f744def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib 0x7fff8f792000 - 0x7fff8f79efff com.apple.DirectoryService.Framework (10.7 - 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8f79f000 - 0x7fff8f7a5fff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 98 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 3765693 thread_create: 0 thread_set_state: 20075

VM Region Summary: ReadOnly portion of Libraries: Total=189.9M resident=77.7M(41%) swapped_out_or_unallocated=112.3M(59%) Writable regions: Total=90.5M written=19.9M(22%) resident=32.9M(36%) swapped_out=348K(0%) unallocated=57.6M(64%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 3080K CG image 5964K CG raster data 192K CG shared images 3480K CoreGraphics 16K CoreImage 8K CoreServices 1372K MALLOC 51.2M MALLOC guard page 32K MALLOC_LARGE (reserved) 1024K reserved VM address space (unallocated) Memory tag=240 4K Memory tag=242 12K Memory tag=249 156K Memory tag=251 64K OpenCL 60K STACK GUARD 56.0M Stack 9820K VM_ALLOCATE 16.3M __CI_BITMAP 80K DATA 18.9M IMAGE 1256K LINKEDIT 48.1M TEXT 141.8M __UNICODE 544K mapped file 43.3M shared memory 14.8M =========== ======= TOTAL 416.9M TOTAL, minus reserved VM space 415.9M

Model: MacBookPro6,1, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.57f17 Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020 Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533642465238432D47372020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.6) Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Network Service: Cybercon VPN, PPP (PPTP) Serial ATA Device: APPLE SSD TS128B, 121,33 GB Serial ATA Device: MATSHITADVD-R UJ-898, 526,2 MB USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 4 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 5 USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4 USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

gonzoua commented 13 years ago

I've just committed workaround, please test and let me know if it fixes crash

aheusingfeld commented 13 years ago

I couldn't pull the changes directly but I copied the lines to my local files and it doesn't crash anymore!

Could you give me a little hint on how you determined the bitrate as the root cause of the problem? I actually suspected the activated 64bit switch in Lion.

gonzoua commented 13 years ago

Well, it was pattern: crash always happened on the beginning of the file and it was never first file. So I assumed it must be something related to the setup of converter for new file. I tried to comment out some code and without bitrate setting things went smoothly.

aheusingfeld commented 13 years ago

Thanks for the infos. To me the issue is resolved. I checked with m4a and mp3 files but the app does not crash anymore!

Cheers Alex