Package: emacs;
Reported by: David Reitter <david.reitter <at> gmail.com>
Date: Tue, 30 Apr 2013 02:32:02 UTC
Severity: normal
Tags: moreinfo
Done: David Reitter <david.reitter <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14319 in the body.
You can then email your comments to 14319 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
rpgoldman <at> sift.info, bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs
.
(Tue, 30 Apr 2013 02:32:02 GMT) Full text and rfc822 format available.David Reitter <david.reitter <at> gmail.com>
:rpgoldman <at> sift.info, bug-gnu-emacs <at> gnu.org
.
(Tue, 30 Apr 2013 02:32:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: David Reitter <david.reitter <at> gmail.com> To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org> Subject: Abort in ns_select - `accept-process-output' in menu Date: Mon, 29 Apr 2013 22:31:16 -0400
X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info> I received the crash report below from a user. After some inspection, I think this happens in ns_select (nsterm:3748): if (++apploopnr != 1) { emacs_abort (); } The code below actually reproduces a crash similar to this (when opening a menu after evaluating the code), even though I have no idea where actual code would do such a thing. I think the reporting user has SLIME installed. (define-key-after menu-bar-file-menu [kill-buffer] `(menu-item "test" 'test-menu :enable (accept-process-output (first (process-list)) 0 100)) 'separator-save) On Apr 28, 2013, at 12:57 PM, Robert Goldman <rpgoldman <at> sift.info> wrote: > Once more, with feeling. Pressed the mouse button. Kaboom. > > > > In GNU Emacs 24.3.50.3 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36) > of 2013-04-23 on asura.local - Aquamacs Distribution 3.xdev > Windowing system distributor `Apple', version 10.3.1138 > Configured using: > `configure --with-ns --without-x CFLAGS=-arch i386 -g -O0 LDFLAGS=-arch > i386 -g -O0 ' > > Important settings: > locale-coding-system: nil > default enable-multibyte-characters: t > > > Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs) > > PATH: > /Users/rpg/bin:/Users/rpg/from-djm/bin:/usr/local/acl/acl82.64:/usr/local/sbin:/usr/local/bin:/opt/local/libexec/gnubin/:/opt/local/bin:/opt/local/sbin:/usr/X11/bin/:/bin:/usr/bin:/Users/rpg/sat-circa/plexil/src/standard-plexil:/Users/rpg/src/pybib/:/Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts:/Users/rpg/uDrawGraph-3.1/bin:/Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin:/Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin > > exec-path: (/Users/rpg/bin /Users/rpg/from-djm/bin > /usr/local/acl/acl82.64 /usr/local/sbin /usr/local/bin > /opt/local/libexec/gnubin/ /opt/local/bin /opt/local/sbin /usr/X11/bin/ > /bin /usr/bin /Users/rpg/sat-circa/plexil/src/standard-plexil > /Users/rpg/src/pybib/ > /Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts > /Users/rpg/uDrawGraph-3.1/bin > /Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin > /Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin) > > Process: Aquamacs [70901] > Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs > Identifier: org.gnu.Aquamacs > Version: 3.xdev (3.x.) > Code Type: X86 (Native) > Parent Process: launchd [134] > > Date/Time: 2013-04-28 11:57:08.717 -0500 > OS Version: Mac OS X 10.7.5 (11G63) > Report Version: 9 > > Crashed Thread: 0 Dispatch queue: com.apple.main-thread > > Exception Type: EXC_CRASH (SIGABRT) > Exception Codes: 0x0000000000000000, 0x0000000000000000 > > Application Specific Information: > objc[70901]: garbage collection is OFF > > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread > 0 libsystem_kernel.dylib 0x91cd2332 __kill + 10 > 1 libsystem_kernel.dylib 0x91cd1932 kill$UNIX2003 + 32 > 2 libsystem_c.dylib 0x9c5dc75e raise + 26 > 3 org.gnu.Aquamacs 0x000eb11d terminate_due_to_signal + 200 > 4 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 > 5 org.gnu.Aquamacs 0x00262c1e ns_term_shutdown + 170 > 6 org.gnu.Aquamacs 0x000ed703 shut_down_emacs + 388 > 7 org.gnu.Aquamacs 0x000eb0d0 terminate_due_to_signal + 123 > 8 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 > 9 org.gnu.Aquamacs 0x0025fd45 ns_select + 858 > 10 org.gnu.Aquamacs 0x00214a91 > wait_reading_process_output + 2795 > 11 org.gnu.Aquamacs 0x002134e1 Faccept_process_output + 774 > 12 org.gnu.Aquamacs 0x001af93f eval_sub + 1668 > 13 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 14 org.gnu.Aquamacs 0x001ad279 Fwhile + 137 > 15 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 16 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 17 org.gnu.Aquamacs 0x001ad19d Flet + 950 > 18 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 19 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 20 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 21 org.gnu.Aquamacs 0x001ac117 Fif + 75 > 22 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 23 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 24 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 25 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 26 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 27 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 28 org.gnu.Aquamacs 0x001acdcb FletX + 586 > 29 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 30 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 31 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 32 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 33 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 34 org.gnu.Aquamacs 0x001af7f4 eval_sub + 1337 > 35 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 36 org.gnu.Aquamacs 0x001ad19d Flet + 950 > 37 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 38 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 39 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 40 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 41 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 42 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 43 org.gnu.Aquamacs 0x001ad19d Flet + 950 > 44 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 45 org.gnu.Aquamacs 0x001ac0ec Fif + 32 > 46 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 47 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 48 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 49 org.gnu.Aquamacs 0x001ac117 Fif + 75 > 50 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 51 org.gnu.Aquamacs 0x001ac03c For + 44 > 52 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 53 org.gnu.Aquamacs 0x001ac09a Fand + 44 > 54 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 55 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 56 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 57 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 58 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 59 org.gnu.Aquamacs 0x001ac262 Fprog1 + 48 > 60 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 61 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 62 org.gnu.Aquamacs 0x001ac137 Fif + 107 > 63 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 64 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 65 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 66 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 67 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 68 org.gnu.Aquamacs 0x001ac09a Fand + 44 > 69 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 > 70 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 > 71 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 > 72 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 > 73 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 > 74 org.gnu.Aquamacs 0x001af2a6 Feval + 148 > 75 org.gnu.Aquamacs 0x000fd85e eval_dyn + 38 > 76 org.gnu.Aquamacs 0x001adca3 internal_condition_case_1 > + 304 > 77 org.gnu.Aquamacs 0x000fd8e0 menu_item_eval_property + 124 > 78 org.gnu.Aquamacs 0x000fdfae parse_menu_item + 1715 > 79 org.gnu.Aquamacs 0x0006d7eb single_menu_item + 40 > 80 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 > 81 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 > 82 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 > 83 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 > 84 org.gnu.Aquamacs 0x0006d971 single_menu_item + 430 > 85 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 > 86 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 > 87 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 > 88 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 > 89 org.gnu.Aquamacs 0x0006df51 parse_single_submenu + 640 > 90 org.gnu.Aquamacs 0x0027f504 ns_update_menubar + 2128 > 91 org.gnu.Aquamacs 0x00280129 -[EmacsMenu > menuNeedsUpdate:] + 100 > 92 com.apple.AppKit 0x9890657a -[NSMenu > _populateFromDelegateWithEventRef:] + 318 > 93 com.apple.AppKit 0x987f6d0f -[NSMenu > _populateWithEventRef:] + 99 > 94 com.apple.AppKit 0x989056bd -[NSCarbonMenuImpl > _carbonPopulateEvent:handlerCallRef:] + 448 > 95 com.apple.AppKit 0x98905246 NSSLMMenuEventHandler + 452 > 96 com.apple.HIToolbox 0x9bf68c0c > _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, > void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 > 97 com.apple.HIToolbox 0x9bde4313 > _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec > + 1602 > 98 com.apple.HIToolbox 0x9bde3790 > _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec > + 482 > 99 com.apple.HIToolbox 0x9bde35a8 > SendEventToEventTargetWithOptions + 75 > 100 com.apple.HIToolbox 0x9bfb2cf0 > SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned long, > double, unsigned long, OpaqueEventRef*, unsigned char*) + 370 > 101 com.apple.HIToolbox 0x9bfbd449 > _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadmmP14__CFDictionaryhPh + 300 > 102 com.apple.HIToolbox 0x9bfc19d8 > _ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh + 202 > 103 com.apple.HIToolbox 0x9bfc1f4a > _ZL11MenuChangedP14MenuSelectDatahh + 608 > 104 com.apple.HIToolbox 0x9be30795 > _ZL15TrackMenuCommonR14MenuSelectDataPh + 1235 > 105 com.apple.HIToolbox 0x9bfc57d0 > _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 420 > 106 com.apple.HIToolbox 0x9be2ca2a _HandleMenuSelection2 + 636 > 107 com.apple.HIToolbox 0x9be2c7a9 _HandleMenuSelection + 53 > 108 com.apple.AppKit 0x98802bd2 _NSHandleCarbonMenuEvent + 302 > 109 com.apple.AppKit 0x987934d6 _DPSNextEvent + 2196 > 110 com.apple.AppKit 0x98792752 -[NSApplication > nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 > 111 com.apple.AppKit 0x9878eac1 -[NSApplication run] + 911 > 112 org.gnu.Aquamacs 0x0025fd63 ns_select + 888 > 113 org.gnu.Aquamacs 0x00214a91 > wait_reading_process_output + 2795 > 114 org.gnu.Aquamacs 0x0000f866 sit_for + 565 > 115 org.gnu.Aquamacs 0x000f4459 read_char + 3303 > 116 org.gnu.Aquamacs 0x00100c4a read_key_sequence + 2518 > 117 org.gnu.Aquamacs 0x000f177b command_loop_1 + 1293 > 118 org.gnu.Aquamacs 0x001adb3f internal_condition_case + 298 > 119 org.gnu.Aquamacs 0x000f0ebc command_loop_2 + 53 > 120 org.gnu.Aquamacs 0x001ad559 internal_catch + 207 > 121 org.gnu.Aquamacs 0x000f0e49 command_loop + 201 > 122 org.gnu.Aquamacs 0x000f040e recursive_edit_1 + 178 > 123 org.gnu.Aquamacs 0x000f05e6 Frecursive_edit + 319 > 124 org.gnu.Aquamacs 0x000ecee7 main + 5592 > 125 org.gnu.Aquamacs 0x00002add start + 53 > > Thread 1:: Dispatch queue: com.apple.libdispatch-manager > 0 libsystem_kernel.dylib 0x91cd390a kevent + 10 > 1 libdispatch.dylib 0x906c7e04 _dispatch_mgr_invoke + 969 > 2 libdispatch.dylib 0x906c6853 _dispatch_mgr_thread + 53 > > Thread 2: > 0 libsystem_kernel.dylib 0x91cd2b42 __select + 10 > 1 org.gnu.Aquamacs 0x0026533c -[EmacsApp fd_handler:] + 242 > 2 com.apple.Foundation 0x96edbe25 -[NSThread main] + 45 > 3 com.apple.Foundation 0x96edbdd5 __NSThread__main__ + 1582 > 4 libsystem_c.dylib 0x9c610ed9 _pthread_start + 335 > 5 libsystem_c.dylib 0x9c6146de thread_start + 34 > > Thread 3: > 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 > 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 > > Thread 4: > 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 > 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 > > Thread 0 crashed with X86 Thread State (32-bit): > eax: 0x00000000 ebx: 0x000eb061 ecx: 0xbfffa85c edx: 0x91cd2332 > edi: 0x002131db esi: 0x0c4baadd ebp: 0xbfffa878 esp: 0xbfffa85c > ss: 0x00000023 efl: 0x00000286 eip: 0x91cd2332 cs: 0x0000000b > ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f > cr2: 0x002cbcb8 > Logical CPU: 0 > > Binary Images: > 0x1000 - 0x2caff7 +org.gnu.Aquamacs (3.xdev - 3.x.) > <4E13D86E-5A1F-86F3-82D1-6662F92699C5> > /Applications/Aquamacs.app/Contents/MacOS/Aquamacs > 0x3660000 - 0x3669ff6 libcldcpuengine.dylib (2.0.19 - compatibility > 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> > /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib > 0x3670000 - 0x3672fff libCoreFSCache.dylib (??? - ???) > <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib > 0x36ac000 - 0x36acff7 +cl_kernels (??? - ???) > <4D28E939-27E5-44BA-9A74-AF44684A923C> cl_kernels > 0x36ae000 - 0x3756ff7 unorm8_bgra.dylib (2.0.19 - compatibility > 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> > /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib > 0x376b000 - 0x376cffd +cl_kernels (??? - ???) > <FDF1689C-34C4-4AB3-BA51-11306BFED9BB> cl_kernels > 0x37eb000 - 0x37ebffb +cl_kernels (??? - ???) > <FA67EC90-67CC-4FF0-87DB-C151BAC02AA9> cl_kernels > 0x9ecd000 - 0x9ecdff7 +cl_kernels (??? - ???) > <3A265F79-F57A-497F-B182-887296BF303D> cl_kernels > 0x9ed4000 - 0x9ed5ff1 +cl_kernels (??? - ???) > <5CD356FD-F207-4CC4-BC3B-6165589402D0> cl_kernels > 0xb68d000 - 0xb732ff7 unorm8_rgba.dylib (2.0.19 - compatibility > 1.0.0) <58EF82E1-2227-38BD-B298-47BC1D149789> > /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib > 0x8fec9000 - 0x8fefbaa7 dyld (195.6 - ???) > <60FD3471-A1D7-342E-99A7-3EDECDAEC6EC> /usr/lib/dyld > 0x90005000 - 0x9002efff com.apple.shortcut (2.1 - 2.1) > <60000F49-6309-34B1-88A1-588DC566C8DF> > /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut > 0x9002f000 - 0x90110ff7 com.apple.DiscRecording (6.0.4 - 6040.4.1) > <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> > /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording > 0x90111000 - 0x9012efff libresolv.9.dylib (46.1.0 - compatibility > 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib > 0x90143000 - 0x90187fff com.apple.MediaKit (12 - 602) > <6E429DD7-8829-37DE-94AF-940FB70F2FB9> > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit > 0x90188000 - 0x901beff4 com.apple.LDAPFramework (3.2 - 120.2) > <CCEB43CD-3861-33CC-8D9B-588F415A7028> > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP > 0x901bf000 - 0x901f3ff8 libssl.0.9.8.dylib (44.0.0 - compatibility > 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib > 0x901f4000 - 0x9021affb com.apple.quartzfilters (1.7.0 - 1.7.0) > <64AB163E-7E91-3028-8730-BE11BC1F5237> > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters > 0x904d0000 - 0x904d3ffd libCoreVMClient.dylib (??? - ???) > <B8F8916D-F12A-3D95-ABF3-999D57B7D581> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib > 0x904d4000 - 0x904d7ff7 libmathCommon.A.dylib (2026.0.0 - compatibility > 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> > /usr/lib/system/libmathCommon.A.dylib > 0x904da000 - 0x905ebff7 libJP2.dylib (??? - ???) > <3B6A6D1C-5E4D-3814-892A-7C580E063268> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib > 0x905ec000 - 0x906bcffb com.apple.ImageIO.framework (3.1.2 - 3.1.2) > <C3CB142F-BE91-3AFA-B052-409F776C0B9E> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO > 0x906c5000 - 0x906d3fff libdispatch.dylib (187.10.0 - compatibility > 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> > /usr/lib/system/libdispatch.dylib > 0x906d4000 - 0x90736ff3 libstdc++.6.dylib (52.0.0 - compatibility > 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib > 0x90737000 - 0x907c4fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) > <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib > 0x907c5000 - 0x907d0ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) > <13FF02F8-7AF6-3E12-B183-9A725B526B50> /usr/lib/libbz2.1.0.dylib > 0x907d1000 - 0x90867ff7 com.apple.LaunchServices (480.40 - 480.40) > <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices > 0x90868000 - 0x90882fff com.apple.Kerberos (1.0 - 1) > <D7920A1C-FEC4-3460-8DD0-D02491578CBB> > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos > 0x90883000 - 0x90910ff7 com.apple.CoreText (220.22.0 - ???) > <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText > 0x90911000 - 0x90917ffb com.apple.print.framework.Print (7.4 - 247.3) > <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print > 0x90918000 - 0x90918fff libdnsinfo.dylib (395.11.0 - compatibility > 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> > /usr/lib/system/libdnsinfo.dylib > 0x90919000 - 0x9092eff7 com.apple.ImageCapture (7.1.0 - 7.1.0) > <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture > 0x90c5f000 - 0x90d6ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) > <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib > 0x90d70000 - 0x90d73fff com.apple.AppleSystemInfo (1.0 - 1) > <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> > /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo > 0x90d74000 - 0x90d74fff com.apple.vecLib (3.7 - vecLib 3.7) > <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> > /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib > 0x90d75000 - 0x90fe9ff3 com.apple.CoreImage (7.99.1 - 1.0.1) > <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage > 0x90fea000 - 0x90feeff7 com.apple.OpenDirectory (10.7 - 146) > <CFBA4CCF-65D4-3879-BC6A-8888C13E3345> > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory > 0x90fef000 - 0x910c6ff3 com.apple.avfoundation (2.0 - 180.50) > <7B7FDF30-AC40-3715-A409-B5A27F7B5585> > /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation > 0x910f5000 - 0x911cdff6 com.apple.QuickLookUIFramework (3.2 - 500.18) > <CE281BD9-C1CF-3F87-BD22-412ED253580E> > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI > 0x911fa000 - 0x91203ffc com.apple.DisplayServicesFW (2.5.4 - 323.3) > <820C4B45-814A-3101-A1FA-044CA6D2FBC8> > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices > 0x91204000 - 0x916e0ff6 libBLAS.dylib (??? - ???) > <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib > 0x916f5000 - 0x91799fff com.apple.QD (3.40 - ???) > <3881BEC6-0908-3073-BA44-346356E1CDF9> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD > 0x9179a000 - 0x917d0ff7 com.apple.AE (527.7 - 527.7) > <7BAFBF18-3997-3656-9823-FD3B455056A4> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE > 0x917d1000 - 0x917f3ffe com.apple.framework.familycontrols (3.0 - 300) > <6735D7ED-7053-3AB8-B144-E7F70A124CCD> > /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls > 0x91832000 - 0x91884ff7 libFontRegistry.dylib (??? - ???) > <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib > 0x91c11000 - 0x91c12fff libsystem_blocks.dylib (53.0.0 - compatibility > 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> > /usr/lib/system/libsystem_blocks.dylib > 0x91c13000 - 0x91c1bff5 libcopyfile.dylib (85.1.0 - compatibility > 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> > /usr/lib/system/libcopyfile.dylib > 0x91c1c000 - 0x91cb8fff com.apple.ink.framework (10.7.5 - 113) > <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > 0x91cba000 - 0x91cd8ff7 libsystem_kernel.dylib (1699.32.7 - > compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> > /usr/lib/system/libsystem_kernel.dylib > 0x91cdb000 - 0x91d19fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) > <AF1174F9-4402-31EB-9C84-AB644E5865DF> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib > 0x91e56000 - 0x91e73ff3 com.apple.openscripting (1.3.3 - ???) > <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting > 0x924c5000 - 0x924f8fef libtidy.A.dylib (??? - ???) > <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib > 0x92507000 - 0x92732ffb com.apple.QuartzComposer (5.0 - 236.10) > <416993F4-2868-35FF-90DE-34C93D83574F> > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer > 0x92733000 - 0x9281bfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) > <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib > 0x9281c000 - 0x928b3ff3 com.apple.securityfoundation (5.0 - 55116) > <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> > /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation > 0x928b4000 - 0x932e5fff com.apple.WebCore (7534.57 - 7534.57.7) > <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> > /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore > 0x93395000 - 0x93399ffa libcache.dylib (47.0.0 - compatibility 1.0.0) > <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib > 0x933a5000 - 0x933e5ff7 libauto.dylib (??? - ???) > <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib > 0x933eb000 - 0x9343cff9 com.apple.ScalableUserInterface (1.0 - 1) > <3C39DF4D-5CAE-373A-BE08-8CD16E514337> > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface > 0x9348d000 - 0x93550fff com.apple.CoreServices.OSServices (478.50 - > 478.50) <916A3B50-1033-3FFE-A9AF-3CC2B0F60EAE> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices > 0x93551000 - 0x9355cfff libkxld.dylib (??? - ???) > <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib > 0x9355d000 - 0x93564ff8 libCGXCoreImage.A.dylib (600.0.0 - > compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib > 0x93673000 - 0x93674ffd libCVMSPluginSupport.dylib (??? - ???) > <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib > 0x93675000 - 0x93677ff9 com.apple.securityhi (4.0 - 1) > <8196A6AC-4F97-3DCB-8F09-AE8D983823DF> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI > 0x936b4000 - 0x936beff2 com.apple.audio.SoundManager (3.9.4.1 - > 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound > 0x936eb000 - 0x93732ff5 com.apple.opencl (2.0.19 - 2.0.19) > <7689E7B9-EE5A-3F74-8699-4CDED9162260> > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL > 0x93771000 - 0x93777fff libGFXShared.dylib (??? - ???) > <9C9834EB-B794-38C8-9B90-31D8CB234F86> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib > 0x93778000 - 0x9377fff7 libsystem_notify.dylib (80.1.0 - compatibility > 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> > /usr/lib/system/libsystem_notify.dylib > 0x937bd000 - 0x93800ffd libcommonCrypto.dylib (55010.0.0 - > compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> > /usr/lib/system/libcommonCrypto.dylib > 0x93801000 - 0x93900ffb com.apple.DiskImagesFramework (10.7.4 - 331.7) > <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages > 0x93901000 - 0x93901fff com.apple.Accelerate (1.7 - Accelerate 1.7) > <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate > 0x93902000 - 0x93ab6ff3 libicucore.A.dylib (46.1.0 - compatibility > 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib > 0x93bba000 - 0x93ebcfff com.apple.CoreServices.CarbonCore (960.25 - > 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore > 0x93ec8000 - 0x93f3efff com.apple.Metadata (10.7.0 - 627.37) > <F54AED70-95C5-3561-8C87-D9E5539E98A4> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata > 0x93f3f000 - 0x94333feb com.apple.VideoToolbox (1.0 - 705.94) > <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> > /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox > 0x94334000 - 0x94337ff7 libcompiler_rt.dylib (6.0.0 - compatibility > 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> > /usr/lib/system/libcompiler_rt.dylib > 0x94338000 - 0x94338fff com.apple.Cocoa (6.6 - ???) > <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> > /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa > 0x94648000 - 0x9465fff8 com.apple.CoreMediaAuthoring (2.0 - 891) > <69D569FD-670C-3BD0-94BF-7A8954AA2953> > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring > 0x946d0000 - 0x946d5ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) > <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib > 0x946d6000 - 0x947c6ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) > <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib > 0x947c7000 - 0x9483bfff com.apple.CoreSymbolication (2.2 - 73.2) > <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication > 0x9483c000 - 0x9483cfff com.apple.Carbon (153 - 153) > <13CB5B39-BBDB-397B-A4F2-69773047D092> > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon > 0x94843000 - 0x94846ff9 libCGXType.A.dylib (600.0.0 - compatibility > 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib > 0x94847000 - 0x94871ff1 com.apple.CoreServicesInternal (113.19 - > 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal > 0x948e5000 - 0x9490aff9 libJPEG.dylib (??? - ???) > <743578F6-8C0C-39CC-9F15-3A01E1616EAE> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib > 0x9490b000 - 0x9490ffff com.apple.CommonPanels (1.2.5 - 94) > <EA47550D-7DAF-30D9-91DB-1FB594CC8522> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels > 0x94910000 - 0x94a3cff9 com.apple.CFNetwork (520.5.1 - 520.5.1) > <F3C606BF-6DCF-33CD-981B-7253C9E3113A> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork > 0x94a82000 - 0x94a83ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) > <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib > 0x94a84000 - 0x94aaffff com.apple.GSS (2.2 - 2.0) > <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> > /System/Library/Frameworks/GSS.framework/Versions/A/GSS > 0x94ab0000 - 0x94aedff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) > <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib > 0x94b09000 - 0x94b09fff libOpenScriptingUtil.dylib (??? - ???) > <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib > 0x94b16000 - 0x94b24fff com.apple.opengl (1.8.1 - 1.8.1) > <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL > 0x94b25000 - 0x94b47ff8 com.apple.PerformanceAnalysis (1.11 - 11) > <453463FF-7C42-3526-8C96-A9971EE07154> > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis > 0x94ba2000 - 0x94babff3 com.apple.CommonAuth (2.2 - 2.0) > <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> > /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth > 0x94baf000 - 0x94bbdfff libz.1.dylib (1.2.5 - compatibility 1.0.0) > <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib > 0x94bbe000 - 0x94c19ff3 com.apple.Symbolication (1.3 - 91) > <B5A9433A-0915-343A-90FF-5C469D4DC508> > /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication > 0x94c1a000 - 0x94c20ffd com.apple.CommerceCore (1.0 - 17) > <E59CD307-58E2-35FD-9131-B38978799910> > /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore > 0x94d81000 - 0x94e08fff com.apple.print.framework.PrintCore (7.1 - > 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore > 0x94e09000 - 0x94e0aff7 libquarantine.dylib (36.7.0 - compatibility > 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> > /usr/lib/system/libquarantine.dylib > 0x951b3000 - 0x95215ffb com.apple.datadetectorscore (3.0 - 179.4) > <3A418498-C189-37A1-9B86-F0ECB33AD91C> > /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore > 0x95216000 - 0x9527bff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) > <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib > 0x9527c000 - 0x952d9ffb com.apple.htmlrendering (76 - 1.1.4) > <409EF0CB-2997-369A-9326-BE12436B9EE1> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering > 0x952eb000 - 0x95349ff7 com.apple.coreui (1.2.2 - 165.11) > <340B0B83-1407-3AB4-BCAB-505C29303EE2> > /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > 0x9534a000 - 0x9574cff6 libLAPACK.dylib (??? - ???) > <00BE0221-8564-3F87-9F6B-8A910CF2F141> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib > 0x9574d000 - 0x95750ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) > <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib > 0x958e8000 - 0x958efffd com.apple.NetFS (4.0 - 4.0) > <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> > /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS > 0x958f0000 - 0x9591eff7 com.apple.DictionaryServices (1.2.1 - 158.3) > <8D03D180-D834-39F3-A106-78E0B22A7893> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices > 0x9592e000 - 0x95939ffe com.apple.NetAuth (3.2 - 3.2) > <4377FB18-A550-35C6-BCD2-71C42134EEA6> > /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth > 0x9593a000 - 0x9593efff libGIF.dylib (??? - ???) > <2ADFED97-2228-343D-9A53-207CBFDE7984> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib > 0x9593f000 - 0x95a37ff7 libFontParser.dylib (??? - ???) > <71B33EB1-27F8-3C68-B940-FC61A3CFE275> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib > 0x95b85000 - 0x95ecbfff com.apple.MediaToolbox (1.0 - 705.94) > <89D37021-C389-3CC5-A158-620ADCBD99EF> > /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox > 0x95ecc000 - 0x95ef4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) > <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib > 0x95f27000 - 0x95f37ff7 libCRFSuite.dylib (??? - ???) > <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib > 0x95f38000 - 0x95fa7fff com.apple.Heimdal (2.2 - 2.0) > <2E1B8779-36D4-3C62-A67E-0034D77D7707> > /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal > 0x960a0000 - 0x960a9fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) > <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib > 0x960aa000 - 0x96134ffb com.apple.SearchKit (1.4.0 - 1.4.0) > <CF074082-64AB-3A1F-831E-582DF1667827> > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit > 0x96135000 - 0x96146fff libbsm.0.dylib (??? - ???) > <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib > 0x96147000 - 0x96265fec com.apple.vImage (5.1 - 5.1) > <7757F253-B281-3612-89D4-F2B04061CBE1> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage > 0x96266000 - 0x9626aff3 libsystem_network.dylib (??? - ???) > <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> > /usr/lib/system/libsystem_network.dylib > 0x9632e000 - 0x967a3ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) > <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> > /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight > 0x967c9000 - 0x967defff com.apple.speech.synthesis.framework (4.0.74 - > 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis > 0x967df000 - 0x969fbff7 com.apple.imageKit (2.1.2 - 1.0) > <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit > 0x969fc000 - 0x96a74ff8 com.apple.CorePDF (3.1 - 3.1) > <0074267B-F74A-30FC-8508-A14C821F0771> > /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF > 0x96a79000 - 0x96a95ff1 libPng.dylib (??? - ???) > <F084226B-14F0-36C0-B5EC-22C78406D2B6> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib > 0x96a96000 - 0x96a97fff com.apple.TrustEvaluationAgent (2.0 - 1) > <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> > /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent > 0x96aa9000 - 0x96b11fff libc++.1.dylib (28.4.0 - compatibility 1.0.0) > <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib > 0x96b64000 - 0x96b80ff5 com.apple.GenerationalStorage (1.0 - 126.1) > <E622F823-7D98-3D13-9C3D-7EA482567394> > /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage > 0x96b81000 - 0x96e2efff com.apple.JavaScriptCore (7534.57 - 7534.57.3) > <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> > /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore > 0x96e2f000 - 0x96e78ff7 libGLU.dylib (??? - ???) > <9AF7AD51-16E3-3674-B60E-30EE499D7B46> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib > 0x96e7c000 - 0x97186ff3 com.apple.Foundation (6.7.2 - 833.25) > <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation > 0x971bf000 - 0x971c7ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) > <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib > 0x971cf000 - 0x971d2ffb com.apple.help (1.3.2 - 42) > <B1E6701C-7473-30B2-AB5A-AFC9A4823694> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help > 0x971db000 - 0x971fefff com.apple.CoreVideo (1.7 - 70.3) > <4234C11C-E8E9-309A-9465-27D6D7458895> > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo > 0x97215000 - 0x97215fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) > <2E71E880-25D1-3210-8D26-21EC47ED810C> > /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit > 0x97216000 - 0x9721efff com.apple.DiskArbitration (2.4.1 - 2.4.1) > <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> > /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration > 0x9721f000 - 0x97261ff7 com.apple.CoreMedia (1.0 - 705.94) > <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> > /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia > 0x97262000 - 0x97270ff7 libxar-nossl.dylib (??? - ???) > <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib > 0x972c0000 - 0x972d4fff com.apple.CFOpenDirectory (10.7 - 146) > <982C417B-5A0F-3DD6-AB50-7E8273A80B38> > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory > 0x972d5000 - 0x972d5ff0 com.apple.ApplicationServices (41 - 41) > <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices > 0x972d6000 - 0x975b0ff7 com.apple.RawCamera.bundle (4.00 - 658) > <F72D5DF2-406B-3310-AC16-F0AB434237DE> > /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera > 0x975b1000 - 0x975befff libGL.dylib (??? - ???) > <A72F14F7-1836-34AB-9F08-67836CB966E4> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > 0x975c8000 - 0x9771efff com.apple.audio.toolbox.AudioToolbox (1.7.3 - > 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> > /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox > 0x9771f000 - 0x977dfffb com.apple.ColorSync (4.7.4 - 4.7.4) > <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync > 0x97817000 - 0x979eefe7 com.apple.CoreFoundation (6.7.2 - 635.21) > <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> > /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation > 0x97c18000 - 0x97c1cffd IOSurface (??? - ???) > <EDDBEE65-1EB8-33A7-9972-E361A3508234> > /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface > 0x97c1d000 - 0x97d2cff7 com.apple.DesktopServices (1.6.5 - 1.6.5) > <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv > 0x97d2d000 - 0x97d2dffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) > <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib > 0x97d2e000 - 0x9865972b com.apple.CoreGraphics (1.600.0 - ???) > <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics > 0x986a6000 - 0x986c6ff7 com.apple.RemoteViewServices (1.5 - 44.2) > <11C87337-FF29-3976-A230-6387D96563C5> > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices > 0x98753000 - 0x98755ffb libRadiance.dylib (??? - ???) > <4721057E-5A1F-3083-911B-200ED1CE7678> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib > 0x98759000 - 0x98788ff7 libsystem_info.dylib (??? - ???) > <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib > 0x98789000 - 0x9921eff6 com.apple.AppKit (6.7.5 - 1138.51) > <B9D3DCA0-9765-354E-9730-75A45A97DDFD> > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit > 0x99f71000 - 0x99f7efff com.apple.HelpData (2.1.2 - 72.2) > <330C6B7F-2512-37B7-B2FF-24E1804E9426> > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData > 0x99f7f000 - 0x9a177ff7 com.apple.CoreData (104.1 - 358.14) > <C1730963-F75D-3338-B65F-D50235538B28> > /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData > 0x9a178000 - 0x9a188fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) > <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib > 0x9a2d1000 - 0x9a321ffa libTIFF.dylib (??? - ???) > <9511A31E-070C-313E-8320-AAB683AD0653> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib > 0x9a322000 - 0x9a323ff7 libsystem_sandbox.dylib (??? - ???) > <26960D2B-BEA6-3B3B-9BC7-D73437EF4149> > /usr/lib/system/libsystem_sandbox.dylib > 0x9a324000 - 0x9a3faaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) > <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib > 0x9a3fb000 - 0x9a3fdff7 libdyld.dylib (195.6.0 - compatibility 1.0.0) > <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib > 0x9a3fe000 - 0x9a47bfff com.apple.PDFKit (2.6.5 - 2.6.5) > <9AA55EFF-CFD5-3CC2-ACB8-C554898D872F> > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit > 0x9a47c000 - 0x9a701fe3 com.apple.QuickTime (7.7.1 - 2340) > <76E45D49-3D4F-32AB-A411-E52C22FA24C8> > /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime > 0x9a702000 - 0x9a702ff2 com.apple.CoreServices (53 - 53) > <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> > /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices > 0x9a703000 - 0x9a713fff com.apple.LangAnalysis (1.7.0 - 1.7.0) > <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis > 0x9a714000 - 0x9a71fffb com.apple.speech.recognition.framework (4.0.21 > - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition > 0x9a79f000 - 0x9a7aaff3 libCSync.A.dylib (600.0.0 - compatibility > 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib > 0x9a7ab000 - 0x9ae37ff5 com.apple.CoreAUC (6.16.12 - 6.16.12) > <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> > /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC > 0x9ae38000 - 0x9ae79ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) > <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib > 0x9ae7a000 - 0x9aed3fff com.apple.HIServices (1.21 - ???) > <91EC636D-AC27-3332-BA1C-FD7301917429> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices > 0x9aed4000 - 0x9aed5fff libDiagnosticMessagesClient.dylib (??? - ???) > <DB3889C2-2FC2-3087-A2A2-4C319455E35C> > /usr/lib/libDiagnosticMessagesClient.dylib > 0x9aed6000 - 0x9af1eff7 com.apple.SystemConfiguration (1.11.3 - 1.11) > <68B92FEA-F754-3E7E-B5E6-D512E26144E7> > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration > 0x9af1f000 - 0x9b036fe9 com.apple.WebKit (7534.57 - 7534.57.7) > <85DAC34E-86A1-380F-B166-56630C9B0BD5> > /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit > 0x9b0b7000 - 0x9b0b7fff com.apple.quartzframework (1.5 - 1.5) > <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> > /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz > 0x9b0b8000 - 0x9b0b8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) > <22997C20-BEB7-301D-86C5-5BFB3B06D212> > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib > 0x9b979000 - 0x9b9a7fe7 libSystem.B.dylib (159.1.0 - compatibility > 1.0.0) <0D8984D3-BFCF-35A7-AA71-BEDC92126B7E> /usr/lib/libSystem.B.dylib > 0x9ba17000 - 0x9ba68ff9 com.apple.QuickLookFramework (3.2 - 500.18) > <CF3EF345-EA3E-3C2D-B56D-E4433326254A> > /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook > 0x9ba69000 - 0x9baa6fef libGLImage.dylib (??? - ???) > <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > 0x9baa7000 - 0x9bd76ffb com.apple.security (7.0 - 55148.6) > <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> > /System/Library/Frameworks/Security.framework/Versions/A/Security > 0x9bd77000 - 0x9bddbfff com.apple.framework.IOKit (2.0 - ???) > <94827954-5906-36C4-819B-24CDAFD85C72> > /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit > 0x9bddc000 - 0x9c122ff3 com.apple.HIToolbox (1.9 - ???) > <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox > 0x9c123000 - 0x9c124ff4 libremovefile.dylib (21.1.0 - compatibility > 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> > /usr/lib/system/libremovefile.dylib > 0x9c13e000 - 0x9c168ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) > <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib > 0x9c169000 - 0x9c1e4ffb com.apple.ApplicationServices.ATS (317.12.0 - > ???) <4D124B65-3D43-32E9-B296-3671347BB888> > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS > 0x9c1e5000 - 0x9c1edff3 liblaunch.dylib (392.39.0 - compatibility > 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> > /usr/lib/system/liblaunch.dylib > 0x9c1ee000 - 0x9c21fff7 libncurses.5.4.dylib (5.4.0 - compatibility > 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib > 0x9c221000 - 0x9c384fff com.apple.QTKit (7.7.1 - 2339) > <163FBDDD-0458-378F-84DD-CB0F603A259E> > /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit > 0x9c385000 - 0x9c38cff9 libsystem_dnssd.dylib (??? - ???) > <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib > 0x9c564000 - 0x9c5b3ffb com.apple.AppleVAFramework (5.0.16 - 5.0.16) > <1188E7AB-76FE-343F-9108-30CD67E5A37B> > /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA > 0x9c5b4000 - 0x9c67ffff libsystem_c.dylib (763.13.0 - compatibility > 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> > /usr/lib/system/libsystem_c.dylib > 0x9c680000 - 0x9c681fff liblangid.dylib (??? - ???) > <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib > 0x9c682000 - 0x9c7e4ffb com.apple.QuartzCore (1.7 - 270.5) > <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore > 0x9c7e5000 - 0x9cba0ffb com.apple.SceneKit (125.3 - 125.8) > <89008B87-87E7-3972-A274-30311497EE32> > /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit > 0x9cba1000 - 0x9cc84ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility > 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib > 0x9cc85000 - 0x9cc9bffe libxpc.dylib (77.19.0 - compatibility 1.0.0) > <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib > 0x9cc9c000 - 0x9ccefff3 com.apple.ImageCaptureCore (3.1.0 - 3.1.0) > <F7ACE42B-2F58-3642-9469-9CDCF31F0273> > /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore > 0x9ccf0000 - 0x9cd03ff8 com.apple.MultitouchSupport.framework (231.4 - > 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> > /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport > 0x9cd22000 - 0x9cd59fef com.apple.DebugSymbols (2.1 - 87) > <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> > /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols > 0x9cd5a000 - 0x9cdbbffb com.apple.audio.CoreAudio (4.0.3 - 4.0.3) > <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio > 0x9ce45000 - 0x9ce85ff7 com.apple.NavigationServices (3.7 - 193) > <16A8BCC8-7343-3A90-88B3-AAA334DF615F> > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices > 0x9ce86000 - 0x9ced8ffb com.apple.CoreMediaIO (216.0 - 3199.8) > <A079E576-64FD-3069-846E-F3B67AF28E15> > /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO > > External Modification Summary: > Calls made by other processes targeting this process: > task_for_pid: 21 > 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: 40836 > thread_create: 1 > thread_set_state: 0 > > VM Region Summary: > ReadOnly portion of Libraries: Total=187.3M resident=59.8M(32%) > swapped_out_or_unallocated=127.5M(68%) > Writable regions: Total=153.7M written=35.3M(23%) resident=54.5M(35%) > swapped_out=12K(0%) unallocated=99.2M(65%) > > REGION TYPE VIRTUAL > =========== ======= > ATS (font support) 31.9M > ATS (font support) (reserved) 4K reserved VM address > space (unallocated) > CG backing stores 12.0M > CG image 12K > CG raster data 824K > CG shared images 3536K > CoreGraphics 8K > CoreImage 72K > CoreServices 6380K > MALLOC 65.4M > MALLOC guard page 64K > Memory tag=240 4K > Memory tag=242 12K > OpenCL 52K > Stack 66.0M > VM_ALLOCATE 17.1M > __CI_BITMAP 80K > __DATA 29.8M > __DATA/__OBJC 140K > __IMAGE 528K > __IMPORT 4K > __LINKEDIT 44.6M > __OBJC 2668K > __PAGEZERO 4K > __TEXT 142.7M > __UNICODE 544K > mapped file 110.0M > shared memory 8092K > shared pmap 7184K > =========== ======= > TOTAL 549.0M > TOTAL, minus reserved VM space 549.0M > > -- > You received this message because you are subscribed to the Google Groups "aquamacs-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to aquamacs-devel+unsubscribe <at> googlegroups.com. > >
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs,ns
.
(Tue, 30 Apr 2013 04:05:02 GMT) Full text and rfc822 format available.Message #8 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: Robert Goldman <rpgoldman <at> sift.info> To: David Reitter <david.reitter <at> gmail.com> Cc: 14319 <at> debbugs.gnu.org Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Mon, 29 Apr 2013 23:04:18 -0500
David Reitter wrote: > X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info> > > > I received the crash report below from a user. > After some inspection, I think this happens in ns_select (nsterm:3748): > > if (++apploopnr != 1) > { > emacs_abort (); > } > > The code below actually reproduces a crash similar to this (when opening a menu after evaluating the code), even though I have no idea where actual code would do such a thing. I think the reporting user has SLIME installed. > > (define-key-after menu-bar-file-menu [kill-buffer] > `(menu-item "test" > 'test-menu > :enable (accept-process-output (first (process-list)) 0 100)) > 'separator-save) > I do have SLIME installed, however it is not always loaded (I switch between two different emacs-lisp interfaces, one SLIME and one ELI from Franz, Inc.). This crash happens to me when SLIME is not loaded in my running image. I also am running org-mode from bleeding edge, which also messes with the menu bar. Perhaps that's related? best, r > > > On Apr 28, 2013, at 12:57 PM, Robert Goldman <rpgoldman <at> sift.info> wrote: > >> Once more, with feeling. Pressed the mouse button. Kaboom. >> >> >> >> In GNU Emacs 24.3.50.3 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36) >> of 2013-04-23 on asura.local - Aquamacs Distribution 3.xdev >> Windowing system distributor `Apple', version 10.3.1138 >> Configured using: >> `configure --with-ns --without-x CFLAGS=-arch i386 -g -O0 LDFLAGS=-arch >> i386 -g -O0 ' >> >> Important settings: >> locale-coding-system: nil >> default enable-multibyte-characters: t >> >> >> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs) >> >> PATH: >> /Users/rpg/bin:/Users/rpg/from-djm/bin:/usr/local/acl/acl82.64:/usr/local/sbin:/usr/local/bin:/opt/local/libexec/gnubin/:/opt/local/bin:/opt/local/sbin:/usr/X11/bin/:/bin:/usr/bin:/Users/rpg/sat-circa/plexil/src/standard-plexil:/Users/rpg/src/pybib/:/Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts:/Users/rpg/uDrawGraph-3.1/bin:/Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin:/Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin >> >> exec-path: (/Users/rpg/bin /Users/rpg/from-djm/bin >> /usr/local/acl/acl82.64 /usr/local/sbin /usr/local/bin >> /opt/local/libexec/gnubin/ /opt/local/bin /opt/local/sbin /usr/X11/bin/ >> /bin /usr/bin /Users/rpg/sat-circa/plexil/src/standard-plexil >> /Users/rpg/src/pybib/ >> /Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts >> /Users/rpg/uDrawGraph-3.1/bin >> /Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin >> /Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin) >> >> Process: Aquamacs [70901] >> Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs >> Identifier: org.gnu.Aquamacs >> Version: 3.xdev (3.x.) >> Code Type: X86 (Native) >> Parent Process: launchd [134] >> >> Date/Time: 2013-04-28 11:57:08.717 -0500 >> OS Version: Mac OS X 10.7.5 (11G63) >> Report Version: 9 >> >> Crashed Thread: 0 Dispatch queue: com.apple.main-thread >> >> Exception Type: EXC_CRASH (SIGABRT) >> Exception Codes: 0x0000000000000000, 0x0000000000000000 >> >> Application Specific Information: >> objc[70901]: garbage collection is OFF >> >> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread >> 0 libsystem_kernel.dylib 0x91cd2332 __kill + 10 >> 1 libsystem_kernel.dylib 0x91cd1932 kill$UNIX2003 + 32 >> 2 libsystem_c.dylib 0x9c5dc75e raise + 26 >> 3 org.gnu.Aquamacs 0x000eb11d terminate_due_to_signal + 200 >> 4 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 >> 5 org.gnu.Aquamacs 0x00262c1e ns_term_shutdown + 170 >> 6 org.gnu.Aquamacs 0x000ed703 shut_down_emacs + 388 >> 7 org.gnu.Aquamacs 0x000eb0d0 terminate_due_to_signal + 123 >> 8 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 >> 9 org.gnu.Aquamacs 0x0025fd45 ns_select + 858 >> 10 org.gnu.Aquamacs 0x00214a91 >> wait_reading_process_output + 2795 >> 11 org.gnu.Aquamacs 0x002134e1 Faccept_process_output + 774 >> 12 org.gnu.Aquamacs 0x001af93f eval_sub + 1668 >> 13 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 14 org.gnu.Aquamacs 0x001ad279 Fwhile + 137 >> 15 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 16 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 17 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 18 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 19 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 20 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 21 org.gnu.Aquamacs 0x001ac117 Fif + 75 >> 22 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 23 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 24 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 25 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 26 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 27 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 28 org.gnu.Aquamacs 0x001acdcb FletX + 586 >> 29 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 30 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 31 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 32 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 33 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 34 org.gnu.Aquamacs 0x001af7f4 eval_sub + 1337 >> 35 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 36 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 37 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 38 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 39 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 40 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 41 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 42 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 43 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 44 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 45 org.gnu.Aquamacs 0x001ac0ec Fif + 32 >> 46 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 47 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 48 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 49 org.gnu.Aquamacs 0x001ac117 Fif + 75 >> 50 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 51 org.gnu.Aquamacs 0x001ac03c For + 44 >> 52 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 53 org.gnu.Aquamacs 0x001ac09a Fand + 44 >> 54 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 55 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 56 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 57 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 58 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 59 org.gnu.Aquamacs 0x001ac262 Fprog1 + 48 >> 60 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 61 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 62 org.gnu.Aquamacs 0x001ac137 Fif + 107 >> 63 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 64 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 65 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 66 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 67 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 68 org.gnu.Aquamacs 0x001ac09a Fand + 44 >> 69 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 70 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 71 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 72 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 73 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 74 org.gnu.Aquamacs 0x001af2a6 Feval + 148 >> 75 org.gnu.Aquamacs 0x000fd85e eval_dyn + 38 >> 76 org.gnu.Aquamacs 0x001adca3 internal_condition_case_1 >> + 304 >> 77 org.gnu.Aquamacs 0x000fd8e0 menu_item_eval_property + 124 >> 78 org.gnu.Aquamacs 0x000fdfae parse_menu_item + 1715 >> 79 org.gnu.Aquamacs 0x0006d7eb single_menu_item + 40 >> 80 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 >> 81 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 >> 82 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 >> 83 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 >> 84 org.gnu.Aquamacs 0x0006d971 single_menu_item + 430 >> 85 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 >> 86 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 >> 87 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 >> 88 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 >> 89 org.gnu.Aquamacs 0x0006df51 parse_single_submenu + 640 >> 90 org.gnu.Aquamacs 0x0027f504 ns_update_menubar + 2128 >> 91 org.gnu.Aquamacs 0x00280129 -[EmacsMenu >> menuNeedsUpdate:] + 100 >> 92 com.apple.AppKit 0x9890657a -[NSMenu >> _populateFromDelegateWithEventRef:] + 318 >> 93 com.apple.AppKit 0x987f6d0f -[NSMenu >> _populateWithEventRef:] + 99 >> 94 com.apple.AppKit 0x989056bd -[NSCarbonMenuImpl >> _carbonPopulateEvent:handlerCallRef:] + 448 >> 95 com.apple.AppKit 0x98905246 NSSLMMenuEventHandler + 452 >> 96 com.apple.HIToolbox 0x9bf68c0c >> _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, >> void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 >> 97 com.apple.HIToolbox 0x9bde4313 >> _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec >> + 1602 >> 98 com.apple.HIToolbox 0x9bde3790 >> _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec >> + 482 >> 99 com.apple.HIToolbox 0x9bde35a8 >> SendEventToEventTargetWithOptions + 75 >> 100 com.apple.HIToolbox 0x9bfb2cf0 >> SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned long, >> double, unsigned long, OpaqueEventRef*, unsigned char*) + 370 >> 101 com.apple.HIToolbox 0x9bfbd449 >> _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadmmP14__CFDictionaryhPh + 300 >> 102 com.apple.HIToolbox 0x9bfc19d8 >> _ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh + 202 >> 103 com.apple.HIToolbox 0x9bfc1f4a >> _ZL11MenuChangedP14MenuSelectDatahh + 608 >> 104 com.apple.HIToolbox 0x9be30795 >> _ZL15TrackMenuCommonR14MenuSelectDataPh + 1235 >> 105 com.apple.HIToolbox 0x9bfc57d0 >> _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 420 >> 106 com.apple.HIToolbox 0x9be2ca2a _HandleMenuSelection2 + 636 >> 107 com.apple.HIToolbox 0x9be2c7a9 _HandleMenuSelection + 53 >> 108 com.apple.AppKit 0x98802bd2 _NSHandleCarbonMenuEvent + 302 >> 109 com.apple.AppKit 0x987934d6 _DPSNextEvent + 2196 >> 110 com.apple.AppKit 0x98792752 -[NSApplication >> nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 >> 111 com.apple.AppKit 0x9878eac1 -[NSApplication run] + 911 >> 112 org.gnu.Aquamacs 0x0025fd63 ns_select + 888 >> 113 org.gnu.Aquamacs 0x00214a91 >> wait_reading_process_output + 2795 >> 114 org.gnu.Aquamacs 0x0000f866 sit_for + 565 >> 115 org.gnu.Aquamacs 0x000f4459 read_char + 3303 >> 116 org.gnu.Aquamacs 0x00100c4a read_key_sequence + 2518 >> 117 org.gnu.Aquamacs 0x000f177b command_loop_1 + 1293 >> 118 org.gnu.Aquamacs 0x001adb3f internal_condition_case + 298 >> 119 org.gnu.Aquamacs 0x000f0ebc command_loop_2 + 53 >> 120 org.gnu.Aquamacs 0x001ad559 internal_catch + 207 >> 121 org.gnu.Aquamacs 0x000f0e49 command_loop + 201 >> 122 org.gnu.Aquamacs 0x000f040e recursive_edit_1 + 178 >> 123 org.gnu.Aquamacs 0x000f05e6 Frecursive_edit + 319 >> 124 org.gnu.Aquamacs 0x000ecee7 main + 5592 >> 125 org.gnu.Aquamacs 0x00002add start + 53 >> >> Thread 1:: Dispatch queue: com.apple.libdispatch-manager >> 0 libsystem_kernel.dylib 0x91cd390a kevent + 10 >> 1 libdispatch.dylib 0x906c7e04 _dispatch_mgr_invoke + 969 >> 2 libdispatch.dylib 0x906c6853 _dispatch_mgr_thread + 53 >> >> Thread 2: >> 0 libsystem_kernel.dylib 0x91cd2b42 __select + 10 >> 1 org.gnu.Aquamacs 0x0026533c -[EmacsApp fd_handler:] + 242 >> 2 com.apple.Foundation 0x96edbe25 -[NSThread main] + 45 >> 3 com.apple.Foundation 0x96edbdd5 __NSThread__main__ + 1582 >> 4 libsystem_c.dylib 0x9c610ed9 _pthread_start + 335 >> 5 libsystem_c.dylib 0x9c6146de thread_start + 34 >> >> Thread 3: >> 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 >> 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 >> 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 >> >> Thread 4: >> 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 >> 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 >> 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 >> >> Thread 0 crashed with X86 Thread State (32-bit): >> eax: 0x00000000 ebx: 0x000eb061 ecx: 0xbfffa85c edx: 0x91cd2332 >> edi: 0x002131db esi: 0x0c4baadd ebp: 0xbfffa878 esp: 0xbfffa85c >> ss: 0x00000023 efl: 0x00000286 eip: 0x91cd2332 cs: 0x0000000b >> ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f >> cr2: 0x002cbcb8 >> Logical CPU: 0 >> >> Binary Images: >> 0x1000 - 0x2caff7 +org.gnu.Aquamacs (3.xdev - 3.x.) >> <4E13D86E-5A1F-86F3-82D1-6662F92699C5> >> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs >> 0x3660000 - 0x3669ff6 libcldcpuengine.dylib (2.0.19 - compatibility >> 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> >> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib >> 0x3670000 - 0x3672fff libCoreFSCache.dylib (??? - ???) >> <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib >> 0x36ac000 - 0x36acff7 +cl_kernels (??? - ???) >> <4D28E939-27E5-44BA-9A74-AF44684A923C> cl_kernels >> 0x36ae000 - 0x3756ff7 unorm8_bgra.dylib (2.0.19 - compatibility >> 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> >> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib >> 0x376b000 - 0x376cffd +cl_kernels (??? - ???) >> <FDF1689C-34C4-4AB3-BA51-11306BFED9BB> cl_kernels >> 0x37eb000 - 0x37ebffb +cl_kernels (??? - ???) >> <FA67EC90-67CC-4FF0-87DB-C151BAC02AA9> cl_kernels >> 0x9ecd000 - 0x9ecdff7 +cl_kernels (??? - ???) >> <3A265F79-F57A-497F-B182-887296BF303D> cl_kernels >> 0x9ed4000 - 0x9ed5ff1 +cl_kernels (??? - ???) >> <5CD356FD-F207-4CC4-BC3B-6165589402D0> cl_kernels >> 0xb68d000 - 0xb732ff7 unorm8_rgba.dylib (2.0.19 - compatibility >> 1.0.0) <58EF82E1-2227-38BD-B298-47BC1D149789> >> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib >> 0x8fec9000 - 0x8fefbaa7 dyld (195.6 - ???) >> <60FD3471-A1D7-342E-99A7-3EDECDAEC6EC> /usr/lib/dyld >> 0x90005000 - 0x9002efff com.apple.shortcut (2.1 - 2.1) >> <60000F49-6309-34B1-88A1-588DC566C8DF> >> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut >> 0x9002f000 - 0x90110ff7 com.apple.DiscRecording (6.0.4 - 6040.4.1) >> <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> >> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording >> 0x90111000 - 0x9012efff libresolv.9.dylib (46.1.0 - compatibility >> 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib >> 0x90143000 - 0x90187fff com.apple.MediaKit (12 - 602) >> <6E429DD7-8829-37DE-94AF-940FB70F2FB9> >> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit >> 0x90188000 - 0x901beff4 com.apple.LDAPFramework (3.2 - 120.2) >> <CCEB43CD-3861-33CC-8D9B-588F415A7028> >> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP >> 0x901bf000 - 0x901f3ff8 libssl.0.9.8.dylib (44.0.0 - compatibility >> 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib >> 0x901f4000 - 0x9021affb com.apple.quartzfilters (1.7.0 - 1.7.0) >> <64AB163E-7E91-3028-8730-BE11BC1F5237> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters >> 0x904d0000 - 0x904d3ffd libCoreVMClient.dylib (??? - ???) >> <B8F8916D-F12A-3D95-ABF3-999D57B7D581> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib >> 0x904d4000 - 0x904d7ff7 libmathCommon.A.dylib (2026.0.0 - compatibility >> 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> >> /usr/lib/system/libmathCommon.A.dylib >> 0x904da000 - 0x905ebff7 libJP2.dylib (??? - ???) >> <3B6A6D1C-5E4D-3814-892A-7C580E063268> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib >> 0x905ec000 - 0x906bcffb com.apple.ImageIO.framework (3.1.2 - 3.1.2) >> <C3CB142F-BE91-3AFA-B052-409F776C0B9E> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO >> 0x906c5000 - 0x906d3fff libdispatch.dylib (187.10.0 - compatibility >> 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> >> /usr/lib/system/libdispatch.dylib >> 0x906d4000 - 0x90736ff3 libstdc++.6.dylib (52.0.0 - compatibility >> 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib >> 0x90737000 - 0x907c4fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) >> <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib >> 0x907c5000 - 0x907d0ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) >> <13FF02F8-7AF6-3E12-B183-9A725B526B50> /usr/lib/libbz2.1.0.dylib >> 0x907d1000 - 0x90867ff7 com.apple.LaunchServices (480.40 - 480.40) >> <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices >> 0x90868000 - 0x90882fff com.apple.Kerberos (1.0 - 1) >> <D7920A1C-FEC4-3460-8DD0-D02491578CBB> >> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos >> 0x90883000 - 0x90910ff7 com.apple.CoreText (220.22.0 - ???) >> <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText >> 0x90911000 - 0x90917ffb com.apple.print.framework.Print (7.4 - 247.3) >> <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print >> 0x90918000 - 0x90918fff libdnsinfo.dylib (395.11.0 - compatibility >> 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> >> /usr/lib/system/libdnsinfo.dylib >> 0x90919000 - 0x9092eff7 com.apple.ImageCapture (7.1.0 - 7.1.0) >> <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture >> 0x90c5f000 - 0x90d6ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) >> <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib >> 0x90d70000 - 0x90d73fff com.apple.AppleSystemInfo (1.0 - 1) >> <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> >> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo >> 0x90d74000 - 0x90d74fff com.apple.vecLib (3.7 - vecLib 3.7) >> <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> >> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib >> 0x90d75000 - 0x90fe9ff3 com.apple.CoreImage (7.99.1 - 1.0.1) >> <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage >> 0x90fea000 - 0x90feeff7 com.apple.OpenDirectory (10.7 - 146) >> <CFBA4CCF-65D4-3879-BC6A-8888C13E3345> >> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory >> 0x90fef000 - 0x910c6ff3 com.apple.avfoundation (2.0 - 180.50) >> <7B7FDF30-AC40-3715-A409-B5A27F7B5585> >> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation >> 0x910f5000 - 0x911cdff6 com.apple.QuickLookUIFramework (3.2 - 500.18) >> <CE281BD9-C1CF-3F87-BD22-412ED253580E> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI >> 0x911fa000 - 0x91203ffc com.apple.DisplayServicesFW (2.5.4 - 323.3) >> <820C4B45-814A-3101-A1FA-044CA6D2FBC8> >> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices >> 0x91204000 - 0x916e0ff6 libBLAS.dylib (??? - ???) >> <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib >> 0x916f5000 - 0x91799fff com.apple.QD (3.40 - ???) >> <3881BEC6-0908-3073-BA44-346356E1CDF9> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD >> 0x9179a000 - 0x917d0ff7 com.apple.AE (527.7 - 527.7) >> <7BAFBF18-3997-3656-9823-FD3B455056A4> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE >> 0x917d1000 - 0x917f3ffe com.apple.framework.familycontrols (3.0 - 300) >> <6735D7ED-7053-3AB8-B144-E7F70A124CCD> >> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls >> 0x91832000 - 0x91884ff7 libFontRegistry.dylib (??? - ???) >> <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib >> 0x91c11000 - 0x91c12fff libsystem_blocks.dylib (53.0.0 - compatibility >> 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> >> /usr/lib/system/libsystem_blocks.dylib >> 0x91c13000 - 0x91c1bff5 libcopyfile.dylib (85.1.0 - compatibility >> 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> >> /usr/lib/system/libcopyfile.dylib >> 0x91c1c000 - 0x91cb8fff com.apple.ink.framework (10.7.5 - 113) >> <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink >> 0x91cba000 - 0x91cd8ff7 libsystem_kernel.dylib (1699.32.7 - >> compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> >> /usr/lib/system/libsystem_kernel.dylib >> 0x91cdb000 - 0x91d19fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) >> <AF1174F9-4402-31EB-9C84-AB644E5865DF> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib >> 0x91e56000 - 0x91e73ff3 com.apple.openscripting (1.3.3 - ???) >> <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting >> 0x924c5000 - 0x924f8fef libtidy.A.dylib (??? - ???) >> <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib >> 0x92507000 - 0x92732ffb com.apple.QuartzComposer (5.0 - 236.10) >> <416993F4-2868-35FF-90DE-34C93D83574F> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer >> 0x92733000 - 0x9281bfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) >> <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib >> 0x9281c000 - 0x928b3ff3 com.apple.securityfoundation (5.0 - 55116) >> <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> >> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation >> 0x928b4000 - 0x932e5fff com.apple.WebCore (7534.57 - 7534.57.7) >> <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> >> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore >> 0x93395000 - 0x93399ffa libcache.dylib (47.0.0 - compatibility 1.0.0) >> <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib >> 0x933a5000 - 0x933e5ff7 libauto.dylib (??? - ???) >> <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib >> 0x933eb000 - 0x9343cff9 com.apple.ScalableUserInterface (1.0 - 1) >> <3C39DF4D-5CAE-373A-BE08-8CD16E514337> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface >> 0x9348d000 - 0x93550fff com.apple.CoreServices.OSServices (478.50 - >> 478.50) <916A3B50-1033-3FFE-A9AF-3CC2B0F60EAE> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices >> 0x93551000 - 0x9355cfff libkxld.dylib (??? - ???) >> <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib >> 0x9355d000 - 0x93564ff8 libCGXCoreImage.A.dylib (600.0.0 - >> compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib >> 0x93673000 - 0x93674ffd libCVMSPluginSupport.dylib (??? - ???) >> <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib >> 0x93675000 - 0x93677ff9 com.apple.securityhi (4.0 - 1) >> <8196A6AC-4F97-3DCB-8F09-AE8D983823DF> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI >> 0x936b4000 - 0x936beff2 com.apple.audio.SoundManager (3.9.4.1 - >> 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound >> 0x936eb000 - 0x93732ff5 com.apple.opencl (2.0.19 - 2.0.19) >> <7689E7B9-EE5A-3F74-8699-4CDED9162260> >> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL >> 0x93771000 - 0x93777fff libGFXShared.dylib (??? - ???) >> <9C9834EB-B794-38C8-9B90-31D8CB234F86> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib >> 0x93778000 - 0x9377fff7 libsystem_notify.dylib (80.1.0 - compatibility >> 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> >> /usr/lib/system/libsystem_notify.dylib >> 0x937bd000 - 0x93800ffd libcommonCrypto.dylib (55010.0.0 - >> compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> >> /usr/lib/system/libcommonCrypto.dylib >> 0x93801000 - 0x93900ffb com.apple.DiskImagesFramework (10.7.4 - 331.7) >> <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> >> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages >> 0x93901000 - 0x93901fff com.apple.Accelerate (1.7 - Accelerate 1.7) >> <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate >> 0x93902000 - 0x93ab6ff3 libicucore.A.dylib (46.1.0 - compatibility >> 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib >> 0x93bba000 - 0x93ebcfff com.apple.CoreServices.CarbonCore (960.25 - >> 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore >> 0x93ec8000 - 0x93f3efff com.apple.Metadata (10.7.0 - 627.37) >> <F54AED70-95C5-3561-8C87-D9E5539E98A4> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata >> 0x93f3f000 - 0x94333feb com.apple.VideoToolbox (1.0 - 705.94) >> <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> >> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox >> 0x94334000 - 0x94337ff7 libcompiler_rt.dylib (6.0.0 - compatibility >> 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> >> /usr/lib/system/libcompiler_rt.dylib >> 0x94338000 - 0x94338fff com.apple.Cocoa (6.6 - ???) >> <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> >> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa >> 0x94648000 - 0x9465fff8 com.apple.CoreMediaAuthoring (2.0 - 891) >> <69D569FD-670C-3BD0-94BF-7A8954AA2953> >> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring >> 0x946d0000 - 0x946d5ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) >> <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib >> 0x946d6000 - 0x947c6ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) >> <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib >> 0x947c7000 - 0x9483bfff com.apple.CoreSymbolication (2.2 - 73.2) >> <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> >> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication >> 0x9483c000 - 0x9483cfff com.apple.Carbon (153 - 153) >> <13CB5B39-BBDB-397B-A4F2-69773047D092> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon >> 0x94843000 - 0x94846ff9 libCGXType.A.dylib (600.0.0 - compatibility >> 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib >> 0x94847000 - 0x94871ff1 com.apple.CoreServicesInternal (113.19 - >> 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> >> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal >> 0x948e5000 - 0x9490aff9 libJPEG.dylib (??? - ???) >> <743578F6-8C0C-39CC-9F15-3A01E1616EAE> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib >> 0x9490b000 - 0x9490ffff com.apple.CommonPanels (1.2.5 - 94) >> <EA47550D-7DAF-30D9-91DB-1FB594CC8522> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels >> 0x94910000 - 0x94a3cff9 com.apple.CFNetwork (520.5.1 - 520.5.1) >> <F3C606BF-6DCF-33CD-981B-7253C9E3113A> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork >> 0x94a82000 - 0x94a83ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) >> <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib >> 0x94a84000 - 0x94aaffff com.apple.GSS (2.2 - 2.0) >> <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> >> /System/Library/Frameworks/GSS.framework/Versions/A/GSS >> 0x94ab0000 - 0x94aedff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) >> <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib >> 0x94b09000 - 0x94b09fff libOpenScriptingUtil.dylib (??? - ???) >> <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib >> 0x94b16000 - 0x94b24fff com.apple.opengl (1.8.1 - 1.8.1) >> <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL >> 0x94b25000 - 0x94b47ff8 com.apple.PerformanceAnalysis (1.11 - 11) >> <453463FF-7C42-3526-8C96-A9971EE07154> >> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis >> 0x94ba2000 - 0x94babff3 com.apple.CommonAuth (2.2 - 2.0) >> <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> >> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth >> 0x94baf000 - 0x94bbdfff libz.1.dylib (1.2.5 - compatibility 1.0.0) >> <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib >> 0x94bbe000 - 0x94c19ff3 com.apple.Symbolication (1.3 - 91) >> <B5A9433A-0915-343A-90FF-5C469D4DC508> >> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication >> 0x94c1a000 - 0x94c20ffd com.apple.CommerceCore (1.0 - 17) >> <E59CD307-58E2-35FD-9131-B38978799910> >> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore >> 0x94d81000 - 0x94e08fff com.apple.print.framework.PrintCore (7.1 - >> 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore >> 0x94e09000 - 0x94e0aff7 libquarantine.dylib (36.7.0 - compatibility >> 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> >> /usr/lib/system/libquarantine.dylib >> 0x951b3000 - 0x95215ffb com.apple.datadetectorscore (3.0 - 179.4) >> <3A418498-C189-37A1-9B86-F0ECB33AD91C> >> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore >> 0x95216000 - 0x9527bff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) >> <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib >> 0x9527c000 - 0x952d9ffb com.apple.htmlrendering (76 - 1.1.4) >> <409EF0CB-2997-369A-9326-BE12436B9EE1> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering >> 0x952eb000 - 0x95349ff7 com.apple.coreui (1.2.2 - 165.11) >> <340B0B83-1407-3AB4-BCAB-505C29303EE2> >> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI >> 0x9534a000 - 0x9574cff6 libLAPACK.dylib (??? - ???) >> <00BE0221-8564-3F87-9F6B-8A910CF2F141> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib >> 0x9574d000 - 0x95750ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) >> <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib >> 0x958e8000 - 0x958efffd com.apple.NetFS (4.0 - 4.0) >> <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> >> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS >> 0x958f0000 - 0x9591eff7 com.apple.DictionaryServices (1.2.1 - 158.3) >> <8D03D180-D834-39F3-A106-78E0B22A7893> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices >> 0x9592e000 - 0x95939ffe com.apple.NetAuth (3.2 - 3.2) >> <4377FB18-A550-35C6-BCD2-71C42134EEA6> >> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth >> 0x9593a000 - 0x9593efff libGIF.dylib (??? - ???) >> <2ADFED97-2228-343D-9A53-207CBFDE7984> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib >> 0x9593f000 - 0x95a37ff7 libFontParser.dylib (??? - ???) >> <71B33EB1-27F8-3C68-B940-FC61A3CFE275> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib >> 0x95b85000 - 0x95ecbfff com.apple.MediaToolbox (1.0 - 705.94) >> <89D37021-C389-3CC5-A158-620ADCBD99EF> >> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox >> 0x95ecc000 - 0x95ef4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) >> <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib >> 0x95f27000 - 0x95f37ff7 libCRFSuite.dylib (??? - ???) >> <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib >> 0x95f38000 - 0x95fa7fff com.apple.Heimdal (2.2 - 2.0) >> <2E1B8779-36D4-3C62-A67E-0034D77D7707> >> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal >> 0x960a0000 - 0x960a9fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) >> <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib >> 0x960aa000 - 0x96134ffb com.apple.SearchKit (1.4.0 - 1.4.0) >> <CF074082-64AB-3A1F-831E-582DF1667827> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit >> 0x96135000 - 0x96146fff libbsm.0.dylib (??? - ???) >> <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib >> 0x96147000 - 0x96265fec com.apple.vImage (5.1 - 5.1) >> <7757F253-B281-3612-89D4-F2B04061CBE1> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage >> 0x96266000 - 0x9626aff3 libsystem_network.dylib (??? - ???) >> <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> >> /usr/lib/system/libsystem_network.dylib >> 0x9632e000 - 0x967a3ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) >> <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> >> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight >> 0x967c9000 - 0x967defff com.apple.speech.synthesis.framework (4.0.74 - >> 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis >> 0x967df000 - 0x969fbff7 com.apple.imageKit (2.1.2 - 1.0) >> <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit >> 0x969fc000 - 0x96a74ff8 com.apple.CorePDF (3.1 - 3.1) >> <0074267B-F74A-30FC-8508-A14C821F0771> >> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF >> 0x96a79000 - 0x96a95ff1 libPng.dylib (??? - ???) >> <F084226B-14F0-36C0-B5EC-22C78406D2B6> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib >> 0x96a96000 - 0x96a97fff com.apple.TrustEvaluationAgent (2.0 - 1) >> <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> >> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent >> 0x96aa9000 - 0x96b11fff libc++.1.dylib (28.4.0 - compatibility 1.0.0) >> <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib >> 0x96b64000 - 0x96b80ff5 com.apple.GenerationalStorage (1.0 - 126.1) >> <E622F823-7D98-3D13-9C3D-7EA482567394> >> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage >> 0x96b81000 - 0x96e2efff com.apple.JavaScriptCore (7534.57 - 7534.57.3) >> <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> >> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore >> 0x96e2f000 - 0x96e78ff7 libGLU.dylib (??? - ???) >> <9AF7AD51-16E3-3674-B60E-30EE499D7B46> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib >> 0x96e7c000 - 0x97186ff3 com.apple.Foundation (6.7.2 - 833.25) >> <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> >> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation >> 0x971bf000 - 0x971c7ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) >> <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib >> 0x971cf000 - 0x971d2ffb com.apple.help (1.3.2 - 42) >> <B1E6701C-7473-30B2-AB5A-AFC9A4823694> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help >> 0x971db000 - 0x971fefff com.apple.CoreVideo (1.7 - 70.3) >> <4234C11C-E8E9-309A-9465-27D6D7458895> >> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo >> 0x97215000 - 0x97215fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) >> <2E71E880-25D1-3210-8D26-21EC47ED810C> >> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit >> 0x97216000 - 0x9721efff com.apple.DiskArbitration (2.4.1 - 2.4.1) >> <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> >> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration >> 0x9721f000 - 0x97261ff7 com.apple.CoreMedia (1.0 - 705.94) >> <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> >> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia >> 0x97262000 - 0x97270ff7 libxar-nossl.dylib (??? - ???) >> <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib >> 0x972c0000 - 0x972d4fff com.apple.CFOpenDirectory (10.7 - 146) >> <982C417B-5A0F-3DD6-AB50-7E8273A80B38> >> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory >> 0x972d5000 - 0x972d5ff0 com.apple.ApplicationServices (41 - 41) >> <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices >> 0x972d6000 - 0x975b0ff7 com.apple.RawCamera.bundle (4.00 - 658) >> <F72D5DF2-406B-3310-AC16-F0AB434237DE> >> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera >> 0x975b1000 - 0x975befff libGL.dylib (??? - ???) >> <A72F14F7-1836-34AB-9F08-67836CB966E4> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib >> 0x975c8000 - 0x9771efff com.apple.audio.toolbox.AudioToolbox (1.7.3 - >> 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> >> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox >> 0x9771f000 - 0x977dfffb com.apple.ColorSync (4.7.4 - 4.7.4) >> <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync >> 0x97817000 - 0x979eefe7 com.apple.CoreFoundation (6.7.2 - 635.21) >> <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> >> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation >> 0x97c18000 - 0x97c1cffd IOSurface (??? - ???) >> <EDDBEE65-1EB8-33A7-9972-E361A3508234> >> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface >> 0x97c1d000 - 0x97d2cff7 com.apple.DesktopServices (1.6.5 - 1.6.5) >> <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> >> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv >> 0x97d2d000 - 0x97d2dffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) >> <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib >> 0x97d2e000 - 0x9865972b com.apple.CoreGraphics (1.600.0 - ???) >> <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics >> 0x986a6000 - 0x986c6ff7 com.apple.RemoteViewServices (1.5 - 44.2) >> <11C87337-FF29-3976-A230-6387D96563C5> >> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices >> 0x98753000 - 0x98755ffb libRadiance.dylib (??? - ???) >> <4721057E-5A1F-3083-911B-200ED1CE7678> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib >> 0x98759000 - 0x98788ff7 libsystem_info.dylib (??? - ???) >> <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib >> 0x98789000 - 0x9921eff6 com.apple.AppKit (6.7.5 - 1138.51) >> <B9D3DCA0-9765-354E-9730-75A45A97DDFD> >> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit >> 0x99f71000 - 0x99f7efff com.apple.HelpData (2.1.2 - 72.2) >> <330C6B7F-2512-37B7-B2FF-24E1804E9426> >> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData >> 0x99f7f000 - 0x9a177ff7 com.apple.CoreData (104.1 - 358.14) >> <C1730963-F75D-3338-B65F-D50235538B28> >> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData >> 0x9a178000 - 0x9a188fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) >> <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib >> 0x9a2d1000 - 0x9a321ffa libTIFF.dylib (??? - ???) >> <9511A31E-070C-313E-8320-AAB683AD0653> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib >> 0x9a322000 - 0x9a323ff7 libsystem_sandbox.dylib (??? - ???) >> <26960D2B-BEA6-3B3B-9BC7-D73437EF4149> >> /usr/lib/system/libsystem_sandbox.dylib >> 0x9a324000 - 0x9a3faaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) >> <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib >> 0x9a3fb000 - 0x9a3fdff7 libdyld.dylib (195.6.0 - compatibility 1.0.0) >> <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib >> 0x9a3fe000 - 0x9a47bfff com.apple.PDFKit (2.6.5 - 2.6.5) >> <9AA55EFF-CFD5-3CC2-ACB8-C554898D872F> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit >> 0x9a47c000 - 0x9a701fe3 com.apple.QuickTime (7.7.1 - 2340) >> <76E45D49-3D4F-32AB-A411-E52C22FA24C8> >> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime >> 0x9a702000 - 0x9a702ff2 com.apple.CoreServices (53 - 53) >> <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices >> 0x9a703000 - 0x9a713fff com.apple.LangAnalysis (1.7.0 - 1.7.0) >> <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis >> 0x9a714000 - 0x9a71fffb com.apple.speech.recognition.framework (4.0.21 >> - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition >> 0x9a79f000 - 0x9a7aaff3 libCSync.A.dylib (600.0.0 - compatibility >> 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib >> 0x9a7ab000 - 0x9ae37ff5 com.apple.CoreAUC (6.16.12 - 6.16.12) >> <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> >> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC >> 0x9ae38000 - 0x9ae79ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) >> <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib >> 0x9ae7a000 - 0x9aed3fff com.apple.HIServices (1.21 - ???) >> <91EC636D-AC27-3332-BA1C-FD7301917429> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices >> 0x9aed4000 - 0x9aed5fff libDiagnosticMessagesClient.dylib (??? - ???) >> <DB3889C2-2FC2-3087-A2A2-4C319455E35C> >> /usr/lib/libDiagnosticMessagesClient.dylib >> 0x9aed6000 - 0x9af1eff7 com.apple.SystemConfiguration (1.11.3 - 1.11) >> <68B92FEA-F754-3E7E-B5E6-D512E26144E7> >> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration >> 0x9af1f000 - 0x9b036fe9 com.apple.WebKit (7534.57 - 7534.57.7) >> <85DAC34E-86A1-380F-B166-56630C9B0BD5> >> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit >> 0x9b0b7000 - 0x9b0b7fff com.apple.quartzframework (1.5 - 1.5) >> <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz >> 0x9b0b8000 - 0x9b0b8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) >> <22997C20-BEB7-301D-86C5-5BFB3B06D212> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib >> 0x9b979000 - 0x9b9a7fe7 libSystem.B.dylib (159.1.0 - compatibility >> 1.0.0) <0D8984D3-BFCF-35A7-AA71-BEDC92126B7E> /usr/lib/libSystem.B.dylib >> 0x9ba17000 - 0x9ba68ff9 com.apple.QuickLookFramework (3.2 - 500.18) >> <CF3EF345-EA3E-3C2D-B56D-E4433326254A> >> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook >> 0x9ba69000 - 0x9baa6fef libGLImage.dylib (??? - ???) >> <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib >> 0x9baa7000 - 0x9bd76ffb com.apple.security (7.0 - 55148.6) >> <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> >> /System/Library/Frameworks/Security.framework/Versions/A/Security >> 0x9bd77000 - 0x9bddbfff com.apple.framework.IOKit (2.0 - ???) >> <94827954-5906-36C4-819B-24CDAFD85C72> >> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit >> 0x9bddc000 - 0x9c122ff3 com.apple.HIToolbox (1.9 - ???) >> <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox >> 0x9c123000 - 0x9c124ff4 libremovefile.dylib (21.1.0 - compatibility >> 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> >> /usr/lib/system/libremovefile.dylib >> 0x9c13e000 - 0x9c168ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) >> <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib >> 0x9c169000 - 0x9c1e4ffb com.apple.ApplicationServices.ATS (317.12.0 - >> ???) <4D124B65-3D43-32E9-B296-3671347BB888> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS >> 0x9c1e5000 - 0x9c1edff3 liblaunch.dylib (392.39.0 - compatibility >> 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> >> /usr/lib/system/liblaunch.dylib >> 0x9c1ee000 - 0x9c21fff7 libncurses.5.4.dylib (5.4.0 - compatibility >> 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib >> 0x9c221000 - 0x9c384fff com.apple.QTKit (7.7.1 - 2339) >> <163FBDDD-0458-378F-84DD-CB0F603A259E> >> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit >> 0x9c385000 - 0x9c38cff9 libsystem_dnssd.dylib (??? - ???) >> <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib >> 0x9c564000 - 0x9c5b3ffb com.apple.AppleVAFramework (5.0.16 - 5.0.16) >> <1188E7AB-76FE-343F-9108-30CD67E5A37B> >> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA >> 0x9c5b4000 - 0x9c67ffff libsystem_c.dylib (763.13.0 - compatibility >> 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> >> /usr/lib/system/libsystem_c.dylib >> 0x9c680000 - 0x9c681fff liblangid.dylib (??? - ???) >> <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib >> 0x9c682000 - 0x9c7e4ffb com.apple.QuartzCore (1.7 - 270.5) >> <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore >> 0x9c7e5000 - 0x9cba0ffb com.apple.SceneKit (125.3 - 125.8) >> <89008B87-87E7-3972-A274-30311497EE32> >> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit >> 0x9cba1000 - 0x9cc84ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility >> 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib >> 0x9cc85000 - 0x9cc9bffe libxpc.dylib (77.19.0 - compatibility 1.0.0) >> <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib >> 0x9cc9c000 - 0x9ccefff3 com.apple.ImageCaptureCore (3.1.0 - 3.1.0) >> <F7ACE42B-2F58-3642-9469-9CDCF31F0273> >> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore >> 0x9ccf0000 - 0x9cd03ff8 com.apple.MultitouchSupport.framework (231.4 - >> 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> >> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport >> 0x9cd22000 - 0x9cd59fef com.apple.DebugSymbols (2.1 - 87) >> <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> >> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols >> 0x9cd5a000 - 0x9cdbbffb com.apple.audio.CoreAudio (4.0.3 - 4.0.3) >> <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> >> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio >> 0x9ce45000 - 0x9ce85ff7 com.apple.NavigationServices (3.7 - 193) >> <16A8BCC8-7343-3A90-88B3-AAA334DF615F> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices >> 0x9ce86000 - 0x9ced8ffb com.apple.CoreMediaIO (216.0 - 3199.8) >> <A079E576-64FD-3069-846E-F3B67AF28E15> >> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO >> >> External Modification Summary: >> Calls made by other processes targeting this process: >> task_for_pid: 21 >> 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: 40836 >> thread_create: 1 >> thread_set_state: 0 >> >> VM Region Summary: >> ReadOnly portion of Libraries: Total=187.3M resident=59.8M(32%) >> swapped_out_or_unallocated=127.5M(68%) >> Writable regions: Total=153.7M written=35.3M(23%) resident=54.5M(35%) >> swapped_out=12K(0%) unallocated=99.2M(65%) >> >> REGION TYPE VIRTUAL >> =========== ======= >> ATS (font support) 31.9M >> ATS (font support) (reserved) 4K reserved VM address >> space (unallocated) >> CG backing stores 12.0M >> CG image 12K >> CG raster data 824K >> CG shared images 3536K >> CoreGraphics 8K >> CoreImage 72K >> CoreServices 6380K >> MALLOC 65.4M >> MALLOC guard page 64K >> Memory tag=240 4K >> Memory tag=242 12K >> OpenCL 52K >> Stack 66.0M >> VM_ALLOCATE 17.1M >> __CI_BITMAP 80K >> __DATA 29.8M >> __DATA/__OBJC 140K >> __IMAGE 528K >> __IMPORT 4K >> __LINKEDIT 44.6M >> __OBJC 2668K >> __PAGEZERO 4K >> __TEXT 142.7M >> __UNICODE 544K >> mapped file 110.0M >> shared memory 8092K >> shared pmap 7184K >> =========== ======= >> TOTAL 549.0M >> TOTAL, minus reserved VM space 549.0M >> >> -- >> You received this message because you are subscribed to the Google Groups "aquamacs-devel" group. >> To unsubscribe from this group and stop receiving emails from it, send an email to aquamacs-devel+unsubscribe <at> googlegroups.com. >> >> > > >
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs,ns
.
(Wed, 01 May 2013 18:44:01 GMT) Full text and rfc822 format available.Message #11 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: Jan Djärv <jan.h.d <at> swipnet.se> To: David Reitter <david.reitter <at> gmail.com> Cc: robert goldman <rpgoldman <at> sift.info>, 14319 <at> debbugs.gnu.org Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Wed, 1 May 2013 20:42:55 +0200
Hello. 30 apr 2013 kl. 04:31 skrev David Reitter <david.reitter <at> gmail.com>: > X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info> > > > I received the crash report below from a user. > After some inspection, I think this happens in ns_select (nsterm:3748): > > if (++apploopnr != 1) > { > emacs_abort (); > } > > The code below actually reproduces a crash similar to this (when opening a menu after evaluating the code), even though I have no idea where actual code would do such a thing. I think the reporting user has SLIME installed. > > (define-key-after menu-bar-file-menu [kill-buffer] > `(menu-item "test" > 'test-menu > :enable (accept-process-output (first (process-list)) 0 100)) > 'separator-save) > > This does nothing on trunk, it just adds a disabled menu item test to the file menu. No crash seen. Jan D. > > On Apr 28, 2013, at 12:57 PM, Robert Goldman <rpgoldman <at> sift.info> wrote: > >> Once more, with feeling. Pressed the mouse button. Kaboom. >> >> >> >> In GNU Emacs 24.3.50.3 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36) >> of 2013-04-23 on asura.local - Aquamacs Distribution 3.xdev >> Windowing system distributor `Apple', version 10.3.1138 >> Configured using: >> `configure --with-ns --without-x CFLAGS=-arch i386 -g -O0 LDFLAGS=-arch >> i386 -g -O0 ' >> >> Important settings: >> locale-coding-system: nil >> default enable-multibyte-characters: t >> >> >> Command line: (/Applications/Aquamacs.app/Contents/MacOS/Aquamacs) >> >> PATH: >> /Users/rpg/bin:/Users/rpg/from-djm/bin:/usr/local/acl/acl82.64:/usr/local/sbin:/usr/local/bin:/opt/local/libexec/gnubin/:/opt/local/bin:/opt/local/sbin:/usr/X11/bin/:/bin:/usr/bin:/Users/rpg/sat-circa/plexil/src/standard-plexil:/Users/rpg/src/pybib/:/Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts:/Users/rpg/uDrawGraph-3.1/bin:/Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin:/Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin >> >> exec-path: (/Users/rpg/bin /Users/rpg/from-djm/bin >> /usr/local/acl/acl82.64 /usr/local/sbin /usr/local/bin >> /opt/local/libexec/gnubin/ /opt/local/bin /opt/local/sbin /usr/X11/bin/ >> /bin /usr/bin /Users/rpg/sat-circa/plexil/src/standard-plexil >> /Users/rpg/src/pybib/ >> /Users/rpg/obtw/obtw-trunk/code/S3/counter-planning/expt-scripts >> /Users/rpg/uDrawGraph-3.1/bin >> /Users/rpg/src/ec2/ec2-api-tools-1.5.2.3/bin >> /Users/rpg/src/ec2/ec2-ami-tools-1.4.0.5/bin) >> >> Process: Aquamacs [70901] >> Path: /Applications/Aquamacs.app/Contents/MacOS/Aquamacs >> Identifier: org.gnu.Aquamacs >> Version: 3.xdev (3.x.) >> Code Type: X86 (Native) >> Parent Process: launchd [134] >> >> Date/Time: 2013-04-28 11:57:08.717 -0500 >> OS Version: Mac OS X 10.7.5 (11G63) >> Report Version: 9 >> >> Crashed Thread: 0 Dispatch queue: com.apple.main-thread >> >> Exception Type: EXC_CRASH (SIGABRT) >> Exception Codes: 0x0000000000000000, 0x0000000000000000 >> >> Application Specific Information: >> objc[70901]: garbage collection is OFF >> >> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread >> 0 libsystem_kernel.dylib 0x91cd2332 __kill + 10 >> 1 libsystem_kernel.dylib 0x91cd1932 kill$UNIX2003 + 32 >> 2 libsystem_c.dylib 0x9c5dc75e raise + 26 >> 3 org.gnu.Aquamacs 0x000eb11d terminate_due_to_signal + 200 >> 4 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 >> 5 org.gnu.Aquamacs 0x00262c1e ns_term_shutdown + 170 >> 6 org.gnu.Aquamacs 0x000ed703 shut_down_emacs + 388 >> 7 org.gnu.Aquamacs 0x000eb0d0 terminate_due_to_signal + 123 >> 8 org.gnu.Aquamacs 0x001171ed emacs_abort + 26 >> 9 org.gnu.Aquamacs 0x0025fd45 ns_select + 858 >> 10 org.gnu.Aquamacs 0x00214a91 >> wait_reading_process_output + 2795 >> 11 org.gnu.Aquamacs 0x002134e1 Faccept_process_output + 774 >> 12 org.gnu.Aquamacs 0x001af93f eval_sub + 1668 >> 13 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 14 org.gnu.Aquamacs 0x001ad279 Fwhile + 137 >> 15 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 16 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 17 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 18 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 19 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 20 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 21 org.gnu.Aquamacs 0x001ac117 Fif + 75 >> 22 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 23 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 24 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 25 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 26 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 27 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 28 org.gnu.Aquamacs 0x001acdcb FletX + 586 >> 29 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 30 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 31 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 32 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 33 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 34 org.gnu.Aquamacs 0x001af7f4 eval_sub + 1337 >> 35 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 36 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 37 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 38 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 39 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 40 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 41 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 42 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 43 org.gnu.Aquamacs 0x001ad19d Flet + 950 >> 44 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 45 org.gnu.Aquamacs 0x001ac0ec Fif + 32 >> 46 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 47 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 48 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 49 org.gnu.Aquamacs 0x001ac117 Fif + 75 >> 50 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 51 org.gnu.Aquamacs 0x001ac03c For + 44 >> 52 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 53 org.gnu.Aquamacs 0x001ac09a Fand + 44 >> 54 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 55 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 56 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 57 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 58 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 59 org.gnu.Aquamacs 0x001ac262 Fprog1 + 48 >> 60 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 61 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 62 org.gnu.Aquamacs 0x001ac137 Fif + 107 >> 63 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 64 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 65 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 66 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 67 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 68 org.gnu.Aquamacs 0x001ac09a Fand + 44 >> 69 org.gnu.Aquamacs 0x001af5e4 eval_sub + 809 >> 70 org.gnu.Aquamacs 0x001ac20f Fprogn + 44 >> 71 org.gnu.Aquamacs 0x001b1834 funcall_lambda + 1016 >> 72 org.gnu.Aquamacs 0x001b1397 apply_lambda + 410 >> 73 org.gnu.Aquamacs 0x001afd19 eval_sub + 2654 >> 74 org.gnu.Aquamacs 0x001af2a6 Feval + 148 >> 75 org.gnu.Aquamacs 0x000fd85e eval_dyn + 38 >> 76 org.gnu.Aquamacs 0x001adca3 internal_condition_case_1 >> + 304 >> 77 org.gnu.Aquamacs 0x000fd8e0 menu_item_eval_property + 124 >> 78 org.gnu.Aquamacs 0x000fdfae parse_menu_item + 1715 >> 79 org.gnu.Aquamacs 0x0006d7eb single_menu_item + 40 >> 80 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 >> 81 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 >> 82 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 >> 83 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 >> 84 org.gnu.Aquamacs 0x0006d971 single_menu_item + 430 >> 85 org.gnu.Aquamacs 0x0010bcb4 map_keymap_item + 73 >> 86 org.gnu.Aquamacs 0x0010be1a map_keymap_internal + 196 >> 87 org.gnu.Aquamacs 0x0010c0a7 map_keymap_canonical + 71 >> 88 org.gnu.Aquamacs 0x0006d74f single_keymap_panes + 124 >> 89 org.gnu.Aquamacs 0x0006df51 parse_single_submenu + 640 >> 90 org.gnu.Aquamacs 0x0027f504 ns_update_menubar + 2128 >> 91 org.gnu.Aquamacs 0x00280129 -[EmacsMenu >> menuNeedsUpdate:] + 100 >> 92 com.apple.AppKit 0x9890657a -[NSMenu >> _populateFromDelegateWithEventRef:] + 318 >> 93 com.apple.AppKit 0x987f6d0f -[NSMenu >> _populateWithEventRef:] + 99 >> 94 com.apple.AppKit 0x989056bd -[NSCarbonMenuImpl >> _carbonPopulateEvent:handlerCallRef:] + 448 >> 95 com.apple.AppKit 0x98905246 NSSLMMenuEventHandler + 452 >> 96 com.apple.HIToolbox 0x9bf68c0c >> _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, >> void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 >> 97 com.apple.HIToolbox 0x9bde4313 >> _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec >> + 1602 >> 98 com.apple.HIToolbox 0x9bde3790 >> _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec >> + 482 >> 99 com.apple.HIToolbox 0x9bde35a8 >> SendEventToEventTargetWithOptions + 75 >> 100 com.apple.HIToolbox 0x9bfb2cf0 >> SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned long, >> double, unsigned long, OpaqueEventRef*, unsigned char*) + 370 >> 101 com.apple.HIToolbox 0x9bfbd449 >> _ZL15SendMenuOpeningP14MenuSelectDataP8MenuDatadmmP14__CFDictionaryhPh + 300 >> 102 com.apple.HIToolbox 0x9bfc19d8 >> _ZL11DrawTheMenuP14MenuSelectDataPP9__CFArrayhPh + 202 >> 103 com.apple.HIToolbox 0x9bfc1f4a >> _ZL11MenuChangedP14MenuSelectDatahh + 608 >> 104 com.apple.HIToolbox 0x9be30795 >> _ZL15TrackMenuCommonR14MenuSelectDataPh + 1235 >> 105 com.apple.HIToolbox 0x9bfc57d0 >> _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 420 >> 106 com.apple.HIToolbox 0x9be2ca2a _HandleMenuSelection2 + 636 >> 107 com.apple.HIToolbox 0x9be2c7a9 _HandleMenuSelection + 53 >> 108 com.apple.AppKit 0x98802bd2 _NSHandleCarbonMenuEvent + 302 >> 109 com.apple.AppKit 0x987934d6 _DPSNextEvent + 2196 >> 110 com.apple.AppKit 0x98792752 -[NSApplication >> nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 >> 111 com.apple.AppKit 0x9878eac1 -[NSApplication run] + 911 >> 112 org.gnu.Aquamacs 0x0025fd63 ns_select + 888 >> 113 org.gnu.Aquamacs 0x00214a91 >> wait_reading_process_output + 2795 >> 114 org.gnu.Aquamacs 0x0000f866 sit_for + 565 >> 115 org.gnu.Aquamacs 0x000f4459 read_char + 3303 >> 116 org.gnu.Aquamacs 0x00100c4a read_key_sequence + 2518 >> 117 org.gnu.Aquamacs 0x000f177b command_loop_1 + 1293 >> 118 org.gnu.Aquamacs 0x001adb3f internal_condition_case + 298 >> 119 org.gnu.Aquamacs 0x000f0ebc command_loop_2 + 53 >> 120 org.gnu.Aquamacs 0x001ad559 internal_catch + 207 >> 121 org.gnu.Aquamacs 0x000f0e49 command_loop + 201 >> 122 org.gnu.Aquamacs 0x000f040e recursive_edit_1 + 178 >> 123 org.gnu.Aquamacs 0x000f05e6 Frecursive_edit + 319 >> 124 org.gnu.Aquamacs 0x000ecee7 main + 5592 >> 125 org.gnu.Aquamacs 0x00002add start + 53 >> >> Thread 1:: Dispatch queue: com.apple.libdispatch-manager >> 0 libsystem_kernel.dylib 0x91cd390a kevent + 10 >> 1 libdispatch.dylib 0x906c7e04 _dispatch_mgr_invoke + 969 >> 2 libdispatch.dylib 0x906c6853 _dispatch_mgr_thread + 53 >> >> Thread 2: >> 0 libsystem_kernel.dylib 0x91cd2b42 __select + 10 >> 1 org.gnu.Aquamacs 0x0026533c -[EmacsApp fd_handler:] + 242 >> 2 com.apple.Foundation 0x96edbe25 -[NSThread main] + 45 >> 3 com.apple.Foundation 0x96edbdd5 __NSThread__main__ + 1582 >> 4 libsystem_c.dylib 0x9c610ed9 _pthread_start + 335 >> 5 libsystem_c.dylib 0x9c6146de thread_start + 34 >> >> Thread 3: >> 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 >> 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 >> 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 >> >> Thread 4: >> 0 libsystem_kernel.dylib 0x91cd302e __workq_kernreturn + 10 >> 1 libsystem_c.dylib 0x9c612ccf _pthread_wqthread + 773 >> 2 libsystem_c.dylib 0x9c6146fe start_wqthread + 30 >> >> Thread 0 crashed with X86 Thread State (32-bit): >> eax: 0x00000000 ebx: 0x000eb061 ecx: 0xbfffa85c edx: 0x91cd2332 >> edi: 0x002131db esi: 0x0c4baadd ebp: 0xbfffa878 esp: 0xbfffa85c >> ss: 0x00000023 efl: 0x00000286 eip: 0x91cd2332 cs: 0x0000000b >> ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f >> cr2: 0x002cbcb8 >> Logical CPU: 0 >> >> Binary Images: >> 0x1000 - 0x2caff7 +org.gnu.Aquamacs (3.xdev - 3.x.) >> <4E13D86E-5A1F-86F3-82D1-6662F92699C5> >> /Applications/Aquamacs.app/Contents/MacOS/Aquamacs >> 0x3660000 - 0x3669ff6 libcldcpuengine.dylib (2.0.19 - compatibility >> 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> >> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib >> 0x3670000 - 0x3672fff libCoreFSCache.dylib (??? - ???) >> <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib >> 0x36ac000 - 0x36acff7 +cl_kernels (??? - ???) >> <4D28E939-27E5-44BA-9A74-AF44684A923C> cl_kernels >> 0x36ae000 - 0x3756ff7 unorm8_bgra.dylib (2.0.19 - compatibility >> 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> >> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib >> 0x376b000 - 0x376cffd +cl_kernels (??? - ???) >> <FDF1689C-34C4-4AB3-BA51-11306BFED9BB> cl_kernels >> 0x37eb000 - 0x37ebffb +cl_kernels (??? - ???) >> <FA67EC90-67CC-4FF0-87DB-C151BAC02AA9> cl_kernels >> 0x9ecd000 - 0x9ecdff7 +cl_kernels (??? - ???) >> <3A265F79-F57A-497F-B182-887296BF303D> cl_kernels >> 0x9ed4000 - 0x9ed5ff1 +cl_kernels (??? - ???) >> <5CD356FD-F207-4CC4-BC3B-6165589402D0> cl_kernels >> 0xb68d000 - 0xb732ff7 unorm8_rgba.dylib (2.0.19 - compatibility >> 1.0.0) <58EF82E1-2227-38BD-B298-47BC1D149789> >> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib >> 0x8fec9000 - 0x8fefbaa7 dyld (195.6 - ???) >> <60FD3471-A1D7-342E-99A7-3EDECDAEC6EC> /usr/lib/dyld >> 0x90005000 - 0x9002efff com.apple.shortcut (2.1 - 2.1) >> <60000F49-6309-34B1-88A1-588DC566C8DF> >> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut >> 0x9002f000 - 0x90110ff7 com.apple.DiscRecording (6.0.4 - 6040.4.1) >> <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> >> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording >> 0x90111000 - 0x9012efff libresolv.9.dylib (46.1.0 - compatibility >> 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib >> 0x90143000 - 0x90187fff com.apple.MediaKit (12 - 602) >> <6E429DD7-8829-37DE-94AF-940FB70F2FB9> >> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit >> 0x90188000 - 0x901beff4 com.apple.LDAPFramework (3.2 - 120.2) >> <CCEB43CD-3861-33CC-8D9B-588F415A7028> >> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP >> 0x901bf000 - 0x901f3ff8 libssl.0.9.8.dylib (44.0.0 - compatibility >> 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib >> 0x901f4000 - 0x9021affb com.apple.quartzfilters (1.7.0 - 1.7.0) >> <64AB163E-7E91-3028-8730-BE11BC1F5237> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters >> 0x904d0000 - 0x904d3ffd libCoreVMClient.dylib (??? - ???) >> <B8F8916D-F12A-3D95-ABF3-999D57B7D581> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib >> 0x904d4000 - 0x904d7ff7 libmathCommon.A.dylib (2026.0.0 - compatibility >> 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> >> /usr/lib/system/libmathCommon.A.dylib >> 0x904da000 - 0x905ebff7 libJP2.dylib (??? - ???) >> <3B6A6D1C-5E4D-3814-892A-7C580E063268> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib >> 0x905ec000 - 0x906bcffb com.apple.ImageIO.framework (3.1.2 - 3.1.2) >> <C3CB142F-BE91-3AFA-B052-409F776C0B9E> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO >> 0x906c5000 - 0x906d3fff libdispatch.dylib (187.10.0 - compatibility >> 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> >> /usr/lib/system/libdispatch.dylib >> 0x906d4000 - 0x90736ff3 libstdc++.6.dylib (52.0.0 - compatibility >> 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib >> 0x90737000 - 0x907c4fe7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) >> <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib >> 0x907c5000 - 0x907d0ffe libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) >> <13FF02F8-7AF6-3E12-B183-9A725B526B50> /usr/lib/libbz2.1.0.dylib >> 0x907d1000 - 0x90867ff7 com.apple.LaunchServices (480.40 - 480.40) >> <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices >> 0x90868000 - 0x90882fff com.apple.Kerberos (1.0 - 1) >> <D7920A1C-FEC4-3460-8DD0-D02491578CBB> >> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos >> 0x90883000 - 0x90910ff7 com.apple.CoreText (220.22.0 - ???) >> <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText >> 0x90911000 - 0x90917ffb com.apple.print.framework.Print (7.4 - 247.3) >> <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print >> 0x90918000 - 0x90918fff libdnsinfo.dylib (395.11.0 - compatibility >> 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> >> /usr/lib/system/libdnsinfo.dylib >> 0x90919000 - 0x9092eff7 com.apple.ImageCapture (7.1.0 - 7.1.0) >> <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture >> 0x90c5f000 - 0x90d6ffe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) >> <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib >> 0x90d70000 - 0x90d73fff com.apple.AppleSystemInfo (1.0 - 1) >> <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> >> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo >> 0x90d74000 - 0x90d74fff com.apple.vecLib (3.7 - vecLib 3.7) >> <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> >> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib >> 0x90d75000 - 0x90fe9ff3 com.apple.CoreImage (7.99.1 - 1.0.1) >> <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage >> 0x90fea000 - 0x90feeff7 com.apple.OpenDirectory (10.7 - 146) >> <CFBA4CCF-65D4-3879-BC6A-8888C13E3345> >> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory >> 0x90fef000 - 0x910c6ff3 com.apple.avfoundation (2.0 - 180.50) >> <7B7FDF30-AC40-3715-A409-B5A27F7B5585> >> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation >> 0x910f5000 - 0x911cdff6 com.apple.QuickLookUIFramework (3.2 - 500.18) >> <CE281BD9-C1CF-3F87-BD22-412ED253580E> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI >> 0x911fa000 - 0x91203ffc com.apple.DisplayServicesFW (2.5.4 - 323.3) >> <820C4B45-814A-3101-A1FA-044CA6D2FBC8> >> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices >> 0x91204000 - 0x916e0ff6 libBLAS.dylib (??? - ???) >> <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib >> 0x916f5000 - 0x91799fff com.apple.QD (3.40 - ???) >> <3881BEC6-0908-3073-BA44-346356E1CDF9> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD >> 0x9179a000 - 0x917d0ff7 com.apple.AE (527.7 - 527.7) >> <7BAFBF18-3997-3656-9823-FD3B455056A4> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE >> 0x917d1000 - 0x917f3ffe com.apple.framework.familycontrols (3.0 - 300) >> <6735D7ED-7053-3AB8-B144-E7F70A124CCD> >> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls >> 0x91832000 - 0x91884ff7 libFontRegistry.dylib (??? - ???) >> <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib >> 0x91c11000 - 0x91c12fff libsystem_blocks.dylib (53.0.0 - compatibility >> 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> >> /usr/lib/system/libsystem_blocks.dylib >> 0x91c13000 - 0x91c1bff5 libcopyfile.dylib (85.1.0 - compatibility >> 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> >> /usr/lib/system/libcopyfile.dylib >> 0x91c1c000 - 0x91cb8fff com.apple.ink.framework (10.7.5 - 113) >> <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink >> 0x91cba000 - 0x91cd8ff7 libsystem_kernel.dylib (1699.32.7 - >> compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> >> /usr/lib/system/libsystem_kernel.dylib >> 0x91cdb000 - 0x91d19fff libRIP.A.dylib (600.0.0 - compatibility 64.0.0) >> <AF1174F9-4402-31EB-9C84-AB644E5865DF> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib >> 0x91e56000 - 0x91e73ff3 com.apple.openscripting (1.3.3 - ???) >> <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting >> 0x924c5000 - 0x924f8fef libtidy.A.dylib (??? - ???) >> <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib >> 0x92507000 - 0x92732ffb com.apple.QuartzComposer (5.0 - 236.10) >> <416993F4-2868-35FF-90DE-34C93D83574F> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer >> 0x92733000 - 0x9281bfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) >> <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib >> 0x9281c000 - 0x928b3ff3 com.apple.securityfoundation (5.0 - 55116) >> <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> >> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation >> 0x928b4000 - 0x932e5fff com.apple.WebCore (7534.57 - 7534.57.7) >> <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> >> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore >> 0x93395000 - 0x93399ffa libcache.dylib (47.0.0 - compatibility 1.0.0) >> <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib >> 0x933a5000 - 0x933e5ff7 libauto.dylib (??? - ???) >> <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib >> 0x933eb000 - 0x9343cff9 com.apple.ScalableUserInterface (1.0 - 1) >> <3C39DF4D-5CAE-373A-BE08-8CD16E514337> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface >> 0x9348d000 - 0x93550fff com.apple.CoreServices.OSServices (478.50 - >> 478.50) <916A3B50-1033-3FFE-A9AF-3CC2B0F60EAE> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices >> 0x93551000 - 0x9355cfff libkxld.dylib (??? - ???) >> <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib >> 0x9355d000 - 0x93564ff8 libCGXCoreImage.A.dylib (600.0.0 - >> compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib >> 0x93673000 - 0x93674ffd libCVMSPluginSupport.dylib (??? - ???) >> <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib >> 0x93675000 - 0x93677ff9 com.apple.securityhi (4.0 - 1) >> <8196A6AC-4F97-3DCB-8F09-AE8D983823DF> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI >> 0x936b4000 - 0x936beff2 com.apple.audio.SoundManager (3.9.4.1 - >> 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound >> 0x936eb000 - 0x93732ff5 com.apple.opencl (2.0.19 - 2.0.19) >> <7689E7B9-EE5A-3F74-8699-4CDED9162260> >> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL >> 0x93771000 - 0x93777fff libGFXShared.dylib (??? - ???) >> <9C9834EB-B794-38C8-9B90-31D8CB234F86> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib >> 0x93778000 - 0x9377fff7 libsystem_notify.dylib (80.1.0 - compatibility >> 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> >> /usr/lib/system/libsystem_notify.dylib >> 0x937bd000 - 0x93800ffd libcommonCrypto.dylib (55010.0.0 - >> compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> >> /usr/lib/system/libcommonCrypto.dylib >> 0x93801000 - 0x93900ffb com.apple.DiskImagesFramework (10.7.4 - 331.7) >> <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> >> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages >> 0x93901000 - 0x93901fff com.apple.Accelerate (1.7 - Accelerate 1.7) >> <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate >> 0x93902000 - 0x93ab6ff3 libicucore.A.dylib (46.1.0 - compatibility >> 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib >> 0x93bba000 - 0x93ebcfff com.apple.CoreServices.CarbonCore (960.25 - >> 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore >> 0x93ec8000 - 0x93f3efff com.apple.Metadata (10.7.0 - 627.37) >> <F54AED70-95C5-3561-8C87-D9E5539E98A4> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata >> 0x93f3f000 - 0x94333feb com.apple.VideoToolbox (1.0 - 705.94) >> <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> >> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox >> 0x94334000 - 0x94337ff7 libcompiler_rt.dylib (6.0.0 - compatibility >> 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> >> /usr/lib/system/libcompiler_rt.dylib >> 0x94338000 - 0x94338fff com.apple.Cocoa (6.6 - ???) >> <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> >> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa >> 0x94648000 - 0x9465fff8 com.apple.CoreMediaAuthoring (2.0 - 891) >> <69D569FD-670C-3BD0-94BF-7A8954AA2953> >> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring >> 0x946d0000 - 0x946d5ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) >> <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib >> 0x946d6000 - 0x947c6ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) >> <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib >> 0x947c7000 - 0x9483bfff com.apple.CoreSymbolication (2.2 - 73.2) >> <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> >> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication >> 0x9483c000 - 0x9483cfff com.apple.Carbon (153 - 153) >> <13CB5B39-BBDB-397B-A4F2-69773047D092> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon >> 0x94843000 - 0x94846ff9 libCGXType.A.dylib (600.0.0 - compatibility >> 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib >> 0x94847000 - 0x94871ff1 com.apple.CoreServicesInternal (113.19 - >> 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> >> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal >> 0x948e5000 - 0x9490aff9 libJPEG.dylib (??? - ???) >> <743578F6-8C0C-39CC-9F15-3A01E1616EAE> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib >> 0x9490b000 - 0x9490ffff com.apple.CommonPanels (1.2.5 - 94) >> <EA47550D-7DAF-30D9-91DB-1FB594CC8522> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels >> 0x94910000 - 0x94a3cff9 com.apple.CFNetwork (520.5.1 - 520.5.1) >> <F3C606BF-6DCF-33CD-981B-7253C9E3113A> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork >> 0x94a82000 - 0x94a83ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) >> <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib >> 0x94a84000 - 0x94aaffff com.apple.GSS (2.2 - 2.0) >> <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> >> /System/Library/Frameworks/GSS.framework/Versions/A/GSS >> 0x94ab0000 - 0x94aedff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) >> <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib >> 0x94b09000 - 0x94b09fff libOpenScriptingUtil.dylib (??? - ???) >> <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib >> 0x94b16000 - 0x94b24fff com.apple.opengl (1.8.1 - 1.8.1) >> <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL >> 0x94b25000 - 0x94b47ff8 com.apple.PerformanceAnalysis (1.11 - 11) >> <453463FF-7C42-3526-8C96-A9971EE07154> >> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis >> 0x94ba2000 - 0x94babff3 com.apple.CommonAuth (2.2 - 2.0) >> <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> >> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth >> 0x94baf000 - 0x94bbdfff libz.1.dylib (1.2.5 - compatibility 1.0.0) >> <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib >> 0x94bbe000 - 0x94c19ff3 com.apple.Symbolication (1.3 - 91) >> <B5A9433A-0915-343A-90FF-5C469D4DC508> >> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication >> 0x94c1a000 - 0x94c20ffd com.apple.CommerceCore (1.0 - 17) >> <E59CD307-58E2-35FD-9131-B38978799910> >> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore >> 0x94d81000 - 0x94e08fff com.apple.print.framework.PrintCore (7.1 - >> 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore >> 0x94e09000 - 0x94e0aff7 libquarantine.dylib (36.7.0 - compatibility >> 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> >> /usr/lib/system/libquarantine.dylib >> 0x951b3000 - 0x95215ffb com.apple.datadetectorscore (3.0 - 179.4) >> <3A418498-C189-37A1-9B86-F0ECB33AD91C> >> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore >> 0x95216000 - 0x9527bff7 libvDSP.dylib (325.4.0 - compatibility 1.0.0) >> <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib >> 0x9527c000 - 0x952d9ffb com.apple.htmlrendering (76 - 1.1.4) >> <409EF0CB-2997-369A-9326-BE12436B9EE1> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering >> 0x952eb000 - 0x95349ff7 com.apple.coreui (1.2.2 - 165.11) >> <340B0B83-1407-3AB4-BCAB-505C29303EE2> >> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI >> 0x9534a000 - 0x9574cff6 libLAPACK.dylib (??? - ???) >> <00BE0221-8564-3F87-9F6B-8A910CF2F141> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib >> 0x9574d000 - 0x95750ffc libpam.2.dylib (3.0.0 - compatibility 3.0.0) >> <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib >> 0x958e8000 - 0x958efffd com.apple.NetFS (4.0 - 4.0) >> <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> >> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS >> 0x958f0000 - 0x9591eff7 com.apple.DictionaryServices (1.2.1 - 158.3) >> <8D03D180-D834-39F3-A106-78E0B22A7893> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices >> 0x9592e000 - 0x95939ffe com.apple.NetAuth (3.2 - 3.2) >> <4377FB18-A550-35C6-BCD2-71C42134EEA6> >> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth >> 0x9593a000 - 0x9593efff libGIF.dylib (??? - ???) >> <2ADFED97-2228-343D-9A53-207CBFDE7984> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib >> 0x9593f000 - 0x95a37ff7 libFontParser.dylib (??? - ???) >> <71B33EB1-27F8-3C68-B940-FC61A3CFE275> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib >> 0x95b85000 - 0x95ecbfff com.apple.MediaToolbox (1.0 - 705.94) >> <89D37021-C389-3CC5-A158-620ADCBD99EF> >> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox >> 0x95ecc000 - 0x95ef4ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) >> <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib >> 0x95f27000 - 0x95f37ff7 libCRFSuite.dylib (??? - ???) >> <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib >> 0x95f38000 - 0x95fa7fff com.apple.Heimdal (2.2 - 2.0) >> <2E1B8779-36D4-3C62-A67E-0034D77D7707> >> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal >> 0x960a0000 - 0x960a9fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) >> <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib >> 0x960aa000 - 0x96134ffb com.apple.SearchKit (1.4.0 - 1.4.0) >> <CF074082-64AB-3A1F-831E-582DF1667827> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit >> 0x96135000 - 0x96146fff libbsm.0.dylib (??? - ???) >> <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib >> 0x96147000 - 0x96265fec com.apple.vImage (5.1 - 5.1) >> <7757F253-B281-3612-89D4-F2B04061CBE1> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage >> 0x96266000 - 0x9626aff3 libsystem_network.dylib (??? - ???) >> <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> >> /usr/lib/system/libsystem_network.dylib >> 0x9632e000 - 0x967a3ff7 FaceCoreLight (1.4.7 - compatibility 1.0.0) >> <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> >> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight >> 0x967c9000 - 0x967defff com.apple.speech.synthesis.framework (4.0.74 - >> 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis >> 0x967df000 - 0x969fbff7 com.apple.imageKit (2.1.2 - 1.0) >> <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit >> 0x969fc000 - 0x96a74ff8 com.apple.CorePDF (3.1 - 3.1) >> <0074267B-F74A-30FC-8508-A14C821F0771> >> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF >> 0x96a79000 - 0x96a95ff1 libPng.dylib (??? - ???) >> <F084226B-14F0-36C0-B5EC-22C78406D2B6> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib >> 0x96a96000 - 0x96a97fff com.apple.TrustEvaluationAgent (2.0 - 1) >> <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> >> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent >> 0x96aa9000 - 0x96b11fff libc++.1.dylib (28.4.0 - compatibility 1.0.0) >> <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib >> 0x96b64000 - 0x96b80ff5 com.apple.GenerationalStorage (1.0 - 126.1) >> <E622F823-7D98-3D13-9C3D-7EA482567394> >> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage >> 0x96b81000 - 0x96e2efff com.apple.JavaScriptCore (7534.57 - 7534.57.3) >> <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> >> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore >> 0x96e2f000 - 0x96e78ff7 libGLU.dylib (??? - ???) >> <9AF7AD51-16E3-3674-B60E-30EE499D7B46> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib >> 0x96e7c000 - 0x97186ff3 com.apple.Foundation (6.7.2 - 833.25) >> <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> >> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation >> 0x971bf000 - 0x971c7ff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) >> <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib >> 0x971cf000 - 0x971d2ffb com.apple.help (1.3.2 - 42) >> <B1E6701C-7473-30B2-AB5A-AFC9A4823694> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help >> 0x971db000 - 0x971fefff com.apple.CoreVideo (1.7 - 70.3) >> <4234C11C-E8E9-309A-9465-27D6D7458895> >> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo >> 0x97215000 - 0x97215fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) >> <2E71E880-25D1-3210-8D26-21EC47ED810C> >> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit >> 0x97216000 - 0x9721efff com.apple.DiskArbitration (2.4.1 - 2.4.1) >> <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> >> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration >> 0x9721f000 - 0x97261ff7 com.apple.CoreMedia (1.0 - 705.94) >> <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> >> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia >> 0x97262000 - 0x97270ff7 libxar-nossl.dylib (??? - ???) >> <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib >> 0x972c0000 - 0x972d4fff com.apple.CFOpenDirectory (10.7 - 146) >> <982C417B-5A0F-3DD6-AB50-7E8273A80B38> >> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory >> 0x972d5000 - 0x972d5ff0 com.apple.ApplicationServices (41 - 41) >> <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices >> 0x972d6000 - 0x975b0ff7 com.apple.RawCamera.bundle (4.00 - 658) >> <F72D5DF2-406B-3310-AC16-F0AB434237DE> >> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera >> 0x975b1000 - 0x975befff libGL.dylib (??? - ???) >> <A72F14F7-1836-34AB-9F08-67836CB966E4> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib >> 0x975c8000 - 0x9771efff com.apple.audio.toolbox.AudioToolbox (1.7.3 - >> 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> >> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox >> 0x9771f000 - 0x977dfffb com.apple.ColorSync (4.7.4 - 4.7.4) >> <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync >> 0x97817000 - 0x979eefe7 com.apple.CoreFoundation (6.7.2 - 635.21) >> <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> >> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation >> 0x97c18000 - 0x97c1cffd IOSurface (??? - ???) >> <EDDBEE65-1EB8-33A7-9972-E361A3508234> >> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface >> 0x97c1d000 - 0x97d2cff7 com.apple.DesktopServices (1.6.5 - 1.6.5) >> <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> >> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv >> 0x97d2d000 - 0x97d2dffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) >> <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib >> 0x97d2e000 - 0x9865972b com.apple.CoreGraphics (1.600.0 - ???) >> <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics >> 0x986a6000 - 0x986c6ff7 com.apple.RemoteViewServices (1.5 - 44.2) >> <11C87337-FF29-3976-A230-6387D96563C5> >> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices >> 0x98753000 - 0x98755ffb libRadiance.dylib (??? - ???) >> <4721057E-5A1F-3083-911B-200ED1CE7678> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib >> 0x98759000 - 0x98788ff7 libsystem_info.dylib (??? - ???) >> <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib >> 0x98789000 - 0x9921eff6 com.apple.AppKit (6.7.5 - 1138.51) >> <B9D3DCA0-9765-354E-9730-75A45A97DDFD> >> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit >> 0x99f71000 - 0x99f7efff com.apple.HelpData (2.1.2 - 72.2) >> <330C6B7F-2512-37B7-B2FF-24E1804E9426> >> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData >> 0x99f7f000 - 0x9a177ff7 com.apple.CoreData (104.1 - 358.14) >> <C1730963-F75D-3338-B65F-D50235538B28> >> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData >> 0x9a178000 - 0x9a188fff libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) >> <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib >> 0x9a2d1000 - 0x9a321ffa libTIFF.dylib (??? - ???) >> <9511A31E-070C-313E-8320-AAB683AD0653> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib >> 0x9a322000 - 0x9a323ff7 libsystem_sandbox.dylib (??? - ???) >> <26960D2B-BEA6-3B3B-9BC7-D73437EF4149> >> /usr/lib/system/libsystem_sandbox.dylib >> 0x9a324000 - 0x9a3faaab libobjc.A.dylib (228.0.0 - compatibility 1.0.0) >> <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib >> 0x9a3fb000 - 0x9a3fdff7 libdyld.dylib (195.6.0 - compatibility 1.0.0) >> <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib >> 0x9a3fe000 - 0x9a47bfff com.apple.PDFKit (2.6.5 - 2.6.5) >> <9AA55EFF-CFD5-3CC2-ACB8-C554898D872F> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit >> 0x9a47c000 - 0x9a701fe3 com.apple.QuickTime (7.7.1 - 2340) >> <76E45D49-3D4F-32AB-A411-E52C22FA24C8> >> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime >> 0x9a702000 - 0x9a702ff2 com.apple.CoreServices (53 - 53) >> <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> >> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices >> 0x9a703000 - 0x9a713fff com.apple.LangAnalysis (1.7.0 - 1.7.0) >> <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis >> 0x9a714000 - 0x9a71fffb com.apple.speech.recognition.framework (4.0.21 >> - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition >> 0x9a79f000 - 0x9a7aaff3 libCSync.A.dylib (600.0.0 - compatibility >> 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib >> 0x9a7ab000 - 0x9ae37ff5 com.apple.CoreAUC (6.16.12 - 6.16.12) >> <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> >> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC >> 0x9ae38000 - 0x9ae79ff9 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) >> <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib >> 0x9ae7a000 - 0x9aed3fff com.apple.HIServices (1.21 - ???) >> <91EC636D-AC27-3332-BA1C-FD7301917429> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices >> 0x9aed4000 - 0x9aed5fff libDiagnosticMessagesClient.dylib (??? - ???) >> <DB3889C2-2FC2-3087-A2A2-4C319455E35C> >> /usr/lib/libDiagnosticMessagesClient.dylib >> 0x9aed6000 - 0x9af1eff7 com.apple.SystemConfiguration (1.11.3 - 1.11) >> <68B92FEA-F754-3E7E-B5E6-D512E26144E7> >> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration >> 0x9af1f000 - 0x9b036fe9 com.apple.WebKit (7534.57 - 7534.57.7) >> <85DAC34E-86A1-380F-B166-56630C9B0BD5> >> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit >> 0x9b0b7000 - 0x9b0b7fff com.apple.quartzframework (1.5 - 1.5) >> <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> >> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz >> 0x9b0b8000 - 0x9b0b8fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) >> <22997C20-BEB7-301D-86C5-5BFB3B06D212> >> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib >> 0x9b979000 - 0x9b9a7fe7 libSystem.B.dylib (159.1.0 - compatibility >> 1.0.0) <0D8984D3-BFCF-35A7-AA71-BEDC92126B7E> /usr/lib/libSystem.B.dylib >> 0x9ba17000 - 0x9ba68ff9 com.apple.QuickLookFramework (3.2 - 500.18) >> <CF3EF345-EA3E-3C2D-B56D-E4433326254A> >> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook >> 0x9ba69000 - 0x9baa6fef libGLImage.dylib (??? - ???) >> <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> >> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib >> 0x9baa7000 - 0x9bd76ffb com.apple.security (7.0 - 55148.6) >> <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> >> /System/Library/Frameworks/Security.framework/Versions/A/Security >> 0x9bd77000 - 0x9bddbfff com.apple.framework.IOKit (2.0 - ???) >> <94827954-5906-36C4-819B-24CDAFD85C72> >> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit >> 0x9bddc000 - 0x9c122ff3 com.apple.HIToolbox (1.9 - ???) >> <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox >> 0x9c123000 - 0x9c124ff4 libremovefile.dylib (21.1.0 - compatibility >> 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> >> /usr/lib/system/libremovefile.dylib >> 0x9c13e000 - 0x9c168ff0 libpcre.0.dylib (1.1.0 - compatibility 1.0.0) >> <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib >> 0x9c169000 - 0x9c1e4ffb com.apple.ApplicationServices.ATS (317.12.0 - >> ???) <4D124B65-3D43-32E9-B296-3671347BB888> >> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS >> 0x9c1e5000 - 0x9c1edff3 liblaunch.dylib (392.39.0 - compatibility >> 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> >> /usr/lib/system/liblaunch.dylib >> 0x9c1ee000 - 0x9c21fff7 libncurses.5.4.dylib (5.4.0 - compatibility >> 5.4.0) <F443C643-8CA3-3471-A858-C9085E66146C> /usr/lib/libncurses.5.4.dylib >> 0x9c221000 - 0x9c384fff com.apple.QTKit (7.7.1 - 2339) >> <163FBDDD-0458-378F-84DD-CB0F603A259E> >> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit >> 0x9c385000 - 0x9c38cff9 libsystem_dnssd.dylib (??? - ???) >> <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib >> 0x9c564000 - 0x9c5b3ffb com.apple.AppleVAFramework (5.0.16 - 5.0.16) >> <1188E7AB-76FE-343F-9108-30CD67E5A37B> >> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA >> 0x9c5b4000 - 0x9c67ffff libsystem_c.dylib (763.13.0 - compatibility >> 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> >> /usr/lib/system/libsystem_c.dylib >> 0x9c680000 - 0x9c681fff liblangid.dylib (??? - ???) >> <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib >> 0x9c682000 - 0x9c7e4ffb com.apple.QuartzCore (1.7 - 270.5) >> <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> >> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore >> 0x9c7e5000 - 0x9cba0ffb com.apple.SceneKit (125.3 - 125.8) >> <89008B87-87E7-3972-A274-30311497EE32> >> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit >> 0x9cba1000 - 0x9cc84ff7 libcrypto.0.9.8.dylib (44.0.0 - compatibility >> 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib >> 0x9cc85000 - 0x9cc9bffe libxpc.dylib (77.19.0 - compatibility 1.0.0) >> <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib >> 0x9cc9c000 - 0x9ccefff3 com.apple.ImageCaptureCore (3.1.0 - 3.1.0) >> <F7ACE42B-2F58-3642-9469-9CDCF31F0273> >> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore >> 0x9ccf0000 - 0x9cd03ff8 com.apple.MultitouchSupport.framework (231.4 - >> 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> >> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport >> 0x9cd22000 - 0x9cd59fef com.apple.DebugSymbols (2.1 - 87) >> <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> >> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols >> 0x9cd5a000 - 0x9cdbbffb com.apple.audio.CoreAudio (4.0.3 - 4.0.3) >> <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> >> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio >> 0x9ce45000 - 0x9ce85ff7 com.apple.NavigationServices (3.7 - 193) >> <16A8BCC8-7343-3A90-88B3-AAA334DF615F> >> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices >> 0x9ce86000 - 0x9ced8ffb com.apple.CoreMediaIO (216.0 - 3199.8) >> <A079E576-64FD-3069-846E-F3B67AF28E15> >> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO >> >> External Modification Summary: >> Calls made by other processes targeting this process: >> task_for_pid: 21 >> 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: 40836 >> thread_create: 1 >> thread_set_state: 0 >> >> VM Region Summary: >> ReadOnly portion of Libraries: Total=187.3M resident=59.8M(32%) >> swapped_out_or_unallocated=127.5M(68%) >> Writable regions: Total=153.7M written=35.3M(23%) resident=54.5M(35%) >> swapped_out=12K(0%) unallocated=99.2M(65%) >> >> REGION TYPE VIRTUAL >> =========== ======= >> ATS (font support) 31.9M >> ATS (font support) (reserved) 4K reserved VM address >> space (unallocated) >> CG backing stores 12.0M >> CG image 12K >> CG raster data 824K >> CG shared images 3536K >> CoreGraphics 8K >> CoreImage 72K >> CoreServices 6380K >> MALLOC 65.4M >> MALLOC guard page 64K >> Memory tag=240 4K >> Memory tag=242 12K >> OpenCL 52K >> Stack 66.0M >> VM_ALLOCATE 17.1M >> __CI_BITMAP 80K >> __DATA 29.8M >> __DATA/__OBJC 140K >> __IMAGE 528K >> __IMPORT 4K >> __LINKEDIT 44.6M >> __OBJC 2668K >> __PAGEZERO 4K >> __TEXT 142.7M >> __UNICODE 544K >> mapped file 110.0M >> shared memory 8092K >> shared pmap 7184K >> =========== ======= >> TOTAL 549.0M >> TOTAL, minus reserved VM space 549.0M >> >> -- >> You received this message because you are subscribed to the Google Groups "aquamacs-devel" group. >> To unsubscribe from this group and stop receiving emails from it, send an email to aquamacs-devel+unsubscribe <at> googlegroups.com. >> >> > > >
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs
.
(Fri, 25 Dec 2015 23:48:02 GMT) Full text and rfc822 format available.Message #14 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: Lars Ingebrigtsen <larsi <at> gnus.org> To: David Reitter <david.reitter <at> gmail.com> Cc: robert goldman <rpgoldman <at> sift.info>, 14319 <at> debbugs.gnu.org Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Sat, 26 Dec 2015 00:46:57 +0100
David Reitter <david.reitter <at> gmail.com> writes: > X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info> > > I received the crash report below from a user. > After some inspection, I think this happens in ns_select (nsterm:3748): > > if (++apploopnr != 1) > { > emacs_abort (); > } > > The code below actually reproduces a crash similar to this (when opening a menu after evaluating the code), even though I have no idea where actual code would do such a thing. I think the reporting user has SLIME installed. > > (define-key-after menu-bar-file-menu [kill-buffer] > `(menu-item "test" > 'test-menu > :enable (accept-process-output (first (process-list)) 0 100)) > 'separator-save) Is this still a problem in Emacs 25? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs
.
(Sat, 26 Dec 2015 00:34:02 GMT) Full text and rfc822 format available.Message #17 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: David Reitter <david.reitter <at> gmail.com> To: Lars Ingebrigtsen <larsi <at> gnus.org> Cc: robert goldman <rpgoldman <at> sift.info>, "14319 <at> debbugs.gnu.org" <14319 <at> debbugs.gnu.org> Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Fri, 25 Dec 2015 19:33:15 -0500
[Message part 1 (text/plain, inline)]
I will see if I can reproduce it once I get back to a real computer in January. On Friday, December 25, 2015, Lars Ingebrigtsen <larsi <at> gnus.org> wrote: > David Reitter <david.reitter <at> gmail.com <javascript:;>> writes: > > > X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info <javascript:;>> > > > > I received the crash report below from a user. > > After some inspection, I think this happens in ns_select (nsterm:3748): > > > > if (++apploopnr != 1) > > { > > emacs_abort (); > > } > > > > The code below actually reproduces a crash similar to this (when opening > a menu after evaluating the code), even though I have no idea where actual > code would do such a thing. I think the reporting user has SLIME installed. > > > > (define-key-after menu-bar-file-menu [kill-buffer] > > `(menu-item "test" > > 'test-menu > > :enable (accept-process-output (first (process-list)) 0 100)) > > 'separator-save) > > Is this still a problem in Emacs 25? > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no >
[Message part 2 (text/html, inline)]
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs
.
(Fri, 08 Jan 2016 14:15:01 GMT) Full text and rfc822 format available.Message #20 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: David Reitter <david.reitter <at> gmail.com> To: "14319 <at> debbugs.gnu.org" <14319 <at> debbugs.gnu.org> Cc: Lars Ingebrigtsen <larsi <at> gnus.org>, robert goldman <rpgoldman <at> sift.info> Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Fri, 8 Jan 2016 09:13:56 -0500
This no longer reproduces (with an R process as the first in process-list). The bug may have been fixed. > On Dec 25, 2015, at 7:33 PM, David Reitter <david.reitter <at> gmail.com> wrote: > > I will see if I can reproduce it once I get back to a real computer in January. > > On Friday, December 25, 2015, Lars Ingebrigtsen <larsi <at> gnus.org> wrote: > David Reitter <david.reitter <at> gmail.com> writes: > > > X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info> > > > > I received the crash report below from a user. > > After some inspection, I think this happens in ns_select (nsterm:3748): > > > > if (++apploopnr != 1) > > { > > emacs_abort (); > > } > > > > The code below actually reproduces a crash similar to this (when opening a menu after evaluating the code), even though I have no idea where actual code would do such a thing. I think the reporting user has SLIME installed. > > > > (define-key-after menu-bar-file-menu [kill-buffer] > > `(menu-item "test" > > 'test-menu > > :enable (accept-process-output (first (process-list)) 0 100)) > > 'separator-save) > > Is this still a problem in Emacs 25? > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no
David Reitter <david.reitter <at> gmail.com>
:David Reitter <david.reitter <at> gmail.com>
:Message #25 received at 14319-done <at> debbugs.gnu.org (full text, mbox):
From: David Reitter <david.reitter <at> gmail.com> To: 14319-done <at> debbugs.gnu.org Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Sun, 10 Jan 2016 17:46:14 -0500
Closing this bug - the problem no longer reproduces.
bug-gnu-emacs <at> gnu.org
:bug#14319
; Package emacs
.
(Mon, 11 Jan 2016 03:50:02 GMT) Full text and rfc822 format available.Message #28 received at 14319 <at> debbugs.gnu.org (full text, mbox):
From: Richard Stallman <rms <at> gnu.org> To: David Reitter <david.reitter <at> gmail.com> Cc: david.reitter <at> gmail.com, 14319 <at> debbugs.gnu.org Subject: Re: bug#14319: Abort in ns_select - `accept-process-output' in menu Date: Sun, 10 Jan 2016 22:48:58 -0500
[[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > Closing this bug - the problem no longer reproduces. When physical bugs reproduce, it is a pain in the neck. The thought that software bugs could reproduce is frightening ;-{. -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html.
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Mon, 08 Feb 2016 12:24:03 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.