all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9303: 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289)
       [not found] <4E396A94.9010206@solevo.us>
@ 2011-08-15 15:44 ` David Reitter
  2011-08-15 18:42   ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: David Reitter @ 2011-08-15 15:44 UTC (permalink / raw)
  To: 9303

[-- Attachment #1: Type: text/plain, Size: 70443 bytes --]

There are pretty regular crashes in Emacs 23/NS (and presumably 24?) that occur when the Cocoa run loop is entered from some Lisp function (after showing the Open or Save panel).  I also have one happening when, after dismissing the Open panel, UNBLOCK_INPUT is called (last report below).  There, the crash occurs during pthread_mutex_lock.

I can't guarantee that this is not due to Aquamacs-specific code, but I can't see what that would be.  I've changed the save panel a little (using a window pane), but the Open panel is the same.

Begin forwarded message:

> From: Charles McKnight <charles.mcknight@solevo.us>
> Date: August 3, 2011 5:34:44 PM GMT+02:00
> To: aquamacs-bugs@aquamacs.org
> Subject: [Aquamacs-bugs] 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289)
> Reply-To: Bug reports for Aquamacs Emacs <aquamacs-bugs@aquamacs.org>
> 
> I built Aquamacs from the source (HEAD) using XCode for Lion and consistently got the same crash when I attempted to open a file using the menu or Command-O. Not sure what the issue is yet, but will continue to investigate.
> 
> Please write in English if possible, because the Emacs maintainers 
> usually do not have translators to read other languages for them. 
> 
> Your report will be posted to the aquamacs-bugs@aquamacs.org mailing list, 
> and may appear in other public locations. 
> 
> Please describe exactly what actions triggered the bug 
> and the precise symptoms of the bug. If you can, give 
> a recipe starting with an Aquamacs without customization 
> for which see the Help / Diagnose and Report Bug menu: 
> 
> Enter your bug report here. 
> 
> If Emacs crashed, and you have the Emacs process in the gdb debugger, 
> please include the output from the following gdb commands: 
> `bt full' and `xbacktrace'. 
> For information about debugging Emacs, please read the file 
> /Applications/Aquamacs.app/Contents/Resources/etc/DEBUG. 
> 
> 
> In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) 
> of 2011-07-29 on braeburn.aquamacs.org - Aquamacs Distribution 2.3a 
> Windowing system distributor `Apple', version 10.3.1138 
> configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O3 -fno-tree-pre -falign-loops -arch i386' 'LDFLAGS=-O3     -fno-tree-pre -falign-loops -arch i386'' 
> 
> Important settings: 
> value of $LC_ALL: nil 
> value of $LC_COLLATE: nil 
> value of $LC_CTYPE: en_US.UTF-8 
> value of $LC_MESSAGES: nil 
> value of $LC_MONETARY: nil 
> value of $LC_NUMERIC: nil 
> value of $LC_TIME: nil 
> value of $LANG: nil 
> value of $XMODIFIERS: nil 
> locale-coding-system: nil 
> default enable-multibyte-characters: t 
> 
> 
> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs) 
> 
> PATH: /usr/local/Trolltech/Qt-4.7.1/bin:/usr/local/bin:/usr/local/sbin:/Users/chuck/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/chuck/airsdk/bin:/Users/chuck/airsdk/bin:/Applications/Mozart.zpp/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2010/bin
> 
> exec-path: (/usr/local/Trolltech/Qt-4.7.1/bin /usr/local/bin /usr/local/sbin /Users/chuck/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /Users/chuck/airsdk/bin /Users/chuck/airsdk/bin /Applications/Mozart.zpp/Contents/Resources/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin /usr/local/texlive/2010/bin) 
> 
> Process: Aquamacs [38896] 
> Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs 
> Identifier: org.gnu.Aquamacs 
> Version: 2.3a (2.3.1312256614) 
> Code Type: X86-64 (Native) 
> Parent Process: launchd [328] 
> 
> Date/Time: 2011-08-02 23:31:35.312 -0700 
> OS Version: Mac OS X 10.7 (11A511) 
> Report Version: 9 
> 
> Crashed Thread: 0 Dispatch queue: com.apple.main-thread 
> 
> Exception Type: EXC_BAD_ACCESS (SIGABRT) 
> Exception Codes: 0x000000000000000d, 0x0000000000000000 
> 
> VM Regions Near 0: 
> --> 
> __TEXT 0000000100000000-00000001001df000 [ 1916K] r-x/rwx SM=COW /Applications/Aquamacs.app/Contents/MacOS/Aquamacs 
> 
> Application Specific Information: 
> objc[38896]: garbage collection is OFF 
> abort() called 
> 
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 
> 0 libsystem_kernel.dylib 0x00007fff92ec682a __kill + 10 
> 1 org.gnu.Aquamacs 0x0000000100095006 fatal_error_signal + 326 (emacs.c:377) 
> 2 libsystem_c.dylib 0x00007fff96caecfa _sigtramp + 26 
> 3 libsystem_kernel.dylib 0x00007fff92ec6ce2 __pthread_kill + 10 
> 4 libsystem_c.dylib 0x00007fff96c5c7d2 pthread_kill + 95 
> 5 libsystem_c.dylib 0x00007fff96c4da7a abort + 143 
> 6 org.gnu.Aquamacs 0x00000001001739fc ns_term_shutdown + 92 
> 7 org.gnu.Aquamacs 0x00000001000932ed shut_down_emacs + 237 (emacs.c:2247) 
> 8 org.gnu.Aquamacs 0x0000000100094fbe fatal_error_signal + 254 (emacs.c:396) 
> 9 libsystem_c.dylib 0x00007fff96caecfa _sigtramp + 26 
> 10 com.apple.FinderKit 0x00007fff8e50ff8e IThumbnailExtractorController::UnregisterContainerWithThumbnailCache(TFENode const&, TCarbonEventHandler const&) + 60 
> 11 com.apple.FinderKit 0x00007fff8e533aff -[FI_TBrowserViewController(DataSource) closeContainer:] + 104 
> 12 com.apple.FinderKit 0x00007fff8e544de8 -[FI_TListViewController closeContainer:] + 181 
> 13 com.apple.FinderKit 0x00007fff8e544db7 -[FI_TListViewController closeContainer:] + 132 
> 14 com.apple.FinderKit 0x00007fff8e544db7 -[FI_TListViewController closeContainer:] + 132 
> 15 com.apple.FinderKit 0x00007fff8e53395d -[FI_TBrowserViewController(DataSource) closeTarget] + 47 
> 16 com.apple.FinderKit 0x00007fff8e5b9525 -[FIFinderViewGutsController destroyBrowserView] + 238 
> 17 com.apple.FinderKit 0x00007fff8e5b7121 -[FIFinderViewGutsController prepareToHide] + 369 
> 18 com.apple.FinderKit 0x00007fff8e5b71fb -[FIFinderViewGutsController windowOrderedOut] + 40 
> 19 com.apple.Foundation 0x00007fff946f2b8e __NSFireDelayedPerform + 392 
> 20 com.apple.CoreFoundation 0x00007fff905cc694 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 
> 21 com.apple.CoreFoundation 0x00007fff905cc1e6 __CFRunLoopDoTimer + 534 
> 22 com.apple.CoreFoundation 0x00007fff905acba1 __CFRunLoopRun + 1617 
> 23 com.apple.CoreFoundation 0x00007fff905ac216 CFRunLoopRunSpecific + 230 
> 24 com.apple.HIToolbox 0x00007fff96f264ff RunCurrentEventLoopInMode + 277 
> 25 com.apple.HIToolbox 0x00007fff96f2db73 ReceiveNextEventCommon + 181 
> 26 com.apple.HIToolbox 0x00007fff96f2daae BlockUntilNextEventMatchingListInMode + 62 
> 27 com.apple.AppKit 0x00007fff9177e191 _DPSNextEvent + 659 
> 28 com.apple.AppKit 0x00007fff9177da95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 
> 29 com.apple.AppKit 0x00007fff9177a3d6 -[NSApplication run] + 463 
> 30 org.gnu.Aquamacs 0x0000000100172b51 ns_read_socket + 545 (nsterm.m:3289) 
> 31 org.gnu.Aquamacs 0x000000010009d96b read_avail_input + 331 (keyboard.c:7233) 
> 32 org.gnu.Aquamacs 0x000000010009d7fa process_pending_signals + 74 (keyboard.c:7560) 
> 33 org.gnu.Aquamacs 0x000000010010bbfb Feval + 219 (eval.c:2233) 
> 34 org.gnu.Aquamacs 0x000000010010ea7d funcall_lambda + 605 (eval.c:415) 
> 35 org.gnu.Aquamacs 0x000000010010cb48 Ffuncall + 1112 (eval.c:3077) 
> 36 org.gnu.Aquamacs 0x000000010010df36 apply1 + 38 (eval.c:2772) 
> 37 org.gnu.Aquamacs 0x00000001001081ce Fcall_interactively + 1470 (callint.c:396) 
> 38 org.gnu.Aquamacs 0x000000010010ca80 Ffuncall + 912 (eval.c:3037) 
> 39 org.gnu.Aquamacs 0x000000010010ebd6 call3 + 38 (eval.c:2857) 
> 40 org.gnu.Aquamacs 0x00000001000a12c3 command_loop_1 + 4451 (keyboard.c:1914) 
> 41 org.gnu.Aquamacs 0x000000010010d97e internal_condition_case + 302 (eval.c:1493) 
> 42 org.gnu.Aquamacs 0x00000001000a013e command_loop_2 + 62 (keyboard.c:1363) 
> 43 org.gnu.Aquamacs 0x000000010010da82 internal_catch + 226 (eval.c:1228) 
> 44 org.gnu.Aquamacs 0x00000001000a20e2 command_loop + 82 (keyboard.c:1342) 
> 45 org.gnu.Aquamacs 0x00000001000a25c3 recursive_edit_1 + 147 (keyboard.c:956) 
> 46 org.gnu.Aquamacs 0x0000000100097cc3 Frecursive_edit + 227 (keyboard.c:1018) 
> 47 org.gnu.Aquamacs 0x0000000100094e06 main + 5350 (emacs.c:1838) 
> 48 org.gnu.Aquamacs 0x0000000100001e24 start + 52 
> 
> Thread 1:: Dispatch queue: com.apple.libdispatch-manager 
> 0 libsystem_kernel.dylib 0x00007fff92ec77e6 kevent + 10 
> 1 libdispatch.dylib 0x00007fff8b26760e _dispatch_mgr_invoke + 923 
> 2 libdispatch.dylib 0x00007fff8b26619e _dispatch_mgr_thread + 54 
> 
> Thread 2:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue 
> 0 libsystem_kernel.dylib 0x00007fff92ec6bf2 __psynch_mutexwait + 10 
> 1 libsystem_c.dylib 0x00007fff96c591a1 pthread_mutex_lock + 545 
> 2 com.apple.LaunchServices 0x00007fff8c254f75 AcquireIconRef + 24 
> 3 com.apple.DesktopServices 0x00007fff8d160aed TFSInfo::CopyIconRef(unsigned int, OpaqueIconRef*&, bool&) const + 845 
> 4 com.apple.DesktopServices 0x00007fff8d1010ec TNode::CopyIconRef(unsigned int, OpaqueIconRef*&) const + 100 
> 5 com.apple.DesktopServices 0x00007fff8d0ee4e1 TNode::ResolveSharedFileListAliasIfNeeded() + 541 
> 6 com.apple.DesktopServices 0x00007fff8d0da5f6 TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 3372 
> 7 com.apple.DesktopServices 0x00007fff8d0d9453 TNode::HandleSync(unsigned int) + 2005 
> 8 com.apple.DesktopServices 0x00007fff8d0d8c55 TNode::HandleSync(TCountedPtr const&, TNodePtr const&) + 45 
> 9 com.apple.DesktopServices 0x00007fff8d11578d TNode::HandleNodeRequest(TCountedPtr const&, TCountedPtr const&) + 717 
> 10 com.apple.DesktopServices 0x00007fff8d13a95a __PostNodeTaskRequest_block_invoke_08 + 82 
> 11 com.apple.DesktopServices 0x00007fff8d14e1b8 ExceptionSafeBlock(void ( block_pointer)()) + 15 
> 12 com.apple.DesktopServices 0x00007fff8d13a902 __PostNodeTaskRequest_block_invoke_0 + 88 
> 13 libdispatch.dylib 0x00007fff8b26590a _dispatch_call_block_and_release + 18 
> 14 libdispatch.dylib 0x00007fff8b26715a _dispatch_queue_drain + 264 
> 15 libdispatch.dylib 0x00007fff8b266fb6 _dispatch_queue_invoke + 54 
> 16 libdispatch.dylib 0x00007fff8b2667b0 _dispatch_worker_thread2 + 198 
> 17 libsystem_c.dylib 0x00007fff96c5c3da _pthread_wqthread + 316 
> 18 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 3: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 4: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 5: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 6:: com.apple.CFSocket.private 
> 0 libsystem_kernel.dylib 0x00007fff92ec6df2 __select + 10 
> 1 com.apple.CoreFoundation 0x00007fff905f566b __CFSocketManager + 1355 
> 2 libsystem_c.dylib 0x00007fff96c5a8bf _pthread_start + 335 
> 3 libsystem_c.dylib 0x00007fff96c5db75 thread_start + 13 
> 
> Thread 7: 
> 0 libsystem_c.dylib 0x00007fff96c5db78 start_wqthread + 0 
> 
> Thread 8: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 9: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 10: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 11: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 12: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 13: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 14: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 15: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 16: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 17: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 18: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 19: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 20: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 21: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 22: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 23:: Dispatch queue: com.apple.root.default-priority 
> 0 libsystem_kernel.dylib 0x00007fff92ec567a mach_msg_trap + 10 
> 1 libsystem_kernel.dylib 0x00007fff92ec4d71 mach_msg + 73 
> 2 com.apple.CoreServices.OSServices 0x00007fff8f508ac1 ReleaseSharedStorage_rpc + 131 
> 3 com.apple.CoreServices.OSServices 0x00007fff8f508a2e CLocalRefToSharedStorageEntry::UnloadPrivate(unsigned char) + 152 
> 4 com.apple.CoreServices.OSServices 0x00007fff8f4f8296 _ISReleaseStorageRefInternal + 83 
> 5 com.apple.CoreServices.OSServices 0x00007fff8f4f822a _ISReleaseStorageRefWithCache + 45 
> 6 com.apple.CoreServices.OSServices 0x00007fff8f4f8159 _ZL25ISReleaseImageRefInternalP16OpaqueISImageRefPPK9__CFArray + 73     
> 7 com.apple.CoreServices.OSServices 0x00007fff8f4f80eb _ISReleaseImageRef + 49 
> 8 com.apple.LaunchServices 0x00007fff8c25c3c5 CIconRefEntry::SetImageLayer(OpaqueISImageRef*) + 27 
> 9 com.apple.LaunchServices 0x00007fff8c25c391 CIconRefEntry::Unload() + 23 
> 10 com.apple.LaunchServices 0x00007fff8c25520e _ZL22ReleaseIconRefInternalP13OpaqueIconRef + 62 
> 11 com.apple.LaunchServices 0x00007fff8c2551ba ReleaseIconRef + 33 
> 12 com.apple.DesktopServices 0x00007fff8d0d2f65 TFSInfo::~TFSInfo() + 97 
> 13 com.apple.DesktopServices 0x00007fff8d0d3555 TFSInfo::RemovePtrReference() + 41 
> 14 com.apple.DesktopServices 0x00007fff8d13ad97 TFSVolumeInfo::Delete() + 99 
> 15 com.apple.DesktopServices 0x00007fff8d14e1b8 ExceptionSafeBlock(void ( block_pointer)()) + 15 
> 16 com.apple.DesktopServices 0x00007fff8d13ae89 __RemovePtrReference_block_invoke_0 + 72 
> 17 libdispatch.dylib 0x00007fff8b26590a _dispatch_call_block_and_release + 18 
> 18 libdispatch.dylib 0x00007fff8b2667e9 _dispatch_worker_thread2 + 255 
> 19 libsystem_c.dylib 0x00007fff96c5c3da _pthread_wqthread + 316 
> 20 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 24: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 25: 
> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10 
> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758 
> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13 
> 
> Thread 0 crashed with X86 Thread State (64-bit): 
> rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfcfe8 rdx: 0x0000000000000000 
> rdi: 0x00000000000097f0 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd010 rsp: 0x00007fff5fbfcfe8 
> r8: 0x00007fff5fbfd4b0 r9: 0x0000000000000000 r10: 0x00007fff92ec7e62 r11: 0xffffff80002d8240 
> r12: 0x0000000108662f40 r13: 0x00007fff7ba2aa60 r14: 0x00007fff7c5e0960 r15: 0x00000000000097f0 
> rip: 0x00007fff92ec682a rfl: 0x0000000000000206 cr2: 0x0000000100624ba0 
> Logical CPU: 0 
> 
> Binary Images: 
> 0x100000000 - 0x1001defff +org.gnu.Aquamacs (2.3a - 2.3.1312256614) <4726DD8A-FD33-380B-9903-232A53A84FA9> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs 
> 0x100cf1000 - 0x100cf5fe7 +com.stclairsoft.DefaultFolderX.osax (Default Folder X Addition version 1.0 - 4.4.2) <8366E74D-DA93-DE60-A571-4A475A9D88BF> /Users/USER/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition 
> 0x10172c000 - 0x101732fef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
> 0x101738000 - 0x10173bff7 libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
> 0x101741000 - 0x101741ffd +cl_kernels (??? - ???) cl_kernels 
> 0x101746000 - 0x101747ffc +cl_kernels (??? - ???) cl_kernels 
> 0x102211000 - 0x1022a2ff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
> 0x102378000 - 0x102379ff3 +cl_kernels (??? - ???) <439BD027-8E18-4C40-B616-B422F12133F8> cl_kernels 
> 0x10237e000 - 0x10237fff3 +cl_kernels (??? - ???) cl_kernels 
> 0x104726000 - 0x104744ff7 +Cocoa Patcher (??? - ???) <2A42C4FE-7EBD-E4A6-2BB1-CEC29FBABD31> /Users/USER/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher 
> 0x108489000 - 0x10851cff7 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
> 0x10a6fd000 - 0x10a790ff7 unorm8_argb.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
> 0x7fff67faf000 - 0x7fff67fe3ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld 
> 0x7fff8aaf8000 - 0x7fff8ab52fff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x7fff8ab53000 - 0x7fff8ab67ff7 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
> 0x7fff8ab6c000 - 0x7fff8ab6ffff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
> 0x7fff8ac71000 - 0x7fff8b08cff7 com.apple.RawCamera.bundle (3.7.2 - 573) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 
> 0x7fff8b096000 - 0x7fff8b0acfff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x7fff8b12a000 - 0x7fff8b263fef com.apple.vImage (5.0 - 5.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x7fff8b264000 - 0x7fff8b272fff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib 
> 0x7fff8b273000 - 0x7fff8b2f7ff7 com.apple.ApplicationServices.ATS (5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x7fff8b2f8000 - 0x7fff8b2fefff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x7fff8b2ff000 - 0x7fff8b7a6ff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
> 0x7fff8b7a7000 - 0x7fff8b8a3ff7 com.apple.avfoundation (2.0 - 180.23) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
> 0x7fff8b8b0000 - 0x7fff8b8b2fff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x7fff8b8b3000 - 0x7fff8b8b5ff7 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
> 0x7fff8b8b6000 - 0x7fff8b904ff7 libauto.dylib (??? - ???) /usr/lib/libauto.dylib 
> 0x7fff8b908000 - 0x7fff8b908fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x7fff8b909000 - 0x7fff8b93efff com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
> 0x7fff8b93f000 - 0x7fff8b948fff libnotify.dylib (80.0.0 - compatibility 1.0.0) /usr/lib/system/libnotify.dylib 
> 0x7fff8b949000 - 0x7fff8b9a5ff7 com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 
> 0x7fff8b9a6000 - 0x7fff8b9c3fff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
> 0x7fff8ba03000 - 0x7fff8bacaff7 com.apple.ColorSync (4.7.0 - 4.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 
> 0x7fff8bacb000 - 0x7fff8bb35fff com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 
> 0x7fff8bc32000 - 0x7fff8bc32fff 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
> 0x7fff8bcb5000 - 0x7fff8bcb8fff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x7fff8bcb9000 - 0x7fff8bce2fff com.apple.CoreServicesInternal (113.7 - 113.7) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
> 0x7fff8bd06000 - 0x7fff8bd68ff7 com.apple.coreui (0.3 - 162) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 
> 0x7fff8bd69000 - 0x7fff8bd6afff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
> 0x7fff8bd6b000 - 0x7fff8bef5ff7 com.apple.QTKit (7.7.1 - 2246) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 
> 0x7fff8bef6000 - 0x7fff8bf0dfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x7fff8bf0e000 - 0x7fff8c188ff7 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
> 0x7fff8c1c9000 - 0x7fff8c1f9fff com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 
> 0x7fff8c221000 - 0x7fff8c2c0fff 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
> 0x7fff8c2c1000 - 0x7fff8c2ceff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib 
> 0x7fff8c2cf000 - 0x7fff8c3dcfff libJP2.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x7fff8c3dd000 - 0x7fff8c410fff com.apple.GSS (2.1 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 
> 0x7fff8c411000 - 0x7fff8c61efff com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x7fff8c61f000 - 0x7fff8c724ff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x7fff8c76a000 - 0x7fff8c7d1ff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 
> 0x7fff8c82d000 - 0x7fff8c82ffff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib 
> 0x7fff8c830000 - 0x7fff8c933fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 
> 0x7fff8c934000 - 0x7fff8c943fff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 
> 0x7fff8c944000 - 0x7fff8c9abfff com.apple.Symbolication (1.2 - 87) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
> 0x7fff8c9ac000 - 0x7fff8c9fffff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 
> 0x7fff8ca00000 - 0x7fff8ce2dfff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x7fff8ce2e000 - 0x7fff8ce34ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
> 0x7fff8cec6000 - 0x7fff8d087fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 
> 0x7fff8d088000 - 0x7fff8d0d0fff com.apple.framework.CoreWLAN (2.0 - 200.46) <04AFD988-DDFB-330D-B042-C1EB2826A0CC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 
> 0x7fff8d0d1000 - 0x7fff8d1e6fff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x7fff8d1e7000 - 0x7fff8d221fff libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib 
> 0x7fff8d222000 - 0x7fff8d251fff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x7fff8d252000 - 0x7fff8d2cdff7 com.apple.print.framework.PrintCore (7.0 - 366) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x7fff8d2ce000 - 0x7fff8da62fff com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 
> 0x7fff8da63000 - 0x7fff8da6afff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 
> 0x7fff8da6b000 - 0x7fff8db52fff com.apple.backup.framework (1.3 - 1.3) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 
> 0x7fff8db60000 - 0x7fff8dceafff com.apple.WebKit (7534 - 7534.48.3) <03AC8252-B3A1-3A7C-9DAF-99CC9DC56D5D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 
> 0x7fff8dceb000 - 0x7fff8dd59fff com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
> 0x7fff8dd5a000 - 0x7fff8ddfcff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x7fff8ddfd000 - 0x7fff8dee1def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib 
> 0x7fff8df42000 - 0x7fff8df46fff 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
> 0x7fff8df6f000 - 0x7fff8df92ff7 com.apple.RemoteViewServices (1.0 - 1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
> 0x7fff8e142000 - 0x7fff8e168ff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x7fff8e169000 - 0x7fff8e174fff com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
> 0x7fff8e2e1000 - 0x7fff8e37bff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 
> 0x7fff8e37c000 - 0x7fff8e3b6fef com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
> 0x7fff8e3b7000 - 0x7fff8e3c2ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 
> 0x7fff8e3c3000 - 0x7fff8e3dafff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x7fff8e3db000 - 0x7fff8e41afff 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
> 0x7fff8e41b000 - 0x7fff8e768ff7 com.apple.FinderKit (1.0 - 1) <906BCBF7-CBE6-36D2-A183-4980E73CA5EF> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
> 0x7fff8e769000 - 0x7fff8e770ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x7fff8eaee000 - 0x7fff8eaf4fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 
> 0x7fff8eb47000 - 0x7fff8eb74ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 
> 0x7fff8eb75000 - 0x7fff8eb9bfff com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
> 0x7fff8eb9c000 - 0x7fff8ebc4ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 
> 0x7fff8ebc5000 - 0x7fff8ebc6fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib 
> 0x7fff8ec48000 - 0x7fff8ed26ff7 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
> 0x7fff8ed27000 - 0x7fff8ed66ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) /usr/lib/libcups.2.dylib 
> 0x7fff8edbc000 - 0x7fff8ee03ff7 com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 
> 0x7fff8f28f000 - 0x7fff8f3f2fff 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
> 0x7fff8f3f3000 - 0x7fff8f431fff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 
> 0x7fff8f43a000 - 0x7fff8f457ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x7fff8f458000 - 0x7fff8f458fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 
> 0x7fff8f459000 - 0x7fff8f4efff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x7fff8f4f0000 - 0x7fff8f5d0fff com.apple.CoreServices.OSServices (478.25 - 478.25) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x7fff8f5d1000 - 0x7fff8f60cfff com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 
> 0x7fff8f60d000 - 0x7fff8f638fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib 
> 0x7fff8f639000 - 0x7fff8f647ff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
> 0x7fff8f74b000 - 0x7fff8fa22fff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security 
> 0x7fff8fa23000 - 0x7fff8fd3cff7 com.apple.AddressBook.framework (6.0 - 1043) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 
> 0x7fff8fd3d000 - 0x7fff8fd61ff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 
> 0x7fff8ff39000 - 0x7fff8ff3efff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x7fff8ff7d000 - 0x7fff8ffd6fff com.apple.Suggestions (1.0 - 84.0) <6B925EBB-CEEF-3134-8D25-2103F21DE624> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
> 0x7fff8ffd7000 - 0x7fff8fff3ff7 com.apple.GenerationalStorage (1.0 - 124) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
> 0x7fff8fff4000 - 0x7fff90036ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 
> 0x7fff90037000 - 0x7fff90056fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib 
> 0x7fff90057000 - 0x7fff9006cfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x7fff9006d000 - 0x7fff900c1ff7 com.apple.ImageCaptureCore (3.0 - 3.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
> 0x7fff900c2000 - 0x7fff9021bff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x7fff90220000 - 0x7fff90247fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
> 0x7fff90248000 - 0x7fff90248fff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 
> 0x7fff90249000 - 0x7fff90249fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x7fff9024a000 - 0x7fff902fcfff com.apple.CoreText (4.0.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x7fff90358000 - 0x7fff9035eff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 
> 0x7fff90369000 - 0x7fff9036cfff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x7fff903e5000 - 0x7fff903e5fff com.apple.audio.units.AudioUnit (1.7 - 1.7) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 
> 0x7fff90466000 - 0x7fff90466fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 
> 0x7fff90467000 - 0x7fff90479ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 
> 0x7fff90519000 - 0x7fff9051efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 
> 0x7fff90568000 - 0x7fff90573ff7 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
> 0x7fff90574000 - 0x7fff90747ff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x7fff90748000 - 0x7fff9075aff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib 
> 0x7fff9075b000 - 0x7fff91454fef com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> 0x7fff91455000 - 0x7fff91459fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 
> 0x7fff9145a000 - 0x7fff91477ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib 
> 0x7fff91478000 - 0x7fff916e6ff7 com.apple.QuartzComposer (5.0 - 232) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 
> 0x7fff91775000 - 0x7fff9236dfff com.apple.AppKit (6.7 - 1138) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit     
> 0x7fff9236e000 - 0x7fff92381ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 
> 0x7fff92382000 - 0x7fff923affff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
> 0x7fff923b0000 - 0x7fff92420fff com.apple.datadetectorscore (3.0 - 179.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> 0x7fff92421000 - 0x7fff92422fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib 
> 0x7fff92423000 - 0x7fff9252ffef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99>     /usr/lib/libcrypto.0.9.8.dylib 
> 0x7fff92568000 - 0x7fff925a4fff libsystem_info.dylib (??? - ???) /usr/lib/system/libsystem_info.dylib 
> 0x7fff925a5000 - 0x7fff928befff 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
> 0x7fff92a02000 - 0x7fff92a10ff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib 
> 0x7fff92a11000 - 0x7fff92c82fff com.apple.CoreImage (7.77 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
> 0x7fff92c83000 - 0x7fff92c91fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 
> 0x7fff92c92000 - 0x7fff92ce2fff com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 
> 0x7fff92ce3000 - 0x7fff92cf9ff7 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
> 0x7fff92cfa000 - 0x7fff92d0ffff com.apple.FileSync.framework (6.0 - 432) <7DF40003-7A8A-3C42-AC26-FCA0A0DFEE17> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync 
> 0x7fff92d10000 - 0x7fff92db4fef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x7fff92db5000 - 0x7fff92eaafff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 
> 0x7fff92eab000 - 0x7fff92eafff7 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
> 0x7fff92eb0000 - 0x7fff92ed0fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib 
> 0x7fff92ee4000 - 0x7fff92f57fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 
> 0x7fff92f58000 - 0x7fff936269df com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x7fff93627000 - 0x7fff93644fff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x7fff93c94000 - 0x7fff93c99fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 
> 0x7fff93c9a000 - 0x7fff93d10fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
> 0x7fff93d19000 - 0x7fff93d6dff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
> 0x7fff93d70000 - 0x7fff93d74fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 
> 0x7fff93d75000 - 0x7fff93d8ffff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
> 0x7fff93d94000 - 0x7fff93dd4fff libtidy.A.dylib (??? - ???) /usr/lib/libtidy.A.dylib 
> 0x7fff93dd5000 - 0x7fff93e28fff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x7fff93e29000 - 0x7fff93e6cff7 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
> 0x7fff93e6d000 - 0x7fff93ec4fff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x7fff946bc000 - 0x7fff946c1ff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib 
> 0x7fff946c2000 - 0x7fff946c7fff com.apple.OpenDirectory (10.7 - 144) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 
> 0x7fff946dd000 - 0x7fff946e2fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib 
> 0x7fff946e3000 - 0x7fff946e6ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x7fff946e7000 - 0x7fff949f9fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 
> 0x7fff949fa000 - 0x7fff94a04ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib 
> 0x7fff94a05000 - 0x7fff94a06fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 
> 0x7fff94a07000 - 0x7fff94b05ff7 com.apple.QuickLookUIFramework (3.0 - 489.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
> 0x7fff94b06000 - 0x7fff94b47fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x7fff94b48000 - 0x7fff94b4efff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 
> 0x7fff94b4f000 - 0x7fff94b5afff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
> 0x7fff94c96000 - 0x7fff94ca2fff com.apple.DirectoryService.Framework (10.7 - 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x7fff94cae000 - 0x7fff94caefff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 
> 0x7fff94cb1000 - 0x7fff94cb3fff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
> 0x7fff94ce0000 - 0x7fff94de2ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 
> 0x7fff94de3000 - 0x7fff94de4fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 
> 0x7fff94de5000 - 0x7fff94e6aff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 
> 0x7fff94e6b000 - 0x7fff94e6cff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib 
> 0x7fff94e6d000 - 0x7fff9529ffe7 com.apple.VideoToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x7fff952a0000 - 0x7fff95666fff com.apple.MediaToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x7fff95667000 - 0x7fff956a0fe7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) /usr/lib/libssl.0.9.8.dylib 
> 0x7fff956a1000 - 0x7fff95701fff 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
> 0x7fff95702000 - 0x7fff9572bff7 com.apple.framework.Apple80211 (7.0 - 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
> 0x7fff9572c000 - 0x7fff9572dff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 
> 0x7fff9572e000 - 0x7fff957c0fff com.apple.PDFKit (2.6 - 2.6) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
> 0x7fff957c1000 - 0x7fff957d3ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 
> 0x7fff957d4000 - 0x7fff95856fff com.apple.Metadata (10.7.0 - 627.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 
> 0x7fff95857000 - 0x7fff95a59fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib 
> 0x7fff95a5a000 - 0x7fff95a62fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib 
> 0x7fff95a63000 - 0x7fff95a69fff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x7fff95bdb000 - 0x7fff95bdefff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x7fff95bdf000 - 0x7fff95d7efff com.apple.QuartzCore (1.7 - 269.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 
> 0x7fff95dc6000 - 0x7fff95df3fe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib 
> 0x7fff95df4000 - 0x7fff95e86fff com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 
> 0x7fff95e87000 - 0x7fff95e87fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 
> 0x7fff95e88000 - 0x7fff95e89fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib 
> 0x7fff95ee7000 - 0x7fff95ee7fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 
> 0x7fff95efd000 - 0x7fff964e1faf libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x7fff964ee000 - 0x7fff96909fff com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit 
> 0x7fff9693a000 - 0x7fff96948fff com.apple.HelpData (2.1.0 - 68) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 
> 0x7fff96949000 - 0x7fff969beff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 
> 0x7fff96be0000 - 0x7fff96c0bff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib 
> 0x7fff96c0c000 - 0x7fff96ce9fef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC>     /usr/lib/system/libsystem_c.dylib 
> 0x7fff96cea000 - 0x7fff96d29ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x7fff96d6f000 - 0x7fff96dbafff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x7fff96dbb000 - 0x7fff96e0dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x7fff96e52000 - 0x7fff96e7bfff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x7fff96f0e000 - 0x7fff96f15fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 
> 0x7fff96f16000 - 0x7fff96f23fff 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
> 0x7fff96f24000 - 0x7fff97247fff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 
> External Modification Summary: 
> Calls made by other processes targeting this process: 
> task_for_pid: 22 
> 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: 6703 
> thread_create: 0 
> thread_set_state: 0 
> 
> VM Region Summary: 
> ReadOnly portion of Libraries: Total=204.5M resident=156.1M(76%) swapped_out_or_unallocated=48.4M(24%) 
> Writable regions: Total=137.4M written=32.2M(23%) resident=44.2M(32%) swapped_out=0K(0%) unallocated=93.2M(68%) 
> 
> REGION TYPE VIRTUAL 
> =========== ======= 
> ATS (font support) 32.0M 
> ATS (font support) (reserved) 4K reserved VM address space (unallocated) 
> CG backing stores 3272K 
> CG image 112K 
> CG raster data 188K 
> CG shared images 3448K 
> CoreGraphics 16K 
> CoreImage 72K 
> CoreServices 3484K 
> MALLOC 52.7M 
> MALLOC guard page 48K 
> Memory tag=240 4K 
> Memory tag=242 12K 
> Memory tag=251 76K 
> OpenCL 44K 
> STACK GUARD 55.8M 
> Stack 20.6M 
> VM_ALLOCATE 16.6M 
> __CI_BITMAP 80K 
> __DATA 44.0M 
> __IMAGE 1256K 
> __LINKEDIT 48.1M 
> __TEXT 156.4M 
> __UNICODE 544K 
> mapped file 34.1M 
> shared memory 6252K 
> =========== ======= 
> TOTAL 478.9M 
> TOTAL, minus reserved VM space 478.9M 




Begin forwarded message:

> From: Luay Baltaji <luay@baltaji.com>
> Date: August 13, 2011 11:55:45 PM GMT+02:00
> To: aquamacs-bugs@aquamacs.org
> Subject: [Aquamacs-bugs] 23.3.50; Crash in Fns_popup_save_panel + 244
> Reply-To: Bug reports for Aquamacs Emacs <aquamacs-bugs@aquamacs.org>
> 
> 
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
> 
> Your report will be posted to the aquamacs-bugs@aquamacs.org mailing list,
> and may appear in other public locations.
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug.  If you can, give
> a recipe starting with an Aquamacs without customization
> for which see the Help / Diagnose and Report Bug menu:
> 
> Enter your bug report here.
> 
> If Emacs crashed, and you have the Emacs process in the gdb debugger,
> please include the output from the following gdb commands:
>    `bt full' and `xbacktrace'.
> For information about debugging Emacs, please read the file
> /Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.
> 
> 
> In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
> of 2011-07-29 on braeburn.aquamacs.org - Aquamacs Distribution 2.3a
> Windowing system distributor `Apple', version 10.3.1138
> configured using `configure  '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O3 -fno-tree-pre -falign-loops -arch i386' 'LDFLAGS=-O3 -fno-tree-pre -falign-loops -arch i386''
> 
> Important settings:
>  value of $LC_ALL: nil
>  value of $LC_COLLATE: nil
>  value of $LC_CTYPE: nil
>  value of $LC_MESSAGES: nil
>  value of $LC_MONETARY: nil
>  value of $LC_NUMERIC: nil
>  value of $LC_TIME: nil
>  value of $LANG: nil
>  value of $XMODIFIERS: nil
>  locale-coding-system: nil
>  default enable-multibyte-characters: t
> 
> 
> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)
> 
> PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
> 
> exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin)
> 
> Process:         Aquamacs [15591]
> Path:            /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
> Identifier:      org.gnu.Aquamacs
> Version:         2.3a (2.3.)
> Code Type:       X86 (Native)
> Parent Process:  launchd [210]
> 
> Date/Time:       2011-08-13 22:52:33.876 +0100
> OS Version:      Mac OS X 10.7 (11A511)
> Report Version:  9
> 
> Crashed Thread:  11  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
> 
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
> 
> VM Regions Near 0x8:
> --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>    __TEXT                 0000000000001000-00000000001fb000 [ 2024K] r-x/rwx SM=COW  /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
> 
> Application Specific Information:
> objc[15591]: garbage collection is OFF
> 
> Thread 0:: Dispatch queue: com.apple.main-thread
> 0   libsystem_kernel.dylib        	0x90536f5e __unlink + 10
> 1   libsystem_kernel.dylib        	0x90535c02 unlink + 18
> 2   org.gnu.Aquamacs              	0x001ad38e ns_term_shutdown + 110
> 3   org.gnu.Aquamacs              	0x000b5ecf fatal_error_signal + 383
> 4   libsystem_c.dylib             	0x9183859b _sigtramp + 43
> 5   ???                           	0xffffffff 0 + 4294967295
> 6   com.apple.DesktopServices     	0x9ba69cf2 StRegistrationLock::StRegistrationLock() + 80
> 7   com.apple.DesktopServices     	0x9bad78ed TClientChangeNotifier::GetClientChangeNotifier(NodeClientContext, OpaqueEventQueue*, void (*)(OpaqueEventQueue*), dispatch_queue_s*) + 115
> 8   com.apple.DesktopServices     	0x9bacd7db NodeNewChangeNotifierOnQueue + 116
> 9   com.apple.FinderKit           	0x9558c249 TNodeObserver::TNodeObserver() + 167
> 10  com.apple.FinderKit           	0x955523d3 TCoalescingNodeObserver::TCoalescingNodeObserver() + 25
> 11  com.apple.FinderKit           	0x9558209e TNodeEngine::TNodeEngine() + 40
> 12  com.apple.FinderKit           	0x955836eb TNodeBrowser::TNodeBrowser() + 29
> 13  com.apple.FinderKit           	0x956b88df -[FIFinderViewGutsController prepareToShow] + 63
> 14  com.apple.FinderKit           	0x956b8e9d -[FIFinderViewGutsController windowOrderedIn] + 43
> 15  com.apple.FinderKit           	0x956c1b4c -[FIFinderView windowOrderedIn] + 52
> 16  com.apple.AppKit              	0x99884acc -[NSNavFinderViewFileBrowser windowOrderedIn] + 73
> 17  com.apple.AppKit              	0x99508d46 -[NSSavePanel _navViewWindowOrderedIn] + 88
> 18  com.apple.AppKit              	0x9950900c -[NSSavePanel _restoreDefaultSettingsCommon] + 392
> 19  com.apple.AppKit              	0x99509036 -[NSSavePanel _restoreDefaultSettingsForSaveMode] + 35
> 20  com.apple.AppKit              	0x99514d23 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 433
> 21  com.apple.AppKit              	0x9950ea68 +[NSSavePanel _crunchyRawUnbonedPanel] + 244
> 22  com.apple.AppKit              	0x9950d929 +[NSSavePanel savePanel] + 33
> 23  org.gnu.Aquamacs              	0x001c4394 Fns_popup_save_panel + 244
> 24  org.gnu.Aquamacs              	0x001419e6 Feval + 1190
> 25  org.gnu.Aquamacs              	0x0013e68d funcall_lambda + 701
> 26  org.gnu.Aquamacs              	0x0013e967 Ffuncall + 391
> 27  org.gnu.Aquamacs              	0x0013fb13 apply1 + 83
> 28  org.gnu.Aquamacs              	0x0013ac70 Fcall_interactively + 576
> 29  org.gnu.Aquamacs              	0x0013ecc5 Ffuncall + 1253
> 30  org.gnu.Aquamacs              	0x0013eee1 call3 + 49
> 31  org.gnu.Aquamacs              	0x000cb2cd command_loop_1 + 1341
> 32  org.gnu.Aquamacs              	0x0013cf7d internal_condition_case + 253
> 33  org.gnu.Aquamacs              	0x000b7bd5 command_loop_2 + 69
> 34  org.gnu.Aquamacs              	0x0013ce5c internal_catch + 172
> 35  org.gnu.Aquamacs              	0x000bf67e recursive_edit_1 + 350
> 36  org.gnu.Aquamacs              	0x000bf834 Frecursive_edit + 324
> 37  org.gnu.Aquamacs              	0x000b6f5e main + 4078
> 38  org.gnu.Aquamacs              	0x00002556 start + 54
> 



> 
> 
> From: Charles McKnight <charles.mcknight@solevo.us>
> Date: August 14, 2011 8:53:50 PM GMT+02:00
> To: aquamacs-bugs@aquamacs.org
> Subject: 23.3.50; Crash in ns_read_socket + 320 (nsterm.m:3289)
> 
> 
> Was suspicious that LLVM might have been the culprit, so I ensured that I was using gcc-4.2, not gcc-4.2-llvm. Unfortunately, the crashing behavior continues to persist under Lion. Still looking into potential causes…
> 
> Steps to reproduce:
> 
> 	1. Command-O
> 	2. Cancel (or select a file and tap OK)
> 
> Environment:	OS X 10.7
> 			Xcode 4.1
> 
> The build issues I was experiencing seem to have been resolved by the change though…  <scratching head>
> 
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
> 
> Your report will be posted to the aquamacs-bugs@aquamacs.org mailing list,
> and may appear in other public locations.
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug.  If you can, give
> a recipe starting with an Aquamacs without customization
> for which see the Help / Diagnose and Report Bug menu:
> 
> Enter your bug report here.
> 
> If Emacs crashed, and you have the Emacs process in the gdb debugger,
> please include the output from the following gdb commands:
>     `bt full' and `xbacktrace'.
> For information about debugging Emacs, please read the file
> /Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/Resources/etc/DEBUG.
> 
> 
> In GNU Emacs 23.3.50.1 (x86_64-apple-darwin11.0.0, NS apple-appkit-1138.00)
> of 2011-08-14 on chuckmac.local - Aquamacs Distribution 2.3a
> Windowing system distributor `Apple', version 10.3.1138
> configured using `configure  '--with-ns' '--without-x' 'CC=gcc-4.2''
> 
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: en_US.UTF-8
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: nil
>   value of $XMODIFIERS: nil
>   locale-coding-system: nil
>   default enable-multibyte-characters: t
> 
> 
> Command line: (/Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/MacOS/Aquamacs)
> 
> PATH: /Users/chuck/.rvm/gems/ruby-1.9.2-p290/bin:/Users/chuck/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/chuck/.rvm/rubies/ruby-1.9.2-p290/bin:/Users/chuck/.rvm/bin:/usr/local/bin:/usr/local/sbin:/Users/chuck/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/chuck/airsdk/bin:/Users/chuck/airsdk/bin:/Applications/Mozart.zpp/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
> 
> exec-path: (/Users/chuck/.rvm/gems/ruby-1.9.2-p290/bin /Users/chuck/.rvm/gems/ruby-1.9.2-p290@global/bin /Users/chuck/.rvm/rubies/ruby-1.9.2-p290/bin /Users/chuck/.rvm/bin /usr/local/bin /usr/local/sbin /Users/chuck/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin /Users/chuck/airsdk/bin /Users/chuck/airsdk/bin /Applications/Mozart.zpp/Contents/Resources/bin /usr/bin /bin /usr/sbin /sbin /Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/MacOS/bin /usr/texbin)
> 
> Process:         Aquamacs [35121]
> Path:            /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
> Identifier:      org.gnu.Aquamacs
> Version:         2.3a (2.3.1312469076)
> Code Type:       X86-64 (Native)
> Parent Process:  launchd [340]
> 
> Date/Time:       2011-08-14 11:50:02.349 -0700
> OS Version:      Mac OS X 10.7 (11A511)
> Report Version:  9
> 
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
> 
> Exception Type:  EXC_BAD_ACCESS (SIGABRT)
> Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000120
> 
> VM Regions Near 0x120:
> --> 
>     __TEXT                 0000000100000000-00000001001e7000 [ 1948K] r-x/rwx SM=COW  /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
> 
> Application Specific Information:
> objc[35121]: garbage collection is OFF
> abort() called
> 
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0   libsystem_kernel.dylib        	0x00007fff8ca5982a __kill + 10
> 1   org.gnu.Aquamacs              	0x0000000100091d2e fatal_error_signal + 286 (emacs.c:402)
> 2   libsystem_c.dylib             	0x00007fff97700cfa _sigtramp + 26
> 3   libsystem_kernel.dylib        	0x00007fff8ca59ce2 __pthread_kill + 10
> 4   libsystem_c.dylib             	0x00007fff976ae7d2 pthread_kill + 95
> 5   libsystem_c.dylib             	0x00007fff9769fa7a abort + 143
> 6   org.gnu.Aquamacs              	0x00000001001755dc ns_term_shutdown + 44 (nsterm.m:4161)
> 7   org.gnu.Aquamacs              	0x0000000100091d64 fatal_error_signal + 340 (emacs.c:388)
> 8   libsystem_c.dylib             	0x00007fff97700cfa _sigtramp + 26
> 9   libsystem_c.dylib             	0x00007fff976aaf91 pthread_mutex_lock + 17
> 10  com.apple.FinderKit           	0x00007fff8c4ec2e4 TFENodeFactory::FetchPublishedFoldersNode() + 38
> 11  com.apple.FinderKit           	0x00007fff8c502f85 TNodeBrowser::TPublishedFoldersObserver::~TPublishedFoldersObserver() + 43
> 12  com.apple.FinderKit           	0x00007fff8c500967 TNodeBrowser::~TNodeBrowser() + 89
> 13  com.apple.FinderKit           	0x00007fff8c5008d7 TNodeBrowser::~TNodeBrowser() + 15
> 14  com.apple.FinderKit           	0x00007fff8c62414f -[FIFinderViewGutsController prepareToHide] + 415
> 15  com.apple.FinderKit           	0x00007fff8c6241fb -[FIFinderViewGutsController windowOrderedOut] + 40
> 16  com.apple.Foundation          	0x00007fff90ee7b8e __NSFireDelayedPerform + 392
> 17  com.apple.CoreFoundation      	0x00007fff93cea694 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
> 18  com.apple.CoreFoundation      	0x00007fff93cea1e6 __CFRunLoopDoTimer + 534
> 19  com.apple.CoreFoundation      	0x00007fff93ccaba1 __CFRunLoopRun + 1617
> 20  com.apple.CoreFoundation      	0x00007fff93cca216 CFRunLoopRunSpecific + 230
> 21  com.apple.HIToolbox           	0x00007fff91d814ff RunCurrentEventLoopInMode + 277
> 22  com.apple.HIToolbox           	0x00007fff91d88b73 ReceiveNextEventCommon + 181
> 23  com.apple.HIToolbox           	0x00007fff91d88aae BlockUntilNextEventMatchingListInMode + 62
> 24  com.apple.AppKit              	0x00007fff8f7b7191 _DPSNextEvent + 659
> 25  com.apple.AppKit              	0x00007fff8f7b6a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
> 26  com.apple.AppKit              	0x00007fff8f7b33d6 -[NSApplication run] + 463
> 27  org.gnu.Aquamacs              	0x0000000100172260 ns_read_socket + 320 (nsterm.m:3289)
> 28  org.gnu.Aquamacs              	0x000000010009af05 read_avail_input + 309 (keyboard.c:7233)
> 29  org.gnu.Aquamacs              	0x000000010009b02a handle_async_input + 74 (keyboard.c:7564)
> 30  org.gnu.Aquamacs              	0x0000000100172517 show_hourglass + 135 (nsterm.m:2518)
> 31  org.gnu.Aquamacs              	0x000000010015990d do_pending_atimers + 141 (atimer.c:374)
> 32  org.gnu.Aquamacs              	0x00000001001812c0 Fns_read_file_name + 992 (nsfns.m:2056)
> 33  org.gnu.Aquamacs              	0x000000010010b77e Feval + 1438 (eval.c:2360)
> 34  org.gnu.Aquamacs              	0x000000010010b9f8 Fsetq + 56 (eval.c:517)
> 35  org.gnu.Aquamacs              	0x000000010010b90d Feval + 1837 (eval.c:2295)
> 36  org.gnu.Aquamacs              	0x000000010010bb6f Fprogn + 47 (eval.c:415)
> 37  org.gnu.Aquamacs              	0x000000010010b90d Feval + 1837 (eval.c:2295)
> 38  org.gnu.Aquamacs              	0x000000010010b81c Feval + 1596 (eval.c:2408)
> 39  org.gnu.Aquamacs              	0x000000010010bb6f Fprogn + 47 (eval.c:415)
> 40  org.gnu.Aquamacs              	0x000000010010be38 funcall_lambda + 680 (eval.c:3213)
> 41  org.gnu.Aquamacs              	0x000000010010c0d3 Ffuncall + 595 (eval.c:3088)
> 42  org.gnu.Aquamacs              	0x000000010010e1ae apply1 + 78 (eval.c:2785)
> 43  org.gnu.Aquamacs              	0x0000000100107719 Fcall_interactively + 633 (callint.c:396)
> 44  org.gnu.Aquamacs              	0x000000010010c31c Ffuncall + 1180 (eval.c:3037)
> 45  org.gnu.Aquamacs              	0x000000010010c4c6 call3 + 38 (eval.c:2863)
> 46  org.gnu.Aquamacs              	0x00000001000a5574 command_loop_1 + 1220 (keyboard.c:1914)
> 47  org.gnu.Aquamacs              	0x000000010010a857 internal_condition_case + 327 (eval.c:1492)
> 48  org.gnu.Aquamacs              	0x000000010009c557 command_loop_2 + 55 (keyboard.c:1363)
> 49  org.gnu.Aquamacs              	0x000000010010a960 internal_catch + 224 (eval.c:1228)
> 50  org.gnu.Aquamacs              	0x000000010009cfe6 command_loop + 182 (keyboard.c:1342)
> 51  org.gnu.Aquamacs              	0x000000010009d44f recursive_edit_1 + 159 (keyboard.c:956)
> 52  org.gnu.Aquamacs              	0x000000010009d5ef Frecursive_edit + 287 (keyboard.c:1019)
> 53  org.gnu.Aquamacs              	0x0000000100092b17 main + 3447 (emacs.c:1841)
> 54  org.gnu.Aquamacs              	0x0000000100001fb4 start + 52

 

[-- Attachment #2: Type: text/html, Size: 94776 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9303: 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289)
  2011-08-15 15:44 ` bug#9303: 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289) David Reitter
@ 2011-08-15 18:42   ` Jan Djärv
  2011-08-15 22:24     ` David Reitter
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Djärv @ 2011-08-15 18:42 UTC (permalink / raw)
  To: David Reitter; +Cc: 9303

Hi.

I can't reproduce this on the trunk.  Never seen any crash in the open panel.

	Jan D.


David Reitter skrev 2011-08-15 17:44:
> There are pretty regular crashes in Emacs 23/NS (and presumably 24?) that
> occur when the Cocoa run loop is entered from some Lisp function (after
> showing the Open or Save panel). I also have one happening when, after
> dismissing the Open panel, UNBLOCK_INPUT is called (last report below). There,
> the crash occurs during pthread_mutex_lock.
>
> I can't guarantee that this is not due to Aquamacs-specific code, but I can't
> see what that would be. I've changed the save panel a little (using a window
> pane), but the Open panel is the same.
>
> Begin forwarded message:
>
>> *From: *Charles McKnight <charles.mcknight@solevo.us
>> <mailto:charles.mcknight@solevo.us>>
>> *Date: *August 3, 2011 5:34:44 PM GMT+02:00
>> *To: *aquamacs-bugs@aquamacs.org <mailto:aquamacs-bugs@aquamacs.org>
>> *Subject: **[Aquamacs-bugs] 23.3.50; Crash in ns_read_socket + 545
>> (nsterm.m:3289)*
>> *Reply-To: *Bug reports for Aquamacs Emacs <aquamacs-bugs@aquamacs.org
>> <mailto:aquamacs-bugs@aquamacs.org>>
>>
>> I built Aquamacs from the source (HEAD) using XCode for Lion and
>> consistently got the same crash when I attempted to open a file using the
>> menu or Command-O. Not sure what the issue is yet, but will continue to
>> investigate.
>>
>> Please write in English if possible, because the Emacs maintainers
>> usually do not have translators to read other languages for them.
>>
>> Your report will be posted to the aquamacs-bugs@aquamacs.org mailing list,
>> and may appear in other public locations.
>>
>> Please describe exactly what actions triggered the bug
>> and the precise symptoms of the bug. If you can, give
>> a recipe starting with an Aquamacs without customization
>> for which see the Help / Diagnose and Report Bug menu:
>>
>> Enter your bug report here.
>>
>> If Emacs crashed, and you have the Emacs process in the gdb debugger,
>> please include the output from the following gdb commands:
>> `bt full' and `xbacktrace'.
>> For information about debugging Emacs, please read the file
>> /Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.
>>
>>
>> In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>> of 2011-07-29 on braeburn.aquamacs.org <http://braeburn.aquamacs.org> -
>> Aquamacs Distribution 2.3a
>> Windowing system distributor `Apple', version 10.3.1138
>> configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O3
>> -fno-tree-pre -falign-loops -arch i386' 'LDFLAGS=-O3 -fno-tree-pre
>> -falign-loops -arch i386''
>>
>> Important settings:
>> value of $LC_ALL: nil
>> value of $LC_COLLATE: nil
>> value of $LC_CTYPE: en_US.UTF-8
>> value of $LC_MESSAGES: nil
>> value of $LC_MONETARY: nil
>> value of $LC_NUMERIC: nil
>> value of $LC_TIME: nil
>> value of $LANG: nil
>> value of $XMODIFIERS: nil
>> locale-coding-system: nil
>> default enable-multibyte-characters: t
>>
>>
>> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)
>>
>> PATH:
>> /usr/local/Trolltech/Qt-4.7.1/bin:/usr/local/bin:/usr/local/sbin:/Users/chuck/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/chuck/airsdk/bin:/Users/chuck/airsdk/bin:/Applications/Mozart.zpp/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2010/bin
>>
>> exec-path: (/usr/local/Trolltech/Qt-4.7.1/bin /usr/local/bin /usr/local/sbin
>> /Users/chuck/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin
>> /Users/chuck/airsdk/bin /Users/chuck/airsdk/bin
>> /Applications/Mozart.zpp/Contents/Resources/bin /usr/bin /bin /usr/sbin
>> /sbin /Applications/Aquamacs.app/Contents/MacOS/bin /usr/texbin
>> /usr/local/texlive/2010/bin)
>>
>> Process: Aquamacs [38896]
>> Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>> Identifier: org.gnu.Aquamacs
>> Version: 2.3a (2.3.1312256614)
>> Code Type: X86-64 (Native)
>> Parent Process: launchd [328]
>>
>> Date/Time: 2011-08-02 23:31:35.312 -0700
>> OS Version: Mac OS X 10.7 (11A511)
>> Report Version: 9
>>
>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>
>> Exception Type: EXC_BAD_ACCESS (SIGABRT)
>> Exception Codes: 0x000000000000000d, 0x0000000000000000
>>
>> VM Regions Near 0:
>> -->
>> __TEXT 0000000100000000-00000001001df000 [ 1916K] r-x/rwx SM=COW
>> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>>
>> Application Specific Information:
>> objc[38896]: garbage collection is OFF
>> abort() called
>>
>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>> 0 libsystem_kernel.dylib 0x00007fff92ec682a __kill + 10
>> 1 org.gnu.Aquamacs 0x0000000100095006 fatal_error_signal + 326 (emacs.c:377)
>> 2 libsystem_c.dylib 0x00007fff96caecfa _sigtramp + 26
>> 3 libsystem_kernel.dylib 0x00007fff92ec6ce2 __pthread_kill + 10
>> 4 libsystem_c.dylib 0x00007fff96c5c7d2 pthread_kill + 95
>> 5 libsystem_c.dylib 0x00007fff96c4da7a abort + 143
>> 6 org.gnu.Aquamacs 0x00000001001739fc ns_term_shutdown + 92
>> 7 org.gnu.Aquamacs 0x00000001000932ed shut_down_emacs + 237 (emacs.c:2247)
>> 8 org.gnu.Aquamacs 0x0000000100094fbe fatal_error_signal + 254 (emacs.c:396)
>> 9 libsystem_c.dylib 0x00007fff96caecfa _sigtramp + 26
>> 10 com.apple.FinderKit 0x00007fff8e50ff8e
>> IThumbnailExtractorController::UnregisterContainerWithThumbnailCache(TFENode
>> const&, TCarbonEventHandler const&) + 60
>> 11 com.apple.FinderKit 0x00007fff8e533aff
>> -[FI_TBrowserViewController(DataSource) closeContainer:] + 104
>> 12 com.apple.FinderKit 0x00007fff8e544de8 -[FI_TListViewController
>> closeContainer:] + 181
>> 13 com.apple.FinderKit 0x00007fff8e544db7 -[FI_TListViewController
>> closeContainer:] + 132
>> 14 com.apple.FinderKit 0x00007fff8e544db7 -[FI_TListViewController
>> closeContainer:] + 132
>> 15 com.apple.FinderKit 0x00007fff8e53395d
>> -[FI_TBrowserViewController(DataSource) closeTarget] + 47
>> 16 com.apple.FinderKit 0x00007fff8e5b9525 -[FIFinderViewGutsController
>> destroyBrowserView] + 238
>> 17 com.apple.FinderKit 0x00007fff8e5b7121 -[FIFinderViewGutsController
>> prepareToHide] + 369
>> 18 com.apple.FinderKit 0x00007fff8e5b71fb -[FIFinderViewGutsController
>> windowOrderedOut] + 40
>> 19 com.apple.Foundation 0x00007fff946f2b8e __NSFireDelayedPerform + 392
>> 20 com.apple.CoreFoundation 0x00007fff905cc694
>> __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
>> 21 com.apple.CoreFoundation 0x00007fff905cc1e6 __CFRunLoopDoTimer + 534
>> 22 com.apple.CoreFoundation 0x00007fff905acba1 __CFRunLoopRun + 1617
>> 23 com.apple.CoreFoundation 0x00007fff905ac216 CFRunLoopRunSpecific + 230
>> 24 com.apple.HIToolbox 0x00007fff96f264ff RunCurrentEventLoopInMode + 277
>> 25 com.apple.HIToolbox 0x00007fff96f2db73 ReceiveNextEventCommon + 181
>> 26 com.apple.HIToolbox 0x00007fff96f2daae
>> BlockUntilNextEventMatchingListInMode + 62
>> 27 com.apple.AppKit 0x00007fff9177e191 _DPSNextEvent + 659
>> 28 com.apple.AppKit 0x00007fff9177da95 -[NSApplication
>> nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
>> 29 com.apple.AppKit 0x00007fff9177a3d6 -[NSApplication run] + 463
>> 30 org.gnu.Aquamacs 0x0000000100172b51 ns_read_socket + 545 (nsterm.m:3289)
>> 31 org.gnu.Aquamacs 0x000000010009d96b read_avail_input + 331 (keyboard.c:7233)
>> 32 org.gnu.Aquamacs 0x000000010009d7fa process_pending_signals + 74
>> (keyboard.c:7560)
>> 33 org.gnu.Aquamacs 0x000000010010bbfb Feval + 219 (eval.c:2233)
>> 34 org.gnu.Aquamacs 0x000000010010ea7d funcall_lambda + 605 (eval.c:415)
>> 35 org.gnu.Aquamacs 0x000000010010cb48 Ffuncall + 1112 (eval.c:3077)
>> 36 org.gnu.Aquamacs 0x000000010010df36 apply1 + 38 (eval.c:2772)
>> 37 org.gnu.Aquamacs 0x00000001001081ce Fcall_interactively + 1470
>> (callint.c:396)
>> 38 org.gnu.Aquamacs 0x000000010010ca80 Ffuncall + 912 (eval.c:3037)
>> 39 org.gnu.Aquamacs 0x000000010010ebd6 call3 + 38 (eval.c:2857)
>> 40 org.gnu.Aquamacs 0x00000001000a12c3 command_loop_1 + 4451 (keyboard.c:1914)
>> 41 org.gnu.Aquamacs 0x000000010010d97e internal_condition_case + 302
>> (eval.c:1493)
>> 42 org.gnu.Aquamacs 0x00000001000a013e command_loop_2 + 62 (keyboard.c:1363)
>> 43 org.gnu.Aquamacs 0x000000010010da82 internal_catch + 226 (eval.c:1228)
>> 44 org.gnu.Aquamacs 0x00000001000a20e2 command_loop + 82 (keyboard.c:1342)
>> 45 org.gnu.Aquamacs 0x00000001000a25c3 recursive_edit_1 + 147 (keyboard.c:956)
>> 46 org.gnu.Aquamacs 0x0000000100097cc3 Frecursive_edit + 227 (keyboard.c:1018)
>> 47 org.gnu.Aquamacs 0x0000000100094e06 main + 5350 (emacs.c:1838)
>> 48 org.gnu.Aquamacs 0x0000000100001e24 start + 52
>>
>> Thread 1:: Dispatch queue: com.apple.libdispatch-manager
>> 0 libsystem_kernel.dylib 0x00007fff92ec77e6 kevent + 10
>> 1 libdispatch.dylib 0x00007fff8b26760e _dispatch_mgr_invoke + 923
>> 2 libdispatch.dylib 0x00007fff8b26619e _dispatch_mgr_thread + 54
>>
>> Thread 2:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
>> 0 libsystem_kernel.dylib 0x00007fff92ec6bf2 __psynch_mutexwait + 10
>> 1 libsystem_c.dylib 0x00007fff96c591a1 pthread_mutex_lock + 545
>> 2 com.apple.LaunchServices 0x00007fff8c254f75 AcquireIconRef + 24
>> 3 com.apple.DesktopServices 0x00007fff8d160aed TFSInfo::CopyIconRef(unsigned
>> int, OpaqueIconRef*&, bool&) const + 845
>> 4 com.apple.DesktopServices 0x00007fff8d1010ec TNode::CopyIconRef(unsigned
>> int, OpaqueIconRef*&) const + 100
>> 5 com.apple.DesktopServices 0x00007fff8d0ee4e1
>> TNode::ResolveSharedFileListAliasIfNeeded() + 541
>> 6 com.apple.DesktopServices 0x00007fff8d0da5f6
>> TNode::SynchronizeChildren(unsigned int, TNodeEventPtrSet&) + 3372
>> 7 com.apple.DesktopServices 0x00007fff8d0d9453 TNode::HandleSync(unsigned
>> int) + 2005
>> 8 com.apple.DesktopServices 0x00007fff8d0d8c55 TNode::HandleSync(TCountedPtr
>> const&, TNodePtr const&) + 45
>> 9 com.apple.DesktopServices 0x00007fff8d11578d
>> TNode::HandleNodeRequest(TCountedPtr const&, TCountedPtr const&) + 717
>> 10 com.apple.DesktopServices 0x00007fff8d13a95a
>> __PostNodeTaskRequest_block_invoke_08 + 82
>> 11 com.apple.DesktopServices 0x00007fff8d14e1b8 ExceptionSafeBlock(void (
>> block_pointer)()) + 15
>> 12 com.apple.DesktopServices 0x00007fff8d13a902
>> __PostNodeTaskRequest_block_invoke_0 + 88
>> 13 libdispatch.dylib 0x00007fff8b26590a _dispatch_call_block_and_release + 18
>> 14 libdispatch.dylib 0x00007fff8b26715a _dispatch_queue_drain + 264
>> 15 libdispatch.dylib 0x00007fff8b266fb6 _dispatch_queue_invoke + 54
>> 16 libdispatch.dylib 0x00007fff8b2667b0 _dispatch_worker_thread2 + 198
>> 17 libsystem_c.dylib 0x00007fff96c5c3da _pthread_wqthread + 316
>> 18 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 3:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 4:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 5:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 6:: com.apple.CFSocket.private
>> 0 libsystem_kernel.dylib 0x00007fff92ec6df2 __select + 10
>> 1 com.apple.CoreFoundation 0x00007fff905f566b __CFSocketManager + 1355
>> 2 libsystem_c.dylib 0x00007fff96c5a8bf _pthread_start + 335
>> 3 libsystem_c.dylib 0x00007fff96c5db75 thread_start + 13
>>
>> Thread 7:
>> 0 libsystem_c.dylib 0x00007fff96c5db78 start_wqthread + 0
>>
>> Thread 8:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 9:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 10:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 11:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 12:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 13:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 14:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 15:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 16:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 17:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 18:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 19:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 20:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 21:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 22:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 23:: Dispatch queue: com.apple.root.default-priority
>> 0 libsystem_kernel.dylib 0x00007fff92ec567a mach_msg_trap + 10
>> 1 libsystem_kernel.dylib 0x00007fff92ec4d71 mach_msg + 73
>> 2 com.apple.CoreServices.OSServices 0x00007fff8f508ac1
>> ReleaseSharedStorage_rpc + 131
>> 3 com.apple.CoreServices.OSServices 0x00007fff8f508a2e
>> CLocalRefToSharedStorageEntry::UnloadPrivate(unsigned char) + 152
>> 4 com.apple.CoreServices.OSServices 0x00007fff8f4f8296
>> _ISReleaseStorageRefInternal + 83
>> 5 com.apple.CoreServices.OSServices 0x00007fff8f4f822a
>> _ISReleaseStorageRefWithCache + 45
>> 6 com.apple.CoreServices.OSServices 0x00007fff8f4f8159
>> _ZL25ISReleaseImageRefInternalP16OpaqueISImageRefPPK9__CFArray + 73
>> 7 com.apple.CoreServices.OSServices 0x00007fff8f4f80eb _ISReleaseImageRef + 49
>> 8 com.apple.LaunchServices 0x00007fff8c25c3c5
>> CIconRefEntry::SetImageLayer(OpaqueISImageRef*) + 27
>> 9 com.apple.LaunchServices 0x00007fff8c25c391 CIconRefEntry::Unload() + 23
>> 10 com.apple.LaunchServices 0x00007fff8c25520e
>> _ZL22ReleaseIconRefInternalP13OpaqueIconRef + 62
>> 11 com.apple.LaunchServices 0x00007fff8c2551ba ReleaseIconRef + 33
>> 12 com.apple.DesktopServices 0x00007fff8d0d2f65 TFSInfo::~TFSInfo() + 97
>> 13 com.apple.DesktopServices 0x00007fff8d0d3555
>> TFSInfo::RemovePtrReference() + 41
>> 14 com.apple.DesktopServices 0x00007fff8d13ad97 TFSVolumeInfo::Delete() + 99
>> 15 com.apple.DesktopServices 0x00007fff8d14e1b8 ExceptionSafeBlock(void (
>> block_pointer)()) + 15
>> 16 com.apple.DesktopServices 0x00007fff8d13ae89
>> __RemovePtrReference_block_invoke_0 + 72
>> 17 libdispatch.dylib 0x00007fff8b26590a _dispatch_call_block_and_release + 18
>> 18 libdispatch.dylib 0x00007fff8b2667e9 _dispatch_worker_thread2 + 255
>> 19 libsystem_c.dylib 0x00007fff96c5c3da _pthread_wqthread + 316
>> 20 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 24:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 25:
>> 0 libsystem_kernel.dylib 0x00007fff92ec7192 __workq_kernreturn + 10
>> 1 libsystem_c.dylib 0x00007fff96c5c594 _pthread_wqthread + 758
>> 2 libsystem_c.dylib 0x00007fff96c5db85 start_wqthread + 13
>>
>> Thread 0 crashed with X86 Thread State (64-bit):
>> rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfcfe8 rdx:
>> 0x0000000000000000
>> rdi: 0x00000000000097f0 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfd010 rsp:
>> 0x00007fff5fbfcfe8
>> r8: 0x00007fff5fbfd4b0 r9: 0x0000000000000000 r10: 0x00007fff92ec7e62 r11:
>> 0xffffff80002d8240
>> r12: 0x0000000108662f40 r13: 0x00007fff7ba2aa60 r14: 0x00007fff7c5e0960 r15:
>> 0x00000000000097f0
>> rip: 0x00007fff92ec682a rfl: 0x0000000000000206 cr2: 0x0000000100624ba0
>> Logical CPU: 0
>>
>> Binary Images:
>> 0x100000000 - 0x1001defff +org.gnu.Aquamacs (2.3a - 2.3.1312256614)
>> <4726DD8A-FD33-380B-9903-232A53A84FA9>
>> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>> 0x100cf1000 - 0x100cf5fe7 +com.stclairsoft.DefaultFolderX.osax (Default
>> Folder X Addition version 1.0 - 4.4.2)
>> <8366E74D-DA93-DE60-A571-4A475A9D88BF>
>> /Users/USER/Library/ScriptingAdditions/Default Folder X
>> Addition.osax/Contents/MacOS/Default Folder X Addition
>> 0x10172c000 - 0x101732fef libcldcpuengine.dylib (1.50.61 - compatibility
>> 1.0.0)
>> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
>> 0x101738000 - 0x10173bff7 libCoreFSCache.dylib (??? - ???)
>> <783C2402-CA3F-3D9B-B909-0F251145CF1D>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
>> 0x101741000 - 0x101741ffd +cl_kernels (??? - ???) cl_kernels
>> 0x101746000 - 0x101747ffc +cl_kernels (??? - ???) cl_kernels
>> 0x102211000 - 0x1022a2ff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0)
>> <278541F2-18CC-3BE4-AD6B-24A3E983ACB5>
>> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
>> 0x102378000 - 0x102379ff3 +cl_kernels (??? - ???)
>> <439BD027-8E18-4C40-B616-B422F12133F8> cl_kernels
>> 0x10237e000 - 0x10237fff3 +cl_kernels (??? - ???) cl_kernels
>> 0x104726000 - 0x104744ff7 +Cocoa Patcher (??? - ???)
>> <2A42C4FE-7EBD-E4A6-2BB1-CEC29FBABD31>
>> /Users/USER/Library/PreferencePanes/Default Folder
>> X.prefPane/Contents/Resources/Default Folder
>> X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
>> 0x108489000 - 0x10851cff7 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
>> 0x10a6fd000 - 0x10a790ff7 unorm8_argb.dylib (1.50.61 - compatibility 1.0.0)
>> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
>> 0x7fff67faf000 - 0x7fff67fe3ac7 dyld (195.5 - ???)
>> <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
>> 0x7fff8aaf8000 - 0x7fff8ab52fff com.apple.HIServices (1.9 - ???)
>> <8791E8AA-C034-330D-B2BA-5141154C21CD>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
>> 0x7fff8ab53000 - 0x7fff8ab67ff7 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
>> 0x7fff8ab6c000 - 0x7fff8ab6ffff com.apple.AppleSystemInfo (1.0 - 1)
>> <598ADC13-C994-3579-A885-0D6658DDD564>
>> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
>> 0x7fff8ac71000 - 0x7fff8b08cff7 com.apple.RawCamera.bundle (3.7.2 - 573)
>> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>> 0x7fff8b096000 - 0x7fff8b0acfff libGL.dylib (??? - ???)
>> <22064411-0A62-373C-828B-0AA2BA2A8D34>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>> 0x7fff8b12a000 - 0x7fff8b263fef com.apple.vImage (5.0 - 5.0)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
>> 0x7fff8b264000 - 0x7fff8b272fff libdispatch.dylib (187.5.0 - compatibility
>> 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
>> 0x7fff8b273000 - 0x7fff8b2f7ff7 com.apple.ApplicationServices.ATS (5.0 -
>> ???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
>> 0x7fff8b2f8000 - 0x7fff8b2fefff libGFXShared.dylib (??? - ???)
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
>> 0x7fff8b2ff000 - 0x7fff8b7a6ff7 FaceCoreLight (1.4.2 - compatibility 1.0.0)
>> <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D>
>> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
>> 0x7fff8b7a7000 - 0x7fff8b8a3ff7 com.apple.avfoundation (2.0 - 180.23)
>> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
>> 0x7fff8b8b0000 - 0x7fff8b8b2fff com.apple.TrustEvaluationAgent (2.0 - 1)
>> <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A>
>> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
>> 0x7fff8b8b3000 - 0x7fff8b8b5ff7 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
>> 0x7fff8b8b6000 - 0x7fff8b904ff7 libauto.dylib (??? - ???)
>> /usr/lib/libauto.dylib
>> 0x7fff8b908000 - 0x7fff8b908fff com.apple.CoreServices (53 - 53)
>> <5946A0A6-393D-3087-86A0-4FFF6A305CC0>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>> 0x7fff8b909000 - 0x7fff8b93efff com.apple.securityinterface (5.0 - 55004)
>> <790DDF7E-6BA9-36DD-B818-2322A712E1F5>
>> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
>> 0x7fff8b93f000 - 0x7fff8b948fff libnotify.dylib (80.0.0 - compatibility
>> 1.0.0) /usr/lib/system/libnotify.dylib
>> 0x7fff8b949000 - 0x7fff8b9a5ff7 com.apple.QuickLookFramework (3.0 - 489.1)
>> <26470DFE-B3D7-3E05-A4D7-98B64FCB230B>
>> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
>> 0x7fff8b9a6000 - 0x7fff8b9c3fff com.apple.frameworks.preferencepanes (15.0 -
>> 15.0)
>> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
>> 0x7fff8ba03000 - 0x7fff8bacaff7 com.apple.ColorSync (4.7.0 - 4.7.0)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>>
>> 0x7fff8bacb000 - 0x7fff8bb35fff com.apple.framework.IOKit (2.0 - ???)
>> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>> 0x7fff8bc32000 - 0x7fff8bc32fff 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
>> 0x7fff8bcb5000 - 0x7fff8bcb8fff libCoreVMClient.dylib (??? - ???)
>> <9E9F7B24-567C-3102-909C-219CF2B191FD>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
>> 0x7fff8bcb9000 - 0x7fff8bce2fff com.apple.CoreServicesInternal (113.7 -
>> 113.7)
>> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
>> 0x7fff8bd06000 - 0x7fff8bd68ff7 com.apple.coreui (0.3 - 162)
>> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>> 0x7fff8bd69000 - 0x7fff8bd6afff com.apple.MonitorPanelFramework (1.4.0 -
>> 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F>
>> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
>> 0x7fff8bd6b000 - 0x7fff8bef5ff7 com.apple.QTKit (7.7.1 - 2246)
>> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
>> 0x7fff8bef6000 - 0x7fff8bf0dfff com.apple.CFOpenDirectory (10.7 - 144)
>> <9709423E-8484-3B26-AAE8-EF58D1B8FB3F>
>> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
>> 0x7fff8bf0e000 - 0x7fff8c188ff7 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
>> 0x7fff8c1c9000 - 0x7fff8c1f9fff com.apple.shortcut (2.0 - 2.0)
>> <6E6C9F01-5DAC-35F4-876D-082D915EE782>
>> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
>> 0x7fff8c221000 - 0x7fff8c2c0fff 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
>> 0x7fff8c2c1000 - 0x7fff8c2ceff7 libbz2.1.0.dylib (1.0.5 - compatibility
>> 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
>> 0x7fff8c2cf000 - 0x7fff8c3dcfff libJP2.dylib (??? - ???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
>> 0x7fff8c3dd000 - 0x7fff8c410fff com.apple.GSS (2.1 - 2.0)
>> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
>> 0x7fff8c411000 - 0x7fff8c61efff com.apple.JavaScriptCore (7534 - 7534.48)
>> <99B60407-592A-3DDC-A3D0-86578B92B3F8>
>> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
>> 0x7fff8c61f000 - 0x7fff8c724ff7 libFontParser.dylib (??? - ???)
>> <22AADE96-E54D-3918-9DFA-1967F8B21E54>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
>> 0x7fff8c76a000 - 0x7fff8c7d1ff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0)
>> <0B715012-C8E8-386D-9C6C-90F72AE62A2F>
>> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>> 0x7fff8c82d000 - 0x7fff8c82ffff libquarantine.dylib (36.0.0 - compatibility
>> 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389>
>> /usr/lib/system/libquarantine.dylib
>> 0x7fff8c830000 - 0x7fff8c933fff libsqlite3.dylib (9.6.0 - compatibility
>> 9.0.0) /usr/lib/libsqlite3.dylib
>> 0x7fff8c934000 - 0x7fff8c943fff com.apple.opengl (1.7.4 - 1.7.4)
>> <38AF4430-7E81-3C98-9330-21DCDA90507E>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>> 0x7fff8c944000 - 0x7fff8c9abfff com.apple.Symbolication (1.2 - 87)
>> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
>> 0x7fff8c9ac000 - 0x7fff8c9fffff com.apple.AppleVAFramework (5.0.14 - 5.0.14)
>> <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75>
>> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
>> 0x7fff8ca00000 - 0x7fff8ce2dfff libLAPACK.dylib (??? - ???)
>> <4F2E1055-2207-340B-BB45-E4F16171EE0D>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>> 0x7fff8ce2e000 - 0x7fff8ce34ff7 com.apple.phonenumbers (1.0 - 47)
>> <8CE13253-C65B-392F-B87F-D85A15D500D3>
>> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
>> 0x7fff8cec6000 - 0x7fff8d087fe7 com.apple.CoreData (103 - 358.4)
>> <8D8ABA2E-0161-334D-A7C9-79E5297E188B>
>> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>> 0x7fff8d088000 - 0x7fff8d0d0fff com.apple.framework.CoreWLAN (2.0 - 200.46)
>> <04AFD988-DDFB-330D-B042-C1EB2826A0CC>
>> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
>> 0x7fff8d0d1000 - 0x7fff8d1e6fff com.apple.DesktopServices (1.6.0 - 1.6.0)
>> <208D40FC-8BBE-330F-B999-18771BEA6895>
>> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
>> 0x7fff8d1e7000 - 0x7fff8d221fff libncurses.5.4.dylib (5.4.0 - compatibility
>> 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
>> 0x7fff8d222000 - 0x7fff8d251fff com.apple.DictionaryServices (1.2 - 158)
>> <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D>
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>> 0x7fff8d252000 - 0x7fff8d2cdff7 com.apple.print.framework.PrintCore (7.0 -
>> 366)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
>> 0x7fff8d2ce000 - 0x7fff8da62fff com.apple.CoreAUC (6.11.03 - 6.11.03)
>> <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926>
>> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
>> 0x7fff8da63000 - 0x7fff8da6afff com.apple.NetFS (4.0 - 4.0)
>> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
>> 0x7fff8da6b000 - 0x7fff8db52fff com.apple.backup.framework (1.3 - 1.3)
>> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
>> 0x7fff8db60000 - 0x7fff8dceafff com.apple.WebKit (7534 - 7534.48.3)
>> <03AC8252-B3A1-3A7C-9DAF-99CC9DC56D5D>
>> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
>> 0x7fff8dceb000 - 0x7fff8dd59fff com.apple.CoreSymbolication (2.1 - 67)
>> <194A355B-58C7-3B1E-A714-00F71ACCDB0A>
>> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
>> 0x7fff8dd5a000 - 0x7fff8ddfcff7 com.apple.securityfoundation (5.0 - 55005)
>> <0D59908C-A61B-389E-AF37-741ACBBA6A94>
>> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
>> 0x7fff8ddfd000 - 0x7fff8dee1def libobjc.A.dylib (228.0.0 - compatibility
>> 1.0.0) /usr/lib/libobjc.A.dylib
>> 0x7fff8df42000 - 0x7fff8df46fff 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
>> 0x7fff8df6f000 - 0x7fff8df92ff7 com.apple.RemoteViewServices (1.0 - 1)
>> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
>> 0x7fff8e142000 - 0x7fff8e168ff7 com.apple.framework.familycontrols (3.0 -
>> 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA>
>> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
>> 0x7fff8e169000 - 0x7fff8e174fff com.apple.DisplayServicesFW (2.5.0 -
>> 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA>
>> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
>> 0x7fff8e2e1000 - 0x7fff8e37bff7 com.apple.SearchKit (1.4.0 - 1.4.0)
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
>>
>> 0x7fff8e37c000 - 0x7fff8e3b6fef com.apple.DebugSymbols (2.1 - 85)
>> <7E0E17D9-C8D4-3117-B36A-506929F6FF72>
>> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
>> 0x7fff8e3b7000 - 0x7fff8e3c2ff7 libc++abi.dylib (14.0.0 - compatibility
>> 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
>> 0x7fff8e3c3000 - 0x7fff8e3dafff com.apple.MultitouchSupport.framework
>> (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896>
>> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
>> 0x7fff8e3db000 - 0x7fff8e41afff 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
>> 0x7fff8e41b000 - 0x7fff8e768ff7 com.apple.FinderKit (1.0 - 1)
>> <906BCBF7-CBE6-36D2-A183-4980E73CA5EF>
>> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
>> 0x7fff8e769000 - 0x7fff8e770ff7 com.apple.CommerceCore (1.0 - 17)
>> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
>> 0x7fff8eaee000 - 0x7fff8eaf4fff IOSurface (??? - ???)
>> <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B>
>> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
>> 0x7fff8eb47000 - 0x7fff8eb74ff7 com.apple.opencl (1.50.62 - 1.50.62)
>> <616ADE61-11D1-3816-A255-3F0F80F2EAC8>
>> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
>> 0x7fff8eb75000 - 0x7fff8eb9bfff com.apple.framework.internetaccounts (1.0 -
>> 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC>
>> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
>> 0x7fff8eb9c000 - 0x7fff8ebc4ff7 com.apple.CoreVideo (1.7 - 70.0)
>> <59D5B407-CCB6-3406-8C55-C1B0168D7DC2>
>> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>> 0x7fff8ebc5000 - 0x7fff8ebc6fff libsystem_sandbox.dylib (??? - ???)
>> <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
>> 0x7fff8ec48000 - 0x7fff8ed26ff7 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
>> 0x7fff8ed27000 - 0x7fff8ed66ff7 libcups.2.dylib (2.9.0 - compatibility
>> 2.0.0) /usr/lib/libcups.2.dylib
>> 0x7fff8edbc000 - 0x7fff8ee03ff7 com.apple.CoreMedia (1.0 - 705.35)
>> <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F>
>> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
>> 0x7fff8f28f000 - 0x7fff8f3f2fff 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
>> 0x7fff8f3f3000 - 0x7fff8f431fff com.apple.bom (11.0 - 183)
>> <841FA160-A37A-368D-B14E-27AA9DD1AEDA>
>> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
>> 0x7fff8f43a000 - 0x7fff8f457ff7 com.apple.openscripting (1.3.3 - ???)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
>> 0x7fff8f458000 - 0x7fff8f458fff com.apple.Accelerate (1.7 - Accelerate 1.7)
>> <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D>
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>> 0x7fff8f459000 - 0x7fff8f4efff7 libvMisc.dylib (325.3.0 - compatibility
>> 1.0.0)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>> 0x7fff8f4f0000 - 0x7fff8f5d0fff com.apple.CoreServices.OSServices (478.25 -
>> 478.25)
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
>> 0x7fff8f5d1000 - 0x7fff8f60cfff com.apple.LDAPFramework (3.0 - 120.1)
>> <0C23534F-A8E7-3144-B2B2-50F9875101E2>
>> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
>> 0x7fff8f60d000 - 0x7fff8f638fff libpcre.0.dylib (1.1.0 - compatibility
>> 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
>> 0x7fff8f639000 - 0x7fff8f647ff7 com.apple.AppleFSCompression (37 - 1.0)
>> <88C436E8-38AE-3D96-A8C8-2D1805CC47B7>
>> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
>> 0x7fff8f74b000 - 0x7fff8fa22fff com.apple.security (7.0 - 55010)
>> <2418B583-D3BD-3BC5-8B07-8289C8A5B43B>
>> /System/Library/Frameworks/Security.framework/Versions/A/Security
>> 0x7fff8fa23000 - 0x7fff8fd3cff7 com.apple.AddressBook.framework (6.0 - 1043)
>> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
>> 0x7fff8fd3d000 - 0x7fff8fd61ff7 com.apple.Kerberos (1.0 - 1)
>> <2FF2569B-F59A-371E-AF33-66297F512CB3>
>> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>> 0x7fff8ff39000 - 0x7fff8ff3efff libGIF.dylib (??? - ???)
>> <21851808-BFD2-3141-8354-A419479726BF>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>> 0x7fff8ff7d000 - 0x7fff8ffd6fff com.apple.Suggestions (1.0 - 84.0)
>> <6B925EBB-CEEF-3134-8D25-2103F21DE624>
>> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
>> 0x7fff8ffd7000 - 0x7fff8fff3ff7 com.apple.GenerationalStorage (1.0 - 124)
>> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
>> 0x7fff8fff4000 - 0x7fff90036ff7 libcommonCrypto.dylib (55010.0.0 -
>> compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
>> 0x7fff90037000 - 0x7fff90056fff libresolv.9.dylib (46.0.0 - compatibility
>> 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
>> 0x7fff90057000 - 0x7fff9006cfff com.apple.speech.synthesis.framework (4.0.74
>> - 4.0.74)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>> 0x7fff9006d000 - 0x7fff900c1ff7 com.apple.ImageCaptureCore (3.0 - 3.0)
>> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
>> 0x7fff900c2000 - 0x7fff9021bff7 com.apple.audio.toolbox.AudioToolbox (1.7 -
>> 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF>
>> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>> 0x7fff90220000 - 0x7fff90247fff com.apple.PerformanceAnalysis (1.10 - 10)
>> <2A058167-292E-3C3A-B1F8-49813336E068>
>> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
>> 0x7fff90248000 - 0x7fff90248fff com.apple.vecLib (3.7 - vecLib 3.7)
>> <29927F20-262F-379C-9108-68A6C69A03D0>
>> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>> 0x7fff90249000 - 0x7fff90249fff com.apple.ApplicationServices (41 - 41)
>> <03F3FA8F-8D2A-3AB6-A8E3-40B001116339>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
>> 0x7fff9024a000 - 0x7fff902fcfff com.apple.CoreText (4.0.0 - ???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
>> 0x7fff90358000 - 0x7fff9035eff7 libunwind.dylib (30.0.0 - compatibility
>> 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
>> 0x7fff90369000 - 0x7fff9036cfff libRadiance.dylib (??? - ???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>> 0x7fff903e5000 - 0x7fff903e5fff com.apple.audio.units.AudioUnit (1.7 - 1.7)
>> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>> 0x7fff90466000 - 0x7fff90466fff com.apple.Carbon (153 - 153)
>> <895C2BF2-1666-3A59-A669-311B1F4F368B>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>> 0x7fff90467000 - 0x7fff90479ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0)
>> <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
>> 0x7fff90519000 - 0x7fff9051efff libpam.2.dylib (3.0.0 - compatibility 3.0.0)
>> /usr/lib/libpam.2.dylib
>> 0x7fff90568000 - 0x7fff90573ff7 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
>> 0x7fff90574000 - 0x7fff90747ff7 com.apple.CoreFoundation (6.7 - 635)
>> <57446B22-0778-3E07-9690-96AC705D57E8>
>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>> 0x7fff90748000 - 0x7fff9075aff7 libsasl2.2.dylib (3.15.0 - compatibility
>> 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
>> 0x7fff9075b000 - 0x7fff91454fef com.apple.WebCore (7534 - 7534.48.3)
>> <7C5A681C-3749-382C-9551-C197EF878C22>
>> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
>> 0x7fff91455000 - 0x7fff91459fff libdyld.dylib (195.5.0 - compatibility
>> 1.0.0) /usr/lib/system/libdyld.dylib
>> 0x7fff9145a000 - 0x7fff91477ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0)
>> <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
>> 0x7fff91478000 - 0x7fff916e6ff7 com.apple.QuartzComposer (5.0 - 232)
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
>>
>> 0x7fff91775000 - 0x7fff9236dfff com.apple.AppKit (6.7 - 1138)
>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>> 0x7fff9236e000 - 0x7fff92381ff7 libCRFSuite.dylib (??? - ???)
>> <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
>> 0x7fff92382000 - 0x7fff923affff com.apple.quartzfilters (1.7.0 - 1.7.0)
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
>> 0x7fff923b0000 - 0x7fff92420fff com.apple.datadetectorscore (3.0 - 179.3)
>> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
>> 0x7fff92421000 - 0x7fff92422fff libdnsinfo.dylib (395.6.0 - compatibility
>> 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
>> 0x7fff92423000 - 0x7fff9252ffef libcrypto.0.9.8.dylib (0.9.8 - compatibility
>> 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
>> 0x7fff92568000 - 0x7fff925a4fff libsystem_info.dylib (??? - ???)
>> /usr/lib/system/libsystem_info.dylib
>> 0x7fff925a5000 - 0x7fff928befff 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
>> 0x7fff92a02000 - 0x7fff92a10ff7 libkxld.dylib (??? - ???)
>> <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
>> 0x7fff92a11000 - 0x7fff92c82fff com.apple.CoreImage (7.77 - 1.0.1)
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
>> 0x7fff92c83000 - 0x7fff92c91fff com.apple.NetAuth (1.0 - 3.0)
>> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
>> 0x7fff92c92000 - 0x7fff92ce2fff com.apple.CoreMediaIO (201.0 - 3148)
>> <66287EB0-61F1-3175-90DC-24BB29473C67>
>> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
>> 0x7fff92ce3000 - 0x7fff92cf9ff7 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
>> 0x7fff92cfa000 - 0x7fff92d0ffff com.apple.FileSync.framework (6.0 - 432)
>> <7DF40003-7A8A-3C42-AC26-FCA0A0DFEE17>
>> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
>> 0x7fff92d10000 - 0x7fff92db4fef com.apple.ink.framework (1.3.2 - 110)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
>> 0x7fff92db5000 - 0x7fff92eaafff libiconv.2.dylib (7.0.0 - compatibility
>> 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
>> 0x7fff92eab000 - 0x7fff92eafff7 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
>> 0x7fff92eb0000 - 0x7fff92ed0fff libsystem_kernel.dylib (1699.22.73 -
>> compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348>
>> /usr/lib/system/libsystem_kernel.dylib
>> 0x7fff92ee4000 - 0x7fff92f57fff libstdc++.6.dylib (52.0.0 - compatibility
>> 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
>> 0x7fff92f58000 - 0x7fff936269df com.apple.CoreGraphics (1.600.0 - ???)
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>> 0x7fff93627000 - 0x7fff93644fff libPng.dylib (??? - ???)
>> <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>> 0x7fff93c94000 - 0x7fff93c99fff libcompiler_rt.dylib (6.0.0 - compatibility
>> 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A>
>> /usr/lib/system/libcompiler_rt.dylib
>> 0x7fff93c9a000 - 0x7fff93d10fff com.apple.ISSupport (1.9.8 - 56)
>> <2CEE7E6B-D841-36D8-BC9F-081B33F6E501>
>> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
>> 0x7fff93d19000 - 0x7fff93d6dff7 com.apple.ScalableUserInterface (1.0 - 1)
>> <1873D7BE-2272-31A1-8F85-F70C4D706B3B>
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
>> 0x7fff93d70000 - 0x7fff93d74fff libmathCommon.A.dylib (2026.0.0 -
>> compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
>> 0x7fff93d75000 - 0x7fff93d8ffff com.apple.CoreMediaAuthoring (2.0 - 889)
>> <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6>
>> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
>> 0x7fff93d94000 - 0x7fff93dd4fff libtidy.A.dylib (??? - ???)
>> /usr/lib/libtidy.A.dylib
>> 0x7fff93dd5000 - 0x7fff93e28fff libFontRegistry.dylib (??? - ???)
>> <8FE14D77-1286-3619-A02E-0AC1A622596E>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
>> 0x7fff93e29000 - 0x7fff93e6cff7 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
>> 0x7fff93e6d000 - 0x7fff93ec4fff libTIFF.dylib (??? - ???)
>> <9E32B490-4C5B-3D96-AF27-9C085C606403>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>> 0x7fff946bc000 - 0x7fff946c1ff7 libsystem_network.dylib (??? - ???)
>> <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
>> 0x7fff946c2000 - 0x7fff946c7fff com.apple.OpenDirectory (10.7 - 144)
>> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
>> 0x7fff946dd000 - 0x7fff946e2fff libcache.dylib (47.0.0 - compatibility
>> 1.0.0) /usr/lib/system/libcache.dylib
>> 0x7fff946e3000 - 0x7fff946e6ff7 com.apple.securityhi (4.0 - 1)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
>> 0x7fff946e7000 - 0x7fff949f9fff com.apple.Foundation (6.7 - 833.1)
>> <618D7923-3519-3C53-9CBD-CF3C7130CB32>
>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>> 0x7fff949fa000 - 0x7fff94a04ff7 liblaunch.dylib (392.18.0 - compatibility
>> 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
>> 0x7fff94a05000 - 0x7fff94a06fff libDiagnosticMessagesClient.dylib (??? -
>> ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598>
>> /usr/lib/libDiagnosticMessagesClient.dylib
>> 0x7fff94a07000 - 0x7fff94b05ff7 com.apple.QuickLookUIFramework (3.0 - 489.1)
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
>> 0x7fff94b06000 - 0x7fff94b47fff com.apple.QD (3.12 - ???)
>> <4F3C5629-97C7-3E55-AF3C-ACC524929DA2>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
>> 0x7fff94b48000 - 0x7fff94b4efff libmacho.dylib (800.0.0 - compatibility
>> 1.0.0) /usr/lib/system/libmacho.dylib
>> 0x7fff94b4f000 - 0x7fff94b5afff com.apple.CommonAuth (2.1 - 2.0)
>> <49949286-61FB-3A7F-BF49-0EBA45E2664E>
>> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
>> 0x7fff94c96000 - 0x7fff94ca2fff com.apple.DirectoryService.Framework (10.7 -
>> 144) <067ACB41-E9B7-3177-9EDE-C188D9B352DC>
>> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
>> 0x7fff94cae000 - 0x7fff94caefff com.apple.Cocoa (6.6 - ???)
>> <021D4214-9C23-3CD8-AFB2-F331697A4508>
>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>> 0x7fff94cb1000 - 0x7fff94cb3fff libCVMSPluginSupport.dylib (??? - ???)
>> <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
>> 0x7fff94ce0000 - 0x7fff94de2ff7 libxml2.2.dylib (10.3.0 - compatibility
>> 10.0.0) /usr/lib/libxml2.2.dylib
>> 0x7fff94de3000 - 0x7fff94de4fff liblangid.dylib (??? - ???)
>> /usr/lib/liblangid.dylib
>> 0x7fff94de5000 - 0x7fff94e6aff7 com.apple.Heimdal (2.1 - 2.0)
>> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
>> 0x7fff94e6b000 - 0x7fff94e6cff7 libremovefile.dylib (21.0.0 - compatibility
>> 1.0.0) /usr/lib/system/libremovefile.dylib
>> 0x7fff94e6d000 - 0x7fff9529ffe7 com.apple.VideoToolbox (1.0 - 705.35)
>> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
>> 0x7fff952a0000 - 0x7fff95666fff com.apple.MediaToolbox (1.0 - 705.35)
>> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
>> 0x7fff95667000 - 0x7fff956a0fe7 libssl.0.9.8.dylib (0.9.8 - compatibility
>> 0.9.8) /usr/lib/libssl.0.9.8.dylib
>> 0x7fff956a1000 - 0x7fff95701fff 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
>> 0x7fff95702000 - 0x7fff9572bff7 com.apple.framework.Apple80211 (7.0 -
>> 700.57) <0D7D7E08-377B-32F0-AD91-673F992B5CFF>
>> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
>> 0x7fff9572c000 - 0x7fff9572dff7 libsystem_blocks.dylib (53.0.0 -
>> compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869>
>> /usr/lib/system/libsystem_blocks.dylib
>> 0x7fff9572e000 - 0x7fff957c0fff com.apple.PDFKit (2.6 - 2.6)
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
>> 0x7fff957c1000 - 0x7fff957d3ff7 libbsm.0.dylib (??? - ???)
>> <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
>> 0x7fff957d4000 - 0x7fff95856fff com.apple.Metadata (10.7.0 - 627.9)
>> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
>>
>> 0x7fff95857000 - 0x7fff95a59fff libicucore.A.dylib (46.1.0 - compatibility
>> 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
>> 0x7fff95a5a000 - 0x7fff95a62fff libsystem_dnssd.dylib (??? - ???)
>> <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
>> 0x7fff95a63000 - 0x7fff95a69fff com.apple.DiskArbitration (2.4 - 2.4)
>> <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD>
>> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
>> 0x7fff95bdb000 - 0x7fff95bdefff com.apple.help (1.3.2 - 42)
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
>> 0x7fff95bdf000 - 0x7fff95d7efff com.apple.QuartzCore (1.7 - 269.0)
>> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>> 0x7fff95dc6000 - 0x7fff95df3fe7 libSystem.B.dylib (159.0.0 - compatibility
>> 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
>> 0x7fff95df4000 - 0x7fff95e86fff com.apple.CorePDF (3.0 - 3.0)
>> <6056B710-155A-3543-9373-B9F3E5FC99CE>
>> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
>> 0x7fff95e87000 - 0x7fff95e87fff com.apple.quartzframework (1.5 - 1.5)
>> <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3>
>> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
>> 0x7fff95e88000 - 0x7fff95e89fff libunc.dylib (24.0.0 - compatibility 1.0.0)
>> /usr/lib/system/libunc.dylib
>> 0x7fff95ee7000 - 0x7fff95ee7fff libkeymgr.dylib (23.0.0 - compatibility
>> 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
>> 0x7fff95efd000 - 0x7fff964e1faf libBLAS.dylib (??? - ???)
>> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>> 0x7fff964ee000 - 0x7fff96909fff com.apple.SceneKit (2.0 - 124)
>> <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785>
>> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
>> 0x7fff9693a000 - 0x7fff96948fff com.apple.HelpData (2.1.0 - 68)
>> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
>> 0x7fff96949000 - 0x7fff969beff7 libc++.1.dylib (19.0.0 - compatibility
>> 1.0.0) /usr/lib/libc++.1.dylib
>> 0x7fff96be0000 - 0x7fff96c0bff7 libxslt.1.dylib (3.24.0 - compatibility
>> 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
>> 0x7fff96c0c000 - 0x7fff96ce9fef libsystem_c.dylib (763.11.0 - compatibility
>> 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
>> 0x7fff96cea000 - 0x7fff96d29ff7 libGLImage.dylib (??? - ???)
>> <29F82AD9-45F0-3AC5-A4A4-B767EC555D82>
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
>> 0x7fff96d6f000 - 0x7fff96dbafff com.apple.SystemConfiguration (1.11 - 1.11)
>> <0B02FEC4-C36E-32CB-8004-2214B6793AE8>
>> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>> 0x7fff96dbb000 - 0x7fff96e0dff7 libGLU.dylib (??? - ???)
>> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
>> 0x7fff96e52000 - 0x7fff96e7bfff libJPEG.dylib (??? - ???)
>> <3DBFEB41-4BF2-3502-872A-BB3738EE61B0>
>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>> 0x7fff96f0e000 - 0x7fff96f15fff libcopyfile.dylib (85.1.0 - compatibility
>> 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
>> 0x7fff96f16000 - 0x7fff96f23fff 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
>> 0x7fff96f24000 - 0x7fff97247fff com.apple.HIToolbox (1.7 - ???)
>> <10FA3432-6638-39D9-8681-9E95298D239E>
>> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
>>
>> External Modification Summary:
>> Calls made by other processes targeting this process:
>> task_for_pid: 22
>> 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: 6703
>> thread_create: 0
>> thread_set_state: 0
>>
>> VM Region Summary:
>> ReadOnly portion of Libraries: Total=204.5M resident=156.1M(76%)
>> swapped_out_or_unallocated=48.4M(24%)
>> Writable regions: Total=137.4M written=32.2M(23%) resident=44.2M(32%)
>> swapped_out=0K(0%) unallocated=93.2M(68%)
>>
>> REGION TYPE VIRTUAL
>> =========== =======
>> ATS (font support) 32.0M
>> ATS (font support) (reserved) 4K reserved VM address space (unallocated)
>> CG backing stores 3272K
>> CG image 112K
>> CG raster data 188K
>> CG shared images 3448K
>> CoreGraphics 16K
>> CoreImage 72K
>> CoreServices 3484K
>> MALLOC 52.7M
>> MALLOC guard page 48K
>> Memory tag=240 4K
>> Memory tag=242 12K
>> Memory tag=251 76K
>> OpenCL 44K
>> STACK GUARD 55.8M
>> Stack 20.6M
>> VM_ALLOCATE 16.6M
>> __CI_BITMAP 80K
>> __DATA 44.0M
>> __IMAGE 1256K
>> __LINKEDIT 48.1M
>> __TEXT 156.4M
>> __UNICODE 544K
>> mapped file 34.1M
>> shared memory 6252K
>> =========== =======
>> TOTAL 478.9M
>> TOTAL, minus reserved VM space 478.9M
>
>
>
>
> Begin forwarded message:
>
>> From: Luay Baltaji <luay@baltaji.com <mailto:luay@baltaji.com>>
>> Date: August 13, 2011 11:55:45 PM GMT+02:00
>> To: aquamacs-bugs@aquamacs.org <mailto:aquamacs-bugs@aquamacs.org>
>> Subject: [Aquamacs-bugs] 23.3.50; Crash in Fns_popup_save_panel + 244
>> Reply-To: Bug reports for Aquamacs Emacs <aquamacs-bugs@aquamacs.org
>> <mailto:aquamacs-bugs@aquamacs.org>>
>>
>>
>> Please write in English if possible, because the Emacs maintainers
>> usually do not have translators to read other languages for them.
>>
>> Your report will be posted to the aquamacs-bugs@aquamacs.org
>> <mailto:aquamacs-bugs@aquamacs.org> mailing list,
>> and may appear in other public locations.
>>
>> Please describe exactly what actions triggered the bug
>> and the precise symptoms of the bug. If you can, give
>> a recipe starting with an Aquamacs without customization
>> for which see the Help / Diagnose and Report Bug menu:
>>
>> Enter your bug report here.
>>
>> If Emacs crashed, and you have the Emacs process in the gdb debugger,
>> please include the output from the following gdb commands:
>> `bt full' and `xbacktrace'.
>> For information about debugging Emacs, please read the file
>> /Applications/Aquamacs.app/Contents/Resources/etc/DEBUG.
>>
>>
>> In GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
>> of 2011-07-29 on braeburn.aquamacs.org <http://braeburn.aquamacs.org> -
>> Aquamacs Distribution 2.3a
>> Windowing system distributor `Apple', version 10.3.1138
>> configured using `configure '--with-ns' '--without-x' 'CC=gcc' 'CFLAGS=-O3
>> -fno-tree-pre -falign-loops -arch i386' 'LDFLAGS=-O3 -fno-tree-pre
>> -falign-loops -arch i386''
>>
>> Important settings:
>> value of $LC_ALL: nil
>> value of $LC_COLLATE: nil
>> value of $LC_CTYPE: nil
>> value of $LC_MESSAGES: nil
>> value of $LC_MONETARY: nil
>> value of $LC_NUMERIC: nil
>> value of $LC_TIME: nil
>> value of $LANG: nil
>> value of $XMODIFIERS: nil
>> locale-coding-system: nil
>> default enable-multibyte-characters: t
>>
>>
>> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs)
>>
>> PATH:
>> /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
>>
>> exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin
>> /usr/bin /bin /usr/sbin /sbin /Applications/Aquamacs.app/Contents/MacOS/bin
>> /usr/texbin)
>>
>> Process: Aquamacs [15591]
>> Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>> Identifier: org.gnu.Aquamacs
>> Version: 2.3a (2.3.)
>> Code Type: X86 (Native)
>> Parent Process: launchd [210]
>>
>> Date/Time: 2011-08-13 22:52:33.876 +0100
>> OS Version: Mac OS X 10.7 (11A511)
>> Report Version: 9
>>
>> Crashed Thread: 11 Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
>>
>> Exception Type: EXC_BAD_ACCESS (SIGBUS)
>> Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
>>
>> VM Regions Near 0x8:
>> --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL
>> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>> __TEXT 0000000000001000-00000000001fb000 [ 2024K] r-x/rwx SM=COW
>> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
>>
>> Application Specific Information:
>> objc[15591]: garbage collection is OFF
>>
>> Thread 0:: Dispatch queue: com.apple.main-thread
>> 0 libsystem_kernel.dylib 0x90536f5e __unlink + 10
>> 1 libsystem_kernel.dylib 0x90535c02 unlink + 18
>> 2 org.gnu.Aquamacs 0x001ad38e ns_term_shutdown + 110
>> 3 org.gnu.Aquamacs 0x000b5ecf fatal_error_signal + 383
>> 4 libsystem_c.dylib 0x9183859b _sigtramp + 43
>> 5 ??? 0xffffffff 0 + 4294967295
>> 6 com.apple.DesktopServices 0x9ba69cf2
>> StRegistrationLock::StRegistrationLock() + 80
>> 7 com.apple.DesktopServices 0x9bad78ed
>> TClientChangeNotifier::GetClientChangeNotifier(NodeClientContext,
>> OpaqueEventQueue*, void (*)(OpaqueEventQueue*), dispatch_queue_s*) + 115
>> 8 com.apple.DesktopServices 0x9bacd7db NodeNewChangeNotifierOnQueue + 116
>> 9 com.apple.FinderKit 0x9558c249 TNodeObserver::TNodeObserver() + 167
>> 10 com.apple.FinderKit 0x955523d3
>> TCoalescingNodeObserver::TCoalescingNodeObserver() + 25
>> 11 com.apple.FinderKit 0x9558209e TNodeEngine::TNodeEngine() + 40
>> 12 com.apple.FinderKit 0x955836eb TNodeBrowser::TNodeBrowser() + 29
>> 13 com.apple.FinderKit 0x956b88df -[FIFinderViewGutsController
>> prepareToShow] + 63
>> 14 com.apple.FinderKit 0x956b8e9d -[FIFinderViewGutsController
>> windowOrderedIn] + 43
>> 15 com.apple.FinderKit 0x956c1b4c -[FIFinderView windowOrderedIn] + 52
>> 16 com.apple.AppKit 0x99884acc -[NSNavFinderViewFileBrowser windowOrderedIn]
>> + 73
>> 17 com.apple.AppKit 0x99508d46 -[NSSavePanel _navViewWindowOrderedIn] + 88
>> 18 com.apple.AppKit 0x9950900c -[NSSavePanel _restoreDefaultSettingsCommon]
>> + 392
>> 19 com.apple.AppKit 0x99509036 -[NSSavePanel
>> _restoreDefaultSettingsForSaveMode] + 35
>> 20 com.apple.AppKit 0x99514d23 -[NSSavePanel
>> initWithContentRect:styleMask:backing:defer:] + 433
>> 21 com.apple.AppKit 0x9950ea68 +[NSSavePanel _crunchyRawUnbonedPanel] + 244
>> 22 com.apple.AppKit 0x9950d929 +[NSSavePanel savePanel] + 33
>> 23 org.gnu.Aquamacs 0x001c4394 Fns_popup_save_panel + 244
>> 24 org.gnu.Aquamacs 0x001419e6 Feval + 1190
>> 25 org.gnu.Aquamacs 0x0013e68d funcall_lambda + 701
>> 26 org.gnu.Aquamacs 0x0013e967 Ffuncall + 391
>> 27 org.gnu.Aquamacs 0x0013fb13 apply1 + 83
>> 28 org.gnu.Aquamacs 0x0013ac70 Fcall_interactively + 576
>> 29 org.gnu.Aquamacs 0x0013ecc5 Ffuncall + 1253
>> 30 org.gnu.Aquamacs 0x0013eee1 call3 + 49
>> 31 org.gnu.Aquamacs 0x000cb2cd command_loop_1 + 1341
>> 32 org.gnu.Aquamacs 0x0013cf7d internal_condition_case + 253
>> 33 org.gnu.Aquamacs 0x000b7bd5 command_loop_2 + 69
>> 34 org.gnu.Aquamacs 0x0013ce5c internal_catch + 172
>> 35 org.gnu.Aquamacs 0x000bf67e recursive_edit_1 + 350
>> 36 org.gnu.Aquamacs 0x000bf834 Frecursive_edit + 324
>> 37 org.gnu.Aquamacs 0x000b6f5e main + 4078
>> 38 org.gnu.Aquamacs 0x00002556 start + 54
>>
>
>
>
>>
>>
>> *From: *Charles McKnight <charles.mcknight@solevo.us
>> <mailto:charles.mcknight@solevo.us>>
>> *Date: *August 14, 2011 8:53:50 PM GMT+02:00
>> *To: *aquamacs-bugs@aquamacs.org <mailto:aquamacs-bugs@aquamacs.org>
>> *Subject: **23.3.50; Crash in ns_read_socket + 320 (nsterm.m:3289)*
>>
>>
>> Was suspicious that LLVM might have been the culprit, so I ensured that I
>> was using gcc-4.2, not gcc-4.2-llvm. Unfortunately, the crashing behavior
>> continues to persist under Lion. Still looking into potential causes…
>>
>> Steps to reproduce:
>>
>> 1. Command-O
>> 2. Cancel (or select a file and tap OK)
>>
>> Environment:OS X 10.7
>> Xcode 4.1
>>
>> The build issues I was experiencing seem to have been resolved by the change
>> though… <scratching head>
>>
>> Please write in English if possible, because the Emacs maintainers
>> usually do not have translators to read other languages for them.
>>
>> Your report will be posted to the aquamacs-bugs@aquamacs.org
>> <mailto:aquamacs-bugs@aquamacs.org> mailing list,
>> and may appear in other public locations.
>>
>> Please describe exactly what actions triggered the bug
>> and the precise symptoms of the bug. If you can, give
>> a recipe starting with an Aquamacs without customization
>> for which see the Help / Diagnose and Report Bug menu:
>>
>> Enter your bug report here.
>>
>> If Emacs crashed, and you have the Emacs process in the gdb debugger,
>> please include the output from the following gdb commands:
>> `bt full' and `xbacktrace'.
>> For information about debugging Emacs, please read the file
>> /Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/Resources/etc/DEBUG.
>>
>>
>> In GNU Emacs 23.3.50.1 (x86_64-apple-darwin11.0.0, NS apple-appkit-1138.00)
>> of 2011-08-14 on chuckmac.local - Aquamacs Distribution 2.3a
>> Windowing system distributor `Apple', version 10.3.1138
>> configured using `configure '--with-ns' '--without-x' 'CC=gcc-4.2''
>>
>> Important settings:
>> value of $LC_ALL: nil
>> value of $LC_COLLATE: nil
>> value of $LC_CTYPE: en_US.UTF-8
>> value of $LC_MESSAGES: nil
>> value of $LC_MONETARY: nil
>> value of $LC_NUMERIC: nil
>> value of $LC_TIME: nil
>> value of $LANG: nil
>> value of $XMODIFIERS: nil
>> locale-coding-system: nil
>> default enable-multibyte-characters: t
>>
>>
>> Command line:
>> (/Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/MacOS/Aquamacs)
>>
>> PATH:
>> /Users/chuck/.rvm/gems/ruby-1.9.2-p290/bin:/Users/chuck/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/chuck/.rvm/rubies/ruby-1.9.2-p290/bin:/Users/chuck/.rvm/bin:/usr/local/bin:/usr/local/sbin:/Users/chuck/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/chuck/airsdk/bin:/Users/chuck/airsdk/bin:/Applications/Mozart.zpp/Contents/Resources/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin
>>
>> exec-path: (/Users/chuck/.rvm/gems/ruby-1.9.2-p290/bin
>> /Users/chuck/.rvm/gems/ruby-1.9.2-p290@global/bin
>> /Users/chuck/.rvm/rubies/ruby-1.9.2-p290/bin /Users/chuck/.rvm/bin
>> /usr/local/bin /usr/local/sbin /Users/chuck/bin /usr/bin /bin /usr/sbin
>> /sbin /usr/local/bin /usr/X11/bin /Users/chuck/airsdk/bin
>> /Users/chuck/airsdk/bin /Applications/Mozart.zpp/Contents/Resources/bin
>> /usr/bin /bin /usr/sbin /sbin
>> /Users/chuck/github/aquamacs-emacs/nextstep/Aquamacs.app/Contents/MacOS/bin
>> /usr/texbin)
>>
>> Process: Aquamacs [35121]
>> Path: /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
>> Identifier: org.gnu.Aquamacs
>> Version: 2.3a (2.3.1312469076)
>> Code Type: X86-64 (Native)
>> Parent Process: launchd [340]
>>
>> Date/Time: 2011-08-14 11:50:02.349 -0700
>> OS Version: Mac OS X 10.7 (11A511)
>> Report Version: 9
>>
>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>
>> Exception Type: EXC_BAD_ACCESS (SIGABRT)
>> Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000120
>>
>> VM Regions Near 0x120:
>> -->
>> __TEXT 0000000100000000-00000001001e7000 [ 1948K] r-x/rwx SM=COW
>> /Users/USER/*/Aquamacs.app/Contents/MacOS/Aquamacs
>>
>> Application Specific Information:
>> objc[35121]: garbage collection is OFF
>> abort() called
>>
>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>> 0 libsystem_kernel.dylib 0x00007fff8ca5982a __kill + 10
>> 1 org.gnu.Aquamacs 0x0000000100091d2e fatal_error_signal + 286 (emacs.c:402)
>> 2 libsystem_c.dylib 0x00007fff97700cfa _sigtramp + 26
>> 3 libsystem_kernel.dylib 0x00007fff8ca59ce2 __pthread_kill + 10
>> 4 libsystem_c.dylib 0x00007fff976ae7d2 pthread_kill + 95
>> 5 libsystem_c.dylib 0x00007fff9769fa7a abort + 143
>> 6 org.gnu.Aquamacs 0x00000001001755dc ns_term_shutdown + 44 (nsterm.m:4161)
>> 7 org.gnu.Aquamacs 0x0000000100091d64 fatal_error_signal + 340 (emacs.c:388)
>> 8 libsystem_c.dylib 0x00007fff97700cfa _sigtramp + 26
>> 9 libsystem_c.dylib 0x00007fff976aaf91 pthread_mutex_lock + 17
>> 10 com.apple.FinderKit 0x00007fff8c4ec2e4
>> TFENodeFactory::FetchPublishedFoldersNode() + 38
>> 11 com.apple.FinderKit 0x00007fff8c502f85
>> TNodeBrowser::TPublishedFoldersObserver::~TPublishedFoldersObserver() + 43
>> 12 com.apple.FinderKit 0x00007fff8c500967 TNodeBrowser::~TNodeBrowser() + 89
>> 13 com.apple.FinderKit 0x00007fff8c5008d7 TNodeBrowser::~TNodeBrowser() + 15
>> 14 com.apple.FinderKit 0x00007fff8c62414f -[FIFinderViewGutsController
>> prepareToHide] + 415
>> 15 com.apple.FinderKit 0x00007fff8c6241fb -[FIFinderViewGutsController
>> windowOrderedOut] + 40
>> 16 com.apple.Foundation 0x00007fff90ee7b8e __NSFireDelayedPerform + 392
>> 17 com.apple.CoreFoundation 0x00007fff93cea694
>> __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
>> 18 com.apple.CoreFoundation 0x00007fff93cea1e6 __CFRunLoopDoTimer + 534
>> 19 com.apple.CoreFoundation 0x00007fff93ccaba1 __CFRunLoopRun + 1617
>> 20 com.apple.CoreFoundation 0x00007fff93cca216 CFRunLoopRunSpecific + 230
>> 21 com.apple.HIToolbox 0x00007fff91d814ff RunCurrentEventLoopInMode + 277
>> 22 com.apple.HIToolbox 0x00007fff91d88b73 ReceiveNextEventCommon + 181
>> 23 com.apple.HIToolbox 0x00007fff91d88aae
>> BlockUntilNextEventMatchingListInMode + 62
>> 24 com.apple.AppKit 0x00007fff8f7b7191 _DPSNextEvent + 659
>> 25 com.apple.AppKit 0x00007fff8f7b6a95 -[NSApplication
>> nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
>> 26 com.apple.AppKit 0x00007fff8f7b33d6 -[NSApplication run] + 463
>> 27 org.gnu.Aquamacs 0x0000000100172260 ns_read_socket + 320 (nsterm.m:3289)
>> 28 org.gnu.Aquamacs 0x000000010009af05 read_avail_input + 309 (keyboard.c:7233)
>> 29 org.gnu.Aquamacs 0x000000010009b02a handle_async_input + 74 (keyboard.c:7564)
>> 30 org.gnu.Aquamacs 0x0000000100172517 show_hourglass + 135 (nsterm.m:2518)
>> 31 org.gnu.Aquamacs 0x000000010015990d do_pending_atimers + 141 (atimer.c:374)
>> 32 org.gnu.Aquamacs 0x00000001001812c0 Fns_read_file_name + 992 (nsfns.m:2056)
>> 33 org.gnu.Aquamacs 0x000000010010b77e Feval + 1438 (eval.c:2360)
>> 34 org.gnu.Aquamacs 0x000000010010b9f8 Fsetq + 56 (eval.c:517)
>> 35 org.gnu.Aquamacs 0x000000010010b90d Feval + 1837 (eval.c:2295)
>> 36 org.gnu.Aquamacs 0x000000010010bb6f Fprogn + 47 (eval.c:415)
>> 37 org.gnu.Aquamacs 0x000000010010b90d Feval + 1837 (eval.c:2295)
>> 38 org.gnu.Aquamacs 0x000000010010b81c Feval + 1596 (eval.c:2408)
>> 39 org.gnu.Aquamacs 0x000000010010bb6f Fprogn + 47 (eval.c:415)
>> 40 org.gnu.Aquamacs 0x000000010010be38 funcall_lambda + 680 (eval.c:3213)
>> 41 org.gnu.Aquamacs 0x000000010010c0d3 Ffuncall + 595 (eval.c:3088)
>> 42 org.gnu.Aquamacs 0x000000010010e1ae apply1 + 78 (eval.c:2785)
>> 43 org.gnu.Aquamacs 0x0000000100107719 Fcall_interactively + 633 (callint.c:396)
>> 44 org.gnu.Aquamacs 0x000000010010c31c Ffuncall + 1180 (eval.c:3037)
>> 45 org.gnu.Aquamacs 0x000000010010c4c6 call3 + 38 (eval.c:2863)
>> 46 org.gnu.Aquamacs 0x00000001000a5574 command_loop_1 + 1220 (keyboard.c:1914)
>> 47 org.gnu.Aquamacs 0x000000010010a857 internal_condition_case + 327
>> (eval.c:1492)
>> 48 org.gnu.Aquamacs 0x000000010009c557 command_loop_2 + 55 (keyboard.c:1363)
>> 49 org.gnu.Aquamacs 0x000000010010a960 internal_catch + 224 (eval.c:1228)
>> 50 org.gnu.Aquamacs 0x000000010009cfe6 command_loop + 182 (keyboard.c:1342)
>> 51 org.gnu.Aquamacs 0x000000010009d44f recursive_edit_1 + 159 (keyboard.c:956)
>> 52 org.gnu.Aquamacs 0x000000010009d5ef Frecursive_edit + 287 (keyboard.c:1019)
>> 53 org.gnu.Aquamacs 0x0000000100092b17 main + 3447 (emacs.c:1841)
>> 54 org.gnu.Aquamacs 0x0000000100001fb4 start + 52





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9303: 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289)
  2011-08-15 18:42   ` Jan Djärv
@ 2011-08-15 22:24     ` David Reitter
  0 siblings, 0 replies; 3+ messages in thread
From: David Reitter @ 2011-08-15 22:24 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 9303

I should add to this that I can't reproduce it either, but that users have been sending in stream of crash reports.
14 crash reports in Fns_popup_save_panel since April, 5 in Fns_read_file_name.  Again, could be an Aquamacs issue, or it could be that that's what people happen to use.  (We make crash reports semi-automatic.)

On Aug 15, 2011, at 8:42 PM, Jan Djärv wrote:

> Hi.
> 
> I can't reproduce this on the trunk.  Never seen any crash in the open panel.
> 
> 	Jan D.
> 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-15 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4E396A94.9010206@solevo.us>
2011-08-15 15:44 ` bug#9303: 23.3.50; Crash in ns_read_socket + 545 (nsterm.m:3289) David Reitter
2011-08-15 18:42   ` Jan Djärv
2011-08-15 22:24     ` David Reitter

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.