* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL [not found] <DD8A0434-295D-4608-A17A-978A7CCBCFEA@univie.ac.at> @ 2013-12-09 22:54 ` David Reitter 2013-12-10 3:45 ` Eli Zaretskii 0 siblings, 1 reply; 8+ messages in thread From: David Reitter @ 2013-12-09 22:54 UTC (permalink / raw) To: 16096; +Cc: konrad podczeck X-Debbugs-CC: Konrad Podczeck <konrad.podczeck@univie.ac.at> Given the activity in bidi, I thought I'd forward this crash report. bidi_initialize+126 resolves as follows in this binary: (lldb) image lookup --address bidi_initialize+126 Address: Aquamacs[0x00000001000efa4e] (Aquamacs.__TEXT.__text + 971166) Summary: Aquamacs`bidi_initialize + 126 at bidi.c:766 I.e., uniprop_table (intern ("mirroring")) seems to have returned NIL. The last merged change in bidi.c is Author: Paul Eggert <eggert@cs.ucla.edu> Date: Tue Sep 17 00:06:42 2013 -0700 Don't overuse 'const' in types of locals. I have no further information about this crash. Begin forwarded message: > From: Konrad Podczeck <konrad.podczeck@univie.ac.at> > Subject: 24.3.50; Crash in bidi_initialize + 126 / Fselect_frame + 41 > Date: December 9, 2013 at 2:20:58 PM EST > To: aquamacs-bugs@aquamacs.org > > > Enter your bug report here. > > > > In GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00) > of 2013-12-09 on watson.local - Aquamacs Distribution 3.0preview > Windowing system distributor `Apple', version 10.3.1138 > Configured using: > `configure --with-ns --without-x 'CFLAGS=-arch x86_64 -g -O0 > -mmacosx-version-min=10.6' 'LDFLAGS=-arch x86_64 -g -O0 > -mmacosx-version-min=10.6'' > > Important settings: > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > > Command line: (/Users/konradpodczeck/Downloads/Aquamacs.app/Contents/MacOS/Aquamacs -psn_0_815303) > > PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin:/usr/local/texlive/2010basic/bin:/usr/local/texlive/2010/bin:/usr/local/texlive/2009basic/bin:/usr/local/texlive/2009/bin > > exec-path: (/usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /usr/X11/bin /usr/local/MacGPG2/bin /usr/texbin /usr/bin /bin /usr/sbin /sbin /Users/konradpodczeck/Downloads/Aquamacs.app/Contents/MacOS/libexec /Users/konradpodczeck/Downloads/Aquamacs.app/Contents/MacOS/bin /usr/local/texlive/2010basic/bin /usr/local/texlive/2010/bin /usr/local/texlive/2009basic/bin /usr/local/texlive/2009/bin) > > Process: Aquamacs [1651] > Path: /Users/USER/Desktop/Aquamacs.app/Contents/MacOS/Aquamacs > Identifier: org.gnu.Aquamacs > Version: 3.0preview (3.0preview.1386016880) > Code Type: X86-64 (Native) > Parent Process: launchd [128] > > Date/Time: 2013-12-09 17:12:30.176 +0100 > 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[1651]: garbage collection is OFF > > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread > 0 libsystem_kernel.dylib 0x00007fff97e7082a __kill + 10 > 1 org.gnu.Aquamacs 0x00000001001197c3 terminate_due_to_signal + 259 > 2 org.gnu.Aquamacs 0x0000000100144773 emacs_abort + 19 > 3 org.gnu.Aquamacs 0x000000010028c3e0 ns_term_shutdown + 176 > 4 org.gnu.Aquamacs 0x0000000100119ab5 shut_down_emacs + 373 > 5 org.gnu.Aquamacs 0x0000000100119753 terminate_due_to_signal + 147 > 6 org.gnu.Aquamacs 0x0000000100144773 emacs_abort + 19 > 7 org.gnu.Aquamacs 0x00000001000efabe bidi_initialize + 126 > 8 org.gnu.Aquamacs 0x00000001000ef85d bidi_init_it + 45 > 9 org.gnu.Aquamacs 0x0000000100030085 init_iterator + 5173 > 10 org.gnu.Aquamacs 0x0000000100037e79 resize_mini_window + 857 > 11 org.gnu.Aquamacs 0x00000001000148e8 do_switch_frame + 744 > 12 org.gnu.Aquamacs 0x0000000100014d49 Fselect_frame + 41 > 13 org.gnu.Aquamacs 0x000000010009133b select_frame_norecord + 59 > 14 org.gnu.Aquamacs 0x0000000100090ffd run_window_configuration_change_hook + 333 > 15 org.gnu.Aquamacs 0x0000000100007d1a change_frame_size_1 + 1066 > 16 org.gnu.Aquamacs 0x00000001000078df change_frame_size + 95 > 17 org.gnu.Aquamacs 0x000000010000784c do_pending_window_change + 268 > 18 org.gnu.Aquamacs 0x000000010001b522 x_set_scroll_bar_width + 130 > 19 org.gnu.Aquamacs 0x0000000100018f3c x_set_frame_parameters + 1692 > 20 org.gnu.Aquamacs 0x000000010001c60f x_default_parameter + 143 > 21 org.gnu.Aquamacs 0x00000001002ac230 Fx_create_frame + 4496 > 22 org.gnu.Aquamacs 0x00000001001dd979 Ffuncall + 1033 > 23 org.gnu.Aquamacs 0x00000001002363c7 exec_byte_code + 3799 > 24 org.gnu.Aquamacs 0x00000001001deea1 funcall_lambda + 1489 > 25 org.gnu.Aquamacs 0x00000001001ddba1 Ffuncall + 1585 > 26 org.gnu.Aquamacs 0x00000001002363c7 exec_byte_code + 3799 > 27 org.gnu.Aquamacs 0x00000001001deea1 funcall_lambda + 1489 > 28 org.gnu.Aquamacs 0x00000001001ddba1 Ffuncall + 1585 > 29 org.gnu.Aquamacs 0x00000001002363c7 exec_byte_code + 3799 > 30 org.gnu.Aquamacs 0x00000001001deea1 funcall_lambda + 1489 > 31 org.gnu.Aquamacs 0x00000001001ddba1 Ffuncall + 1585 > 32 org.gnu.Aquamacs 0x00000001002363c7 exec_byte_code + 3799 > 33 org.gnu.Aquamacs 0x00000001001deac4 funcall_lambda + 500 > 34 org.gnu.Aquamacs 0x00000001001ddba1 Ffuncall + 1585 > 35 org.gnu.Aquamacs 0x00000001002363c7 exec_byte_code + 3799 > 36 org.gnu.Aquamacs 0x00000001001deac4 funcall_lambda + 500 > 37 org.gnu.Aquamacs 0x00000001001dceb6 apply_lambda + 438 > 38 org.gnu.Aquamacs 0x00000001001d8703 eval_sub + 2419 > 39 org.gnu.Aquamacs 0x00000001001dca27 Feval + 151 > 40 org.gnu.Aquamacs 0x0000000100137621 top_level_2 + 33 > 41 org.gnu.Aquamacs 0x00000001001db589 internal_condition_case + 441 > 42 org.gnu.Aquamacs 0x00000001001375a7 top_level_1 + 71 > 43 org.gnu.Aquamacs 0x00000001001dab71 internal_catch + 401 > 44 org.gnu.Aquamacs 0x000000010011cda7 command_loop + 151 > 45 org.gnu.Aquamacs 0x000000010011cc94 recursive_edit_1 + 132 > 46 org.gnu.Aquamacs 0x000000010011cf70 Frecursive_edit + 320 > 47 org.gnu.Aquamacs 0x000000010011b02d main + 5389 > 48 org.gnu.Aquamacs 0x0000000100002954 start + 52 > > Thread 1:: Dispatch queue: com.apple.libdispatch-manager > 0 libsystem_kernel.dylib 0x00007fff97e717e6 kevent + 10 > 1 libdispatch.dylib 0x00007fff8e666786 _dispatch_mgr_invoke + 923 > 2 libdispatch.dylib 0x00007fff8e665316 _dispatch_mgr_thread + 54 > > Thread 2: > 0 libsystem_kernel.dylib 0x00007fff97e71192 __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x00007fff929e9594 _pthread_wqthread + 758 > 2 libsystem_c.dylib 0x00007fff929eab85 start_wqthread + 13 > > Thread 3: > 0 libsystem_kernel.dylib 0x00007fff97e71192 __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x00007fff929e9594 _pthread_wqthread + 758 > 2 libsystem_c.dylib 0x00007fff929eab85 start_wqthread + 13 > > Thread 4: > 0 libsystem_kernel.dylib 0x00007fff97e70df2 __select + 10 > 1 org.gnu.Aquamacs 0x000000010028f054 -[EmacsApp fd_handler:] + 276 > 2 com.apple.Foundation 0x00007fff93a7072a -[NSThread main] + 68 > 3 com.apple.Foundation 0x00007fff93a706a2 __NSThread__main__ + 1575 > 4 libsystem_c.dylib 0x00007fff929e78bf _pthread_start + 335 > 5 libsystem_c.dylib 0x00007fff929eab75 thread_start + 13 > > Thread 5: > 0 libsystem_kernel.dylib 0x00007fff97e71192 __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x00007fff929e9594 _pthread_wqthread + 758 > 2 libsystem_c.dylib 0x00007fff929eab85 start_wqthread + 13 > > Thread 6: > 0 libsystem_kernel.dylib 0x00007fff97e71192 __workq_kernreturn + 10 > 1 libsystem_c.dylib 0x00007fff929e9594 _pthread_wqthread + 758 > 2 libsystem_c.dylib 0x00007fff929eab85 start_wqthread + 13 > > Thread 0 crashed with X86 Thread State (64-bit): > rax: 0x0000000000000000 rbx: 0x0000000101882801 rcx: 0x00007fff5fbfb688 rdx: 0x0000000000000000 > rdi: 0x0000000000000673 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfb6c0 rsp: 0x00007fff5fbfb688 > r8: 0x000000000000000f r9: 0x0000000000000010 r10: 0x00007fff97e70d0a r11: 0x0000000000000206 > r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 > rip: 0x00007fff97e7082a rfl: 0x0000000000000206 cr2: 0x0000000030aba000 > Logical CPU: 0 > > Binary Images: > 0x100000000 - 0x10034dfff +org.gnu.Aquamacs (3.0preview - 3.0preview.1386016880) <EC35F2FE-666E-3AC7-8BD6-ED366A725097> /Users/USER/Desktop/Aquamacs.app/Contents/MacOS/Aquamacs > 0x7fff69638000 - 0x7fff6966cbaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld > 0x7fff8cca7000 - 0x7fff8cce7ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib > 0x7fff8cdf7000 - 0x7fff8cff9fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib > 0x7fff8d02b000 - 0x7fff8d042fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport > 0x7fff8d043000 - 0x7fff8d044ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib > 0x7fff8d084000 - 0x7fff8d0c3fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE > 0x7fff8d0c4000 - 0x7fff8d115ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO > 0x7fff8d116000 - 0x7fff8d164fff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib > 0x7fff8d73c000 - 0x7fff8d9adfff com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer > 0x7fff8d9bf000 - 0x7fff8da42fef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata > 0x7fff8da43000 - 0x7fff8e3e1a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics > 0x7fff8e3e2000 - 0x7fff8e40dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib > 0x7fff8e40e000 - 0x7fff8e4a4ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib > 0x7fff8e4a5000 - 0x7fff8e505fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib > 0x7fff8e5f9000 - 0x7fff8e5fbfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent > 0x7fff8e663000 - 0x7fff8e671fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib > 0x7fff8e672000 - 0x7fff8e696fff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices > 0x7fff8e697000 - 0x7fff8e70dfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication > 0x7fff8e70e000 - 0x7fff8e71dff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib > 0x7fff8e71e000 - 0x7fff8e8a9ff7 com.apple.QTKit (7.7.1 - 2348) <9F6E8775-002D-3B79-90CC-D5117C50DB00> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit > 0x7fff8e8aa000 - 0x7fff8e8e4fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols > 0x7fff8e8e5000 - 0x7fff8e9acff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync > 0x7fff8ea05000 - 0x7fff8ed31fff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox > 0x7fff8edad000 - 0x7fff8eeaffff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib > 0x7fff8eebf000 - 0x7fff8eed2ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib > 0x7fff8eef2000 - 0x7fff8eef4ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print > 0x7fff8ef01000 - 0x7fff8ef08fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib > 0x7fff8ef26000 - 0x7fff8f03ffff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv > 0x7fff8f040000 - 0x7fff8f044fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib > 0x7fff8f045000 - 0x7fff8f17bfff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage > 0x7fff8f18b000 - 0x7fff8f18bfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa > 0x7fff8f18c000 - 0x7fff8f1b5fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo > 0x7fff8f1b6000 - 0x7fff8f2bdfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib > 0x7fff8f2be000 - 0x7fff8f2c0fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib > 0x7fff8f2c1000 - 0x7fff8f3b6fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib > 0x7fff8f3be000 - 0x7fff8f40aff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration > 0x7fff8f40b000 - 0x7fff8f40cff7 libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib > 0x7fff8f40d000 - 0x7fff8f469ff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices > 0x7fff8f46a000 - 0x7fff8f477fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib > 0x7fff8f47d000 - 0x7fff8f488ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib > 0x7fff8f489000 - 0x7fff8f4b5ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal > 0x7fff8f732000 - 0x7fff8f774ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib > 0x7fff8f7b1000 - 0x7fff8f7defff com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters > 0x7fff8f826000 - 0x7fff8f82dfff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib > 0x7fff8f82e000 - 0x7fff8f839fff com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth > 0x7fff8f83a000 - 0x7fff8f850fff libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > 0x7fff8f88f000 - 0x7fff8f890fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib > 0x7fff8f891000 - 0x7fff8f8c1ff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices > 0x7fff8f8c2000 - 0x7fff8f8c8fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib > 0x7fff8f8c9000 - 0x7fff8faf3fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData > 0x7fff8fb41000 - 0x7fff8fb41fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib > 0x7fff8fb42000 - 0x7fff8fb51fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL > 0x7fff8fb52000 - 0x7fff8fe47ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security > 0x7fff8febc000 - 0x7fff8ff0eff7 libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib > 0x7fff8ff1d000 - 0x7fff9001aff7 com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation > 0x7fff9001b000 - 0x7fff9001efff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help > 0x7fff9001f000 - 0x7fff90028ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib > 0x7fff90086000 - 0x7fff90430fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox > 0x7fff90498000 - 0x7fff9049dfff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory > 0x7fff9057d000 - 0x7fff9057dfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate > 0x7fff9057e000 - 0x7fff9058bff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib > 0x7fff9058c000 - 0x7fff9068dfff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI > 0x7fff90699000 - 0x7fff906abff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib > 0x7fff906e2000 - 0x7fff907eefef libcrypto.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <FB999E54-C9BC-3A6D-9FE5-BFCC236775ED> /usr/lib/libcrypto.0.9.8.dylib > 0x7fff907ef000 - 0x7fff90843ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface > 0x7fff90844000 - 0x7fff9085efff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring > 0x7fff90968000 - 0x7fff90987fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib > 0x7fff90988000 - 0x7fff90ae5fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox > 0x7fff90af7000 - 0x7fff90b18fff libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib > 0x7fff90b21000 - 0x7fff90b89ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio > 0x7fff90b8a000 - 0x7fff90ba0ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture > 0x7fff90c31000 - 0x7fff90c34fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo > 0x7fff90c71000 - 0x7fff90c76fff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib > 0x7fff90c77000 - 0x7fff90c7afff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib > 0x7fff90c7b000 - 0x7fff90ccffff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib > 0x7fff90cd0000 - 0x7fff90daffff com.apple.ImageIO.framework (3.1.2 - 3.1.2) <047DFE61-500F-3F11-9881-D0844D2FCE5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO > 0x7fff90df8000 - 0x7fff90dfdfff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib > 0x7fff90eb2000 - 0x7fff90f0dff7 com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL > 0x7fff90f2d000 - 0x7fff90f2dfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz > 0x7fff90f30000 - 0x7fff90f3bff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices > 0x7fff90f4c000 - 0x7fff90fbcfff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore > 0x7fff90fbd000 - 0x7fff91038ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore > 0x7fff91039000 - 0x7fff91355fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore > 0x7fff91356000 - 0x7fff913daff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS > 0x7fff913db000 - 0x7fff919bffff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib > 0x7fff919c0000 - 0x7fff919c0fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices > 0x7fff91a1d000 - 0x7fff91ab7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit > 0x7fff91ab8000 - 0x7fff91ab9fff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib > 0x7fff91aba000 - 0x7fff91aceff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis > 0x7fff91af8000 - 0x7fff91afdfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib > 0x7fff91afe000 - 0x7fff91ba3fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > 0x7fff91bb1000 - 0x7fff91bb4fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib > 0x7fff91bca000 - 0x7fff91beefff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos > 0x7fff91d32000 - 0x7fff91dd3fff com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices > 0x7fff91dd4000 - 0x7fff91e07ff7 com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS > 0x7fff91e08000 - 0x7fff91e1ffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory > 0x7fff91f81000 - 0x7fff91fd9ff7 libTIFF.dylib (??? - ???) <59353B7F-EA9A-32D5-A501-283443B30C60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib > 0x7fff91fda000 - 0x7fff91ff7fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib > 0x7fff91ff8000 - 0x7fff92055ff7 com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook > 0x7fff92056000 - 0x7fff92483fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib > 0x7fff92484000 - 0x7fff9294bfff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight > 0x7fff92999000 - 0x7fff92a76fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib > 0x7fff92a77000 - 0x7fff92b7cfff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib > 0x7fff92d36000 - 0x7fff92ec0ff7 com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit > 0x7fff92f76000 - 0x7fff9305aff7 com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices > 0x7fff9305b000 - 0x7fff93077ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage > 0x7fff93084000 - 0x7fff93109ff7 com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal > 0x7fff9311e000 - 0x7fff93147fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib > 0x7fff93148000 - 0x7fff9314dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib > 0x7fff9314e000 - 0x7fff93156fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib > 0x7fff93161000 - 0x7fff93161fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices > 0x7fff93162000 - 0x7fff93336ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation > 0x7fff93337000 - 0x7fff933aafff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib > 0x7fff933ad000 - 0x7fff933eefff com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD > 0x7fff933ef000 - 0x7fff934a2ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText > 0x7fff9360b000 - 0x7fff936c1fff com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit > 0x7fff9378a000 - 0x7fff9378bff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib > 0x7fff9378c000 - 0x7fff93792fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface > 0x7fff93793000 - 0x7fff93798fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib > 0x7fff93799000 - 0x7fff93a11fff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit > 0x7fff93a12000 - 0x7fff93a14fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib > 0x7fff93a15000 - 0x7fff93a15fff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib > 0x7fff93a16000 - 0x7fff93d2ffff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation > 0x7fff93d6f000 - 0x7fff93e7cfff libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib > 0x7fff93f9c000 - 0x7fff93faafff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth > 0x7fff93fab000 - 0x7fff9403dff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF > 0x7fff94067000 - 0x7fff940a2fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib > 0x7fff940a3000 - 0x7fff940a9ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib > 0x7fff94b26000 - 0x7fff94b43ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting > 0x7fff94f33000 - 0x7fff94f34fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib > 0x7fff94f35000 - 0x7fff95b3bfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit > 0x7fff95bbe000 - 0x7fff95bccff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib > 0x7fff95bcf000 - 0x7fff95bd2ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI > 0x7fff95bd3000 - 0x7fff96006ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox > 0x7fff96034000 - 0x7fff9608ffff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore > 0x7fff96090000 - 0x7fff960d0fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > 0x7fff960d1000 - 0x7fff960d5ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels > 0x7fff960d6000 - 0x7fff960fefff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis > 0x7fff960ff000 - 0x7fff960fffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib > 0x7fff96100000 - 0x7fff96112ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib > 0x7fff965a7000 - 0x7fff968c9fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore > 0x7fff968ca000 - 0x7fff968cbfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib > 0x7fff968cc000 - 0x7fff97074fff com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC > 0x7fff97075000 - 0x7fff9707cfff com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore > 0x7fff97099000 - 0x7fff970a4ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition > 0x7fff970a5000 - 0x7fff970bafff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis > 0x7fff970f0000 - 0x7fff97158ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > 0x7fff97159000 - 0x7fff9717ffff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls > 0x7fff974a6000 - 0x7fff9751cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib > 0x7fff9751d000 - 0x7fff976bdff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore > 0x7fff976be000 - 0x7fff976c4fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration > 0x7fff978f1000 - 0x7fff97944fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA > 0x7fff97952000 - 0x7fff97a36e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib > 0x7fff97a37000 - 0x7fff97e55ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit > 0x7fff97e5a000 - 0x7fff97e7afff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib > 0x7fff97e7b000 - 0x7fff97e7bfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib > 0x7fff97e7c000 - 0x7fff97e7cfff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit > 0x7fff97ec9000 - 0x7fff97ec9fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon > 0x7fff97ef6000 - 0x7fff97f00ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib > 0x7fff97f01000 - 0x7fff98175fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage > 0x7fff98176000 - 0x7fff9817afff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib > 0x7fff98189000 - 0x7fff981b4fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib > 0x7fff981f8000 - 0x7fff98232fff libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib > 0x7fff9825b000 - 0x7fff982a2ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia > 0x7fff982a3000 - 0x7fff98305ff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication > 0x7fff98395000 - 0x7fff983d9ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib > 0x7fff983da000 - 0x7fff98541fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork > 0x7fff98542000 - 0x7fff99279fff com.apple.WebCore (7534.57 - 7534.57.7) <33FCF30A-08C5-3169-B3B0-3A9462FA1A0D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore > 0x7fff9927a000 - 0x7fff99281fff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS > 0x7fff99b1e000 - 0x7fff99bc0fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation > 0x7fff99bc1000 - 0x7fff99c2cff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit > 0x7fff99c2d000 - 0x7fff99c5afe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib > 0x7fff99c5b000 - 0x7fff99c5ffff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib > > External Modification Summary: > Calls made by other processes targeting this process: > task_for_pid: 3 > 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: 2905 > thread_create: 1 > thread_set_state: 0 > > VM Region Summary: > ReadOnly portion of Libraries: Total=196.7M resident=84.2M(43%) swapped_out_or_unallocated=112.5M(57%) > Writable regions: Total=63.8M written=7164K(11%) resident=25.4M(40%) swapped_out=0K(0%) unallocated=38.3M(60%) > > REGION TYPE VIRTUAL > =========== ======= > CG backing stores 224K > CG shared images 1224K > CoreGraphics 16K > CoreServices 3780K > MALLOC 23.7M > MALLOC guard page 48K > Memory tag=240 4K > Memory tag=242 12K > STACK GUARD 55.7M > Stack 11.4M > VM_ALLOCATE 16.1M > __CI_BITMAP 80K > __DATA 39.8M > __IMAGE 528K > __LINKEDIT 50.0M > __TEXT 146.8M > __UNICODE 544K > mapped file 32.8M > shared memory 312K > =========== ======= > TOTAL 382.8M > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-09 22:54 ` bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL David Reitter @ 2013-12-10 3:45 ` Eli Zaretskii 2013-12-10 16:28 ` Eli Zaretskii 0 siblings, 1 reply; 8+ messages in thread From: Eli Zaretskii @ 2013-12-10 3:45 UTC (permalink / raw) To: David Reitter; +Cc: 16096, konrad.podczeck > From: David Reitter <david.reitter@gmail.com> > Date: Mon, 9 Dec 2013 17:54:46 -0500 > Cc: konrad podczeck <konrad.podczeck@univie.ac.at> > > Given the activity in bidi, I thought I'd forward this crash report. > > bidi_initialize+126 resolves as follows in this binary: > > (lldb) image lookup --address bidi_initialize+126 > Address: Aquamacs[0x00000001000efa4e] (Aquamacs.__TEXT.__text + 971166) > Summary: Aquamacs`bidi_initialize + 126 at bidi.c:766 > > I.e., uniprop_table (intern ("mirroring")) seems to have returned NIL. Thanks. Is the problem still reproducible with the current trunk? If so, I'd need a recipe to work on this. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 3:45 ` Eli Zaretskii @ 2013-12-10 16:28 ` Eli Zaretskii 2013-12-10 16:54 ` Glenn Morris 2013-12-10 17:07 ` David Reitter 0 siblings, 2 replies; 8+ messages in thread From: Eli Zaretskii @ 2013-12-10 16:28 UTC (permalink / raw) To: david.reitter; +Cc: 16096, konrad.podczeck > Date: Tue, 10 Dec 2013 05:45:20 +0200 > From: Eli Zaretskii <eliz@gnu.org> > Cc: 16096@debbugs.gnu.org, konrad.podczeck@univie.ac.at > > > From: David Reitter <david.reitter@gmail.com> > > Date: Mon, 9 Dec 2013 17:54:46 -0500 > > Cc: konrad podczeck <konrad.podczeck@univie.ac.at> > > > > Given the activity in bidi, I thought I'd forward this crash report. > > > > bidi_initialize+126 resolves as follows in this binary: > > > > (lldb) image lookup --address bidi_initialize+126 > > Address: Aquamacs[0x00000001000efa4e] (Aquamacs.__TEXT.__text + 971166) > > Summary: Aquamacs`bidi_initialize + 126 at bidi.c:766 > > > > I.e., uniprop_table (intern ("mirroring")) seems to have returned NIL. > > Thanks. > > Is the problem still reproducible with the current trunk? If so, I'd > need a recipe to work on this. Actually, there's something else that is strange in this report: The last merged change in bidi.c is Author: Paul Eggert <eggert@cs.ucla.edu> Date: Tue Sep 17 00:06:42 2013 -0700 Don't overuse 'const' in types of locals. How come an Emacs built on Dec 9 has its last change in bidi.c in September? Is this the development trunk or something else? If the former, which bzr revision does it correspond to? ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 16:28 ` Eli Zaretskii @ 2013-12-10 16:54 ` Glenn Morris 2013-12-10 17:07 ` David Reitter 1 sibling, 0 replies; 8+ messages in thread From: Glenn Morris @ 2013-12-10 16:54 UTC (permalink / raw) To: Eli Zaretskii; +Cc: david.reitter, 16096, konrad.podczeck Eli Zaretskii wrote: > How come an Emacs built on Dec 9 has its last change in bidi.c in > September? Is this the development trunk or something else? If the > former, which bzr revision does it correspond to? Because he's forwarded you an Aquamacs report, which is derived from [some unspecified version of Emacs] with [some unspecified number of changes]. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 16:28 ` Eli Zaretskii 2013-12-10 16:54 ` Glenn Morris @ 2013-12-10 17:07 ` David Reitter 2013-12-10 18:11 ` Eli Zaretskii 1 sibling, 1 reply; 8+ messages in thread From: David Reitter @ 2013-12-10 17:07 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 16096, Konrad Podczeck On Dec 10, 2013, at 11:28 AM, Eli Zaretskii <eliz@gnu.org> wrote: > > > Actually, there's something else that is strange in this report: > > The last merged change in bidi.c is > > Author: Paul Eggert <eggert@cs.ucla.edu> > Date: Tue Sep 17 00:06:42 2013 -0700 > > Don't overuse 'const' in types of locals. > > How come an Emacs built on Dec 9 has its last change in bidi.c in > September? Is this the development trunk or something else? If the > former, which bzr revision does it correspond to? Because it's my branch. I merge in upstream changes from the development trunk, although at the moment, I'm holding off until some other things stabilize. Last merge before Dec 9: commit ebc596e931fa753c297bf004d39a37b379e0ba7f Merge: d689b24 7c50156 Author: David Reitter <david.reitter@gmail.com> Date: Thu Oct 24 12:54:56 2013 -0400 I don't have Bzr revisions for you. That's why it does not contain your fixes dated Nov 22 and Dec 4. It would probably make sense to merge these changes. Aquamacs contains no other changes to bidi.c. `visual-order-cursor-movement' is t by default. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 17:07 ` David Reitter @ 2013-12-10 18:11 ` Eli Zaretskii 2013-12-10 18:23 ` David Reitter 0 siblings, 1 reply; 8+ messages in thread From: Eli Zaretskii @ 2013-12-10 18:11 UTC (permalink / raw) To: David Reitter; +Cc: 16096, konrad.podczeck > From: David Reitter <david.reitter@gmail.com> > Date: Tue, 10 Dec 2013 12:07:59 -0500 > Cc: 16096@debbugs.gnu.org, > Konrad Podczeck <konrad.podczeck@univie.ac.at> > > > How come an Emacs built on Dec 9 has its last change in bidi.c in > > September? Is this the development trunk or something else? If the > > former, which bzr revision does it correspond to? > > Because it's my branch. I merge in upstream changes from the development trunk, although at the moment, I'm holding off until some other things stabilize. > > Last merge before Dec 9: > > commit ebc596e931fa753c297bf004d39a37b379e0ba7f > Merge: d689b24 7c50156 > Author: David Reitter <david.reitter@gmail.com> > Date: Thu Oct 24 12:54:56 2013 -0400 > > I don't have Bzr revisions for you. > > That's why it does not contain your fixes dated Nov 22 and Dec 4. It would probably make sense to merge these changes. How can you expect us debug a code base which we don't have? > Aquamacs contains no other changes to bidi.c. `visual-order-cursor-movement' is t by default. bidi.c is not the issue here, it works flawlessly in this case: if it cannot load the table of mirroring attributes, it aborts, because the bidirectional display engine will not work correctly without that table. The question is why uni-mirrored.el couldn't be loaded. Perhaps it is faulty or missing, or Emacs tries to load an incompatible version from a different directory. Or something else goes wrong. But these are guesses. If you can reproduce this problem with your branch, please try debugging it. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 18:11 ` Eli Zaretskii @ 2013-12-10 18:23 ` David Reitter 2015-12-26 1:33 ` Lars Ingebrigtsen 0 siblings, 1 reply; 8+ messages in thread From: David Reitter @ 2013-12-10 18:23 UTC (permalink / raw) To: Eli Zaretskii; +Cc: 16096, Konrad Podczeck On Dec 10, 2013, at 1:11 PM, Eli Zaretskii <eliz@gnu.org> wrote: > > The question is why uni-mirrored.el couldn't be loaded. Perhaps it is > faulty or missing, or Emacs tries to load an incompatible version from > a different directory. Or something else goes wrong. > > But these are guesses. If you can reproduce this problem with your > branch, please try debugging it. Bidi works great for me. If I or Konrad can reproduce it, I'll investigate. I'll update this bug with news, if any. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL 2013-12-10 18:23 ` David Reitter @ 2015-12-26 1:33 ` Lars Ingebrigtsen 0 siblings, 0 replies; 8+ messages in thread From: Lars Ingebrigtsen @ 2015-12-26 1:33 UTC (permalink / raw) To: David Reitter; +Cc: 16096, Konrad Podczeck David Reitter <david.reitter@gmail.com> writes: > On Dec 10, 2013, at 1:11 PM, Eli Zaretskii <eliz@gnu.org> wrote: >> >> The question is why uni-mirrored.el couldn't be loaded. Perhaps it is >> faulty or missing, or Emacs tries to load an incompatible version from >> a different directory. Or something else goes wrong. >> >> But these are guesses. If you can reproduce this problem with your >> branch, please try debugging it. > > Bidi works great for me. If I or Konrad can reproduce it, I'll investigate. I'll update this bug with news, if any. More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-12-26 1:33 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <DD8A0434-295D-4608-A17A-978A7CCBCFEA@univie.ac.at> 2013-12-09 22:54 ` bug#16096: emacs_abort in bidi_initialize + 126 / Fselect_frame -- uniprop_table returns NIL David Reitter 2013-12-10 3:45 ` Eli Zaretskii 2013-12-10 16:28 ` Eli Zaretskii 2013-12-10 16:54 ` Glenn Morris 2013-12-10 17:07 ` David Reitter 2013-12-10 18:11 ` Eli Zaretskii 2013-12-10 18:23 ` David Reitter 2015-12-26 1:33 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.