bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17342: 24.3.50; MAC OS Crash using emacs shell streaming output from


From: Daniel B Davidson
Subject: bug#17342: 24.3.50; MAC OS Crash using emacs shell streaming output from command with very wide lines
Date: Thu, 24 Apr 2014 11:35:33 -0500

I can not reproduce without my own config. Using my own lisp tools I run a 
shell command in emacs , which effectively runs this code. So is results in the 
shell mode that cause it to crash. If, before running I make the window size 
smaller - say have the size of the desktop, it is not a problem. I'll include 
the MAC OS crash report in hopes it helps.


(defun run-current-file-args (args)
  (let (extention-alist fname suffix progName cmdStr)
    (setq extention-alist ; a keyed list of file suffix to comand-line program 
to run
          '(
            ("php" . "php")
            ("pl" . "perl")
            ("py" . "python")
            ("rb" . "ruby")
            ("rspec" . "rspec")
            ("js" . "js")
            ("sh" . "bash")
            ("bash" . "bash")
            ("ml" . "ocaml")
            ("vbs" . "cscript")
            ("java" . "javac")
            ("go" . "rungo.sh")
;            ("d" . "rdmd")
;            ("d" . "run_d.dart")
            ("d" . "run_d.d")
;            ("dart" . "run_dart.dart")
            ("dart" . "run_dart.d")
            ("yaml" . "pub --trace update")
;            ("dart" . "dart --checked")
;            ("dart" . "dart")
            ("cpp" . "runcpp.rb")
            ("html" . "firefox")
            )
          )
    (setq fname (buffer-file-name))
    (setq suffix (file-name-extension fname))
    (setq progName (cdr (assoc suffix extention-alist)))
    (setq cmdStr (concat "time " progName " \""   fname "\" " args))
    (setq buffname (format "*%s*" cmdStr))

    (if (string-equal suffix "el")
        (load-file fname)
      (if progName                    ; is not nil
          (save-excursion
            (message (concat "Running:" cmdStr))
            (if (not (eq nil (get-buffer buffname))) (kill-buffer buffname))
            (setq compilation-scroll-output t)
            (compile cmdStr)
            (set-buffer "*compilation*")
            (toggle-truncate-lines t)
            (rename-buffer buffname t)
        (message "No recognized program file suffix for this file.")
        )))))

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




Process:         Emacs [91437]
Path:            /usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/Emacs
Identifier:      Emacs
Version:         Version 24.3.50 (9.0)
Code Type:       X86-64 (Native)
Parent Process:  bash [91436]
Responsible:     Terminal [91388]
User ID:         502

Date/Time:       2014-04-24 11:24:21.359 -0500
OS Version:      Mac OS X 10.9.2 (13C64)
Report Version:  11
Anonymous UUID:  CE7FDB2F-1B77-3F56-2463-B75E26A0734E

Sleep/Wake UUID: E15EC01F-3982-4AC2-ACBF-5B815FCC8336

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGABRT)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018

VM Regions Near 0x18:
--> 
    __TEXT                 0000000100000000-00000001001c4000 [ 1808K] r-x/rwx 
SM=COW  /usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/Emacs

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib              0x00007fff83f48292 __kill + 10
1   org.gnu.Emacs                       0x000000010009a9e6 
terminate_due_to_signal + 145
2   org.gnu.Emacs                       0x00000001000b38cd emacs_abort + 19
3   org.gnu.Emacs                       0x0000000100164af6 ns_term_shutdown + 
123
4   org.gnu.Emacs                       0x000000010009abd5 shut_down_emacs + 288
5   org.gnu.Emacs                       0x000000010009a9ac 
terminate_due_to_signal + 87
6   org.gnu.Emacs                       0x00000001000b573c handle_fatal_signal 
+ 14
7   org.gnu.Emacs                       0x00000001000b4bbf 
deliver_fatal_thread_signal + 114
8   libsystem_platform.dylib            0x00007fff8eba45aa _sigtramp + 26
9   ???                                 0x00000000ffffffff 0 + 4294967295
10  org.gnu.Emacs                       0x0000000100087faf produce_glyphs + 545
11  org.gnu.Emacs                       0x000000010001dc45 
produce_special_glyphs + 986
12  org.gnu.Emacs                       0x000000010003a032 
insert_left_trunc_glyphs + 149
13  org.gnu.Emacs                       0x0000000100025939 display_line + 6639
14  org.gnu.Emacs                       0x0000000100023d64 try_window + 200
15  org.gnu.Emacs                       0x000000010003eb8a redisplay_window + 
3164
16  org.gnu.Emacs                       0x0000000100046d5b redisplay_window_0 + 
38
17  org.gnu.Emacs                       0x000000010010446a 
internal_condition_case_1 + 252
18  org.gnu.Emacs                       0x000000010003de8b redisplay_windows + 
158
19  org.gnu.Emacs                       0x000000010003de53 redisplay_windows + 
102
20  org.gnu.Emacs                       0x0000000100022b8e redisplay_internal + 
5440
21  org.gnu.Emacs                       0x000000010002365a 
redisplay_preserve_echo_area + 46
22  org.gnu.Emacs                       0x000000010013f0c8 
wait_reading_process_output + 4890
23  org.gnu.Emacs                       0x00000001000a306d 
read_decoded_event_from_main_queue + 546
24  org.gnu.Emacs                       0x00000001000a207a read_char + 6385
25  org.gnu.Emacs                       0x000000010009edb4 read_key_sequence + 
1416
26  org.gnu.Emacs                       0x000000010009e649 command_loop_1 + 3930
27  org.gnu.Emacs                       0x000000010010435b 
internal_condition_case + 243
28  org.gnu.Emacs                       0x00000001000ac9e0 command_loop_2 + 53
29  org.gnu.Emacs                       0x0000000100103dad internal_catch + 240
30  org.gnu.Emacs                       0x000000010009cf33 recursive_edit_1 + 
327
31  org.gnu.Emacs                       0x000000010009d077 Frecursive_edit + 250
32  org.gnu.Emacs                       0x000000010009bfde main + 5040
33  libdyld.dylib                       0x00007fff889355fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib              0x00007fff83f49662 kevent64 + 10
1   libdispatch.dylib                   0x00007fff8cbb243d _dispatch_mgr_invoke 
+ 239
2   libdispatch.dylib                   0x00007fff8cbb2152 _dispatch_mgr_thread 
+ 52

Thread 2:
0   libsystem_kernel.dylib              0x00007fff83f48e6a __workq_kernreturn + 
10
1   libsystem_pthread.dylib             0x00007fff85f5ff08 _pthread_wqthread + 
330
2   libsystem_pthread.dylib             0x00007fff85f62fb9 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib              0x00007fff83f48e6a __workq_kernreturn + 
10
1   libsystem_pthread.dylib             0x00007fff85f5ff08 _pthread_wqthread + 
330
2   libsystem_pthread.dylib             0x00007fff85f62fb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbf3168  
rdx: 0x0000000000000000
  rdi: 0x000000000001652d  rsi: 0x0000000000000006  rbp: 0x00007fff5fbf3190  
rsp: 0x00007fff5fbf3168
   r8: 0x0000000101609a80   r9: 0x0000000000000000  r10: 0x00007fff83f48896  
r11: 0x0000000000000202
  r12: 0x000000000000000b  r13: 0x0000000000000010  r14: 0x0000000000000028  
r15: 0x00007fff5fbf31e0
  rip: 0x00007fff83f48292  rfl: 0x0000000000000202  cr2: 0x00007fff71305e88
  
Logical CPU:     0
Error Code:      0x02000025
Trap Number:     133


Binary Images:
       0x100000000 -        0x1001c3ff7 +org.gnu.Emacs (Version 24.3.50 - 9.0) 
<6DFD4408-BC3F-3C99-AA6E-CF79355011C5> 
/usr/local/Cellar/emacs/HEAD/Emacs.app/Contents/MacOS/Emacs
    0x7fff5fefb000 -     0x7fff5ff2e817  dyld (239.4) 
<2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff8119b000 -     0x7fff811e2fff  libFontRegistry.dylib (127) 
<A77A0480-AA5D-3CC8-8B68-69985CD546DC> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8136d000 -     0x7fff8139dfff  com.apple.IconServices (25 - 25.17) 
<4751127E-FBD5-3ED5-8510-08D4E4166EFE> 
/System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8139e000 -     0x7fff8139effd  libOpenScriptingUtil.dylib (157) 
<19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8139f000 -     0x7fff813b8ff7  com.apple.Ubiquity (1.3 - 289) 
<C7F1B734-CE81-334D-BE41-8B20D95A1F9B> 
/System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff813de000 -     0x7fff815c3fff  com.apple.CoreFoundation (6.9 - 
855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> 
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8162b000 -     0x7fff81715fff  libsqlite3.dylib (158) 
<00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff818d0000 -     0x7fff8193aff7  com.apple.framework.IOKit (2.0.1 - 
907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> 
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8193b000 -     0x7fff81948ff0  libbz2.1.0.dylib (29) 
<0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff81949000 -     0x7fff81950fff  libcompiler_rt.dylib (35) 
<4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff81951000 -     0x7fff81959ff7  com.apple.speech.recognition.framework 
(4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff81e09000 -     0x7fff81e38ff5  com.apple.GSS (4.0 - 2.0) 
<62046C17-5D09-346C-B08E-A664DBC18411> 
/System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8224b000 -     0x7fff8224cff7  libsystem_sandbox.dylib (278.11) 
<5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8224d000 -     0x7fff8251dffc  com.apple.CoreImage (9.2.7) 
<BF88A02E-994E-3970-AC62-04248CA8DC46> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8251e000 -     0x7fff8259efff  com.apple.CoreSymbolication (3.0 - 
141) <B018335C-698B-3F87-AF1C-6115C4FA8954> 
/System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff825d4000 -     0x7fff8260dff7  com.apple.QD (3.50 - 298) 
<C1F20764-DEF0-34CF-B3AB-AB5480D64E66> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff82699000 -     0x7fff826fcff7  com.apple.SystemConfiguration (1.13 - 
1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> 
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff82766000 -     0x7fff8276fff3  libsystem_notify.dylib (121) 
<52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
    0x7fff83041000 -     0x7fff8310afff  com.apple.LaunchServices (572.26 - 
572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8310b000 -     0x7fff83a2aaf3  com.apple.CoreGraphics (1.600.0 - 
599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> 
/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83c90000 -     0x7fff83cebffb  com.apple.AE (665.5 - 665.5) 
<BBA230F9-144C-3CAB-A77A-0621719244CD> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff83f33000 -     0x7fff83f4fff7  libsystem_kernel.dylib (2422.90.20) 
<20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83f88000 -     0x7fff84018fff  com.apple.Metadata (10.7.0 - 800.23) 
<BFEE576F-D779-300B-B685-26A3A008710A> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff84019000 -     0x7fff84019fff  com.apple.Accelerate.vecLib (3.9 - 
vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8401d000 -     0x7fff84041fff  libxpc.dylib (300.90.2) 
<AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff84042000 -     0x7fff84bb8fff  com.apple.AppKit (6.9 - 1265.19) 
<12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> 
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff84c9f000 -     0x7fff84d2bff7  com.apple.ink.framework (10.9 - 207) 
<8A50B893-AD03-3826-8555-A54FEAF08F47> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff84d2c000 -     0x7fff84d6eff7  libauto.dylib (185.5) 
<F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff84d6f000 -     0x7fff84dd4ff5  com.apple.Heimdal (4.0 - 2.0) 
<523EC6C4-BD9B-3840-9376-E617BA627F59> 
/System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff84e90000 -     0x7fff84ee1ff3  com.apple.audio.CoreAudio (4.2.0 - 
4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> 
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84ee2000 -     0x7fff84ee2fff  com.apple.CoreServices (59 - 59) 
<7A697B5E-F179-30DF-93F2-8B503CEEEFD5> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff84ee3000 -     0x7fff84f6cfff  com.apple.ColorSync (4.9.0 - 4.9.0) 
<B756B908-9AD1-3F5D-83F9-7A0B068387D2> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff84f6d000 -     0x7fff84f6dfff  com.apple.ApplicationServices (48 - 
48) <3E3F01A8-314D-378F-835E-9CC4F8820031> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff852e6000 -     0x7fff853d4fff  libJP2.dylib (1042) 
<01D988D4-E36F-3120-8BA4-EF6282ECB010> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff853e8000 -     0x7fff854d9ff9  libiconv.2.dylib (41) 
<BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff854da000 -     0x7fff854f6fff  libresolv.9.dylib (54) 
<11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff85524000 -     0x7fff85565fff  com.apple.PerformanceAnalysis (1.47 - 
47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> 
/System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff855f3000 -     0x7fff85617ff7  libJPEG.dylib (1042) 
<33648F26-A1DA-3C30-B15B-E9FFD41DB25C> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8574f000 -     0x7fff8577efff  com.apple.DebugSymbols (106 - 106) 
<E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> 
/System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8578e000 -     0x7fff85946ff3  libicucore.A.dylib (511.31) 
<167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
    0x7fff85b67000 -     0x7fff85b6cfff  com.apple.DiskArbitration (2.6 - 2.6) 
<A4165553-770E-3D27-B217-01FC1F852B87> 
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85b6d000 -     0x7fff85e6bfff  com.apple.Foundation (6.9 - 1056.13) 
<2EE9AB07-3EA0-37D3-B407-4A520F2CB497> 
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85e6c000 -     0x7fff85ee3fff  com.apple.CoreServices.OSServices 
(600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff85f5d000 -     0x7fff85f64ff7  libsystem_pthread.dylib (53.1.4) 
<AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff85f7b000 -     0x7fff85fc8ff2  com.apple.print.framework.PrintCore 
(9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff86014000 -     0x7fff86014fff  com.apple.Accelerate (1.9 - Accelerate 
1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86157000 -     0x7fff86170ff7  com.apple.Kerberos (3.0 - 1) 
<F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> 
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8640f000 -     0x7fff86412fff  com.apple.TCC (1.0 - 1) 
<32A075D9-47FD-3E71-95BC-BFB0D583F41C> 
/System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff86413000 -     0x7fff86415ff7  libquarantine.dylib (71) 
<7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff86423000 -     0x7fff86529ff7  com.apple.ImageIO.framework (3.3.0 - 
1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8652a000 -     0x7fff867d4ff5  com.apple.HIToolbox (2.1 - 697.4) 
<DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> 
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff867d5000 -     0x7fff86823fff  com.apple.opencl (2.3.59 - 2.3.59) 
<8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> 
/System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86831000 -     0x7fff86870fff  libGLU.dylib (9.6) 
<EE4907CA-219C-34BD-A84E-B85695F64C05> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff86871000 -     0x7fff86872ff7  libsystem_blocks.dylib (63) 
<FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff868df000 -     0x7fff86908fff  com.apple.DictionaryServices (1.2 - 
208) <A539A058-BA57-35EE-AA08-D0B0E835127D> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff86909000 -     0x7fff86b62ff9  com.apple.security (7.0 - 55471.14) 
<3F7100A0-FE46-333D-9A4B-396580F1B4FE> 
/System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff86b6e000 -     0x7fff86b95ff7  libsystem_network.dylib (241.3) 
<8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff86e38000 -     0x7fff86e49ff7  libz.1.dylib (53) 
<42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff86e4a000 -     0x7fff86eb7fff  com.apple.SearchKit (1.4.0 - 1.4.0) 
<B9B8D510-A27E-36B0-93E9-17146D9E9045> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff86ed0000 -     0x7fff86ed2ff3  libsystem_configuration.dylib (596.13) 
<B51C8C22-C455-36AC-952D-A319B6545884> 
/usr/lib/system/libsystem_configuration.dylib
    0x7fff86f29000 -     0x7fff86f64fff  com.apple.bom (14.0 - 193.1) 
<EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> 
/System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff86f65000 -     0x7fff86f6afff  libmacho.dylib (845) 
<1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff86f76000 -     0x7fff86f86fff  libbsm.0.dylib (33) 
<2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff86f87000 -     0x7fff87368ffe  libLAPACK.dylib (1094.5) 
<7E7A9B8D-1638-3914-BAE0-663B69865986> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8746b000 -     0x7fff87486ff7  libPng.dylib (1042) 
<36FF1DDA-9804-33C5-802E-3FCA9879F0E6> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff874c2000 -     0x7fff874daff7  com.apple.GenerationalStorage (2.0 - 
160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> 
/System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff874db000 -     0x7fff874e9fff  com.apple.opengl (9.6.0 - 9.6.0) 
<709F4A02-73A0-303C-86B5-85C596C8B707> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87585000 -     0x7fff875aaff7  com.apple.ChunkingLibrary (2.0 - 
155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> 
/System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff875ab000 -     0x7fff875b6ff7  com.apple.NetAuth (5.0 - 5.0) 
<C811E662-9EC3-3B74-808A-A75D624F326B> 
/System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8762c000 -     0x7fff8763dff7  libsystem_asl.dylib (217.1.4) 
<655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff8763e000 -     0x7fff8763ffff  com.apple.TrustEvaluationAgent (2.0 - 
25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> 
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff87642000 -     0x7fff877b0ff7  libBLAS.dylib (1094.5) 
<DE93A590-5FA5-32A2-A16C-5D7D7361769F> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff877b1000 -     0x7fff87921ff8  com.apple.CFNetwork (673.2.1 - 
673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> 
/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8792e000 -     0x7fff87956ffb  libxslt.1.dylib (13) 
<C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff87a0d000 -     0x7fff87a16ffb  com.apple.CommonAuth (4.0 - 2.0) 
<70FDDA03-7B44-37EC-B78E-3EC3C8505C76> 
/System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff87a48000 -     0x7fff87a57ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
<8FE131B6-1180-3892-98F5-C9C9B79072D4> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff87aef000 -     0x7fff87dc3fc7  com.apple.vImage (7.0 - 7.0) 
<D241DBFA-AC49-31E2-893D-EAAC31890C90> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87e0b000 -     0x7fff87e3bfff  libncurses.5.4.dylib (42) 
<BF763D62-9149-37CB-B1D2-F66A2510E6DD> /usr/lib/libncurses.5.4.dylib
    0x7fff87e45000 -     0x7fff87e49ff7  libGIF.dylib (1042) 
<C57840F6-1C11-3273-B4FC-956950B94034> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87e4d000 -     0x7fff88137fff  com.apple.CoreServices.CarbonCore 
(1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> 
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff884fe000 -     0x7fff88931ffb  com.apple.vision.FaceCore (3.0.0 - 
3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> 
/System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff88932000 -     0x7fff88935ff7  libdyld.dylib (239.4) 
<CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
    0x7fff8894e000 -     0x7fff88986ff7  com.apple.RemoteViewServices (2.0 - 
94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> 
/System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff88f56000 -     0x7fff88f5bff7  libunwind.dylib (35.3) 
<78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff89017000 -     0x7fff8901fffc  libGFXShared.dylib (9.6) 
<E276D384-3616-3511-B5F2-92621D6372D6> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff89268000 -     0x7fff89273fff  libGL.dylib (9.6) 
<A2EF4E15-EA08-396D-A1D4-29E1CED6876A> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff897ad000 -     0x7fff897b4ff3  libcopyfile.dylib (103) 
<5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
    0x7fff897b5000 -     0x7fff897b5ff7  libkeymgr.dylib (28) 
<3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff89835000 -     0x7fff898a4ff1  com.apple.ApplicationServices.ATS (360 
- 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff898a5000 -     0x7fff898acfff  com.apple.NetFS (6.0 - 4.0) 
<8E26C099-CE9D-3819-91A2-64EA929C6137> 
/System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8990b000 -     0x7fff8990cff7  libDiagnosticMessagesClient.dylib 
(100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> 
/usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8990d000 -     0x7fff89980fff  com.apple.securityfoundation (6.0 - 
55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> 
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff89be3000 -     0x7fff89c47fff  com.apple.datadetectorscore (5.0 - 
354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> 
/System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff89c82000 -     0x7fff89cc7ffe  com.apple.HIServices (1.22 - 467.2) 
<B7FCF008-C241-3862-BC63-E6EF4006A6E4> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff89cc8000 -     0x7fff89e64ff3  com.apple.QuartzCore (1.8 - 332.3) 
<80F1068F-4A34-34FB-9E05-A2DC0700D2F2> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff89e69000 -     0x7fff89e75ff3  com.apple.AppleFSCompression (56 - 
1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> 
/System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff89f23000 -     0x7fff89facff7  libsystem_c.dylib (997.90.3) 
<6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff89fad000 -     0x7fff89fb1ff7  libcache.dylib (62) 
<BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff89fb2000 -     0x7fff89fb3ffb  libremovefile.dylib (33) 
<3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8a242000 -     0x7fff8a24ffff  com.apple.Sharing (132.2 - 132.2) 
<F983394A-226D-3244-B511-FA51FDB6ADDA> 
/System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8a250000 -     0x7fff8a26bff7  libsystem_malloc.dylib (23.10.1) 
<A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8a292000 -     0x7fff8a29afff  libsystem_dnssd.dylib (522.90.2) 
<A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a29b000 -     0x7fff8a448f27  libobjc.A.dylib (551.1) 
<AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8a449000 -     0x7fff8a59cff7  com.apple.audio.toolbox.AudioToolbox 
(1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> 
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8a59d000 -     0x7fff8a5a1ff7  libheimdal-asn1.dylib (323.15) 
<B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
    0x7fff8a5a2000 -     0x7fff8a5a6ff7  libsystem_stats.dylib (93.90.3) 
<1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
    0x7fff8a633000 -     0x7fff8a645ff7  com.apple.MultitouchSupport.framework 
(245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> 
/System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8a7ca000 -     0x7fff8a7f3ff7  libc++abi.dylib (49.1) 
<21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8a7f4000 -     0x7fff8a7feff7  com.apple.CrashReporterSupport (10.9 - 
538) <B487466B-3AA1-3854-A808-A61F049FA794> 
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8a84b000 -     0x7fff8a93afff  libFontParser.dylib (111.1) 
<835A8253-6AB9-3AAB-9CBF-171440DEC486> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8a93b000 -     0x7fff8a93efff  libCoreVMClient.dylib (58.1) 
<EBC36C69-C896-3C3D-8589-3E9023E7E56F> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8b78e000 -     0x7fff8b799fff  libkxld.dylib (2422.90.20) 
<EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
    0x7fff8b7d8000 -     0x7fff8ba20ff7  com.apple.CoreData (107 - 481.01) 
<DA339795-5D97-35B5-9B04-629830013720> 
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8ba24000 -     0x7fff8ba77fff  com.apple.ScalableUserInterface (1.0 - 
1) <CF745298-7373-38D2-B3B1-727D5A569E48> 
/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8ba78000 -     0x7fff8ba85ff7  libxar.1.dylib (202) 
<5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8ba86000 -     0x7fff8ba8dff8  liblaunch.dylib (842.90.1) 
<38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
    0x7fff8bac0000 -     0x7fff8bad7ff7  com.apple.CFOpenDirectory (10.9 - 
173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8bb78000 -     0x7fff8bbd0ff7  com.apple.Symbolication (1.4 - 129) 
<16D42516-7B5E-357C-898A-FAA9EE7642B3> 
/System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c14c000 -     0x7fff8c19efff  libc++.1.dylib (120) 
<4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8c1bf000 -     0x7fff8c1c1fff  libCVMSPluginSupport.dylib (9.6) 
<FFDA2811-060E-3591-A280-4A726AA82436> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8c201000 -     0x7fff8c2e5fff  com.apple.coreui (2.1 - 231) 
<432DB40C-6B7E-39C8-9FB5-B95917930056> 
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8c2e6000 -     0x7fff8c396ff7  libvMisc.dylib (423.32) 
<049C0735-1808-39B9-943F-76CB8021744F> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8c46a000 -     0x7fff8c473fff  com.apple.speech.synthesis.framework 
(4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8c4ee000 -     0x7fff8c53cfff  libcorecrypto.dylib (161.1) 
<F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff8c542000 -     0x7fff8c60dfff  libvDSP.dylib (423.32) 
<3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> 
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8caec000 -     0x7fff8cb07ff7  libCRFSuite.dylib (34) 
<FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8cb08000 -     0x7fff8cb12fff  libcommonCrypto.dylib (60049) 
<8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8cbaf000 -     0x7fff8cbc9fff  libdispatch.dylib (339.90.1) 
<F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    0x7fff8d1be000 -     0x7fff8d2eeff7  com.apple.desktopservices (1.8.2 - 
1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> 
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8db7d000 -     0x7fff8dbc4ff7  libcups.2.dylib (372.2) 
<37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
    0x7fff8dbed000 -     0x7fff8dbedffd  com.apple.audio.units.AudioUnit (1.10 
- 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> 
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8dddf000 -     0x7fff8dea3ff7  com.apple.backup.framework (1.5.2 - 
1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> 
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8e4eb000 -     0x7fff8e5adff5  com.apple.CoreText (352.0 - 367.19) 
<24848DF1-67EC-3D41-9548-1F14C6DFBBF9> 
/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8e5ae000 -     0x7fff8e5affff  libunc.dylib (28) 
<62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8e5b0000 -     0x7fff8e5dffd2  libsystem_m.dylib (3047.16) 
<B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8e622000 -     0x7fff8e626fff  libpam.2.dylib (20) 
<B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8e627000 -     0x7fff8e64effb  libsystem_info.dylib (449.1.3) 
<7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8e935000 -     0x7fff8ea1cff7  libxml2.2.dylib (26) 
<A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8eb1a000 -     0x7fff8eb73fff  libTIFF.dylib (1042) 
<51D02EEC-0D0C-34C1-91C8-D316473A3FEA> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8eb76000 -     0x7fff8eb79ffc  com.apple.IOSurface (91 - 91) 
<07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> 
/System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8eb7a000 -     0x7fff8eb84ff7  com.apple.bsd.ServiceManagement (2.0 - 
2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> 
/System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8eba1000 -     0x7fff8eba7ff7  libsystem_platform.dylib (24.90.1) 
<3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8eba8000 -     0x7fff8eba9ff7  libSystem.B.dylib (1197.1.1) 
<BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib
    0x7fff8ebaa000 -     0x7fff8ebcfff7  com.apple.CoreVideo (1.8 - 117.2) 
<4674339E-26D0-35FA-9958-422832B39B12> 
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8eda7000 -     0x7fff8ede5ff7  libGLImage.dylib (9.6) 
<DCF2E131-A65E-33B2-B32D-28FF01605AB1> 
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8ede6000 -     0x7fff8edf2ff7  com.apple.OpenDirectory (10.9 - 
173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> 
/System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ee62000 -     0x7fff8ee63fff  liblangid.dylib (117) 
<9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff8ee64000 -     0x7fff8ee66fff  libRadiance.dylib (1042) 
<B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> 
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    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: 130555
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=154.8M resident=42.0M(27%) 
swapped_out_or_unallocated=112.8M(73%)
Writable regions: Total=168.4M written=17.9M(11%) resident=20.2M(12%) 
swapped_out=0K(0%) unallocated=148.2M(88%)

REGION TYPE                      VIRTUAL
===========                      =======
Dispatch continuations             16.0M
Kernel Alloc Once                     4K
MALLOC                             77.0M
MALLOC (admin)                       32K
STACK GUARD                        55.7M
Stack                              9628K
VM_ALLOCATE                          32K
__DATA                             94.6M
__IMAGE                             528K
__LINKEDIT                         65.9M
__TEXT                             88.9M
__UNICODE                           544K
mapped file                        22.4M
shared memory                         4K
===========                      =======
TOTAL                             431.1M

Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.3 
GHz, 8 GB, SMC 2.1f175
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 
0x484D54333531533643465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 
0x484D54333531533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom 
BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial 
ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD TOSHIBA MK5065GSXF, 500.11 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: IR Receiver
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 25.1


In GNU Emacs 24.3.50.1 (x86_64-apple-darwin13.0.0, NS apple-appkit-1265.00)
of 2014-02-21 on Daniels-MacBook-Pro-2.local
Configured using:
`configure --prefix=/usr/local/Cellar/emacs/HEAD --without-dbus
--enable-locallisppath=/usr/local/share/emacs/site-lisp
--infodir=/usr/local/Cellar/emacs/HEAD/share/info/emacs
--without-gnutls --with-ns --disable-ns-self-contained'

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Dart/l

Minor modes in effect:
  global-auto-complete-mode: t
  shell-dirtrack-mode: t
  global-linum-mode: t
  linum-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC [ ? 1 ; 2 c ESC x r e p o r t - b u TAB RET

Recent messages:
Loading /Users/dbdavidson/dev/open_source/dbd-emacs/dbd_ibuffer.el 
(source)...done
Loading /Users/dbdavidson/dev/open_source/dbd-emacs/dbd_c.el (source)...done
Truncate long lines enabled
Error during redisplay: (jit-lock-function 537) signaled (args-out-of-range 831 
930)
Use M-x make-directory RET RET to create the directory and its parents
Error during redisplay: (jit-lock-function 512) signaled (args-out-of-range 747 
839)
Error during redisplay: (jit-lock-function 513) signaled (args-out-of-range 927 
964)
Error during redisplay: (jit-lock-function 1) signaled (args-out-of-range 344 
417)
Error during redisplay: (jit-lock-function 1) signaled (args-out-of-range 
#<buffer ebisu.dart> 1 194)
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mail-utils xterm
auto-complete-config auto-complete popup tramp tramp-compat
auth-source eieio eieio-core mm-util mail-prsvr password-cache
tramp-loaddefs trampver shell linum switch-window quail help-mode ido
ibuf-macs sql view thingatpt python column-marker cdlatex texmathp
org-element org-rmail org-mhe org-irc org-info org-gnus gnus-util
org-docview doc-view jka-compr image-mode dired org-bibtex bibtex
org-bbdb org-w3m org-capture org org-macro org-footnote org-pcomplete
pcomplete org-list org-faces org-entities noutline outline easy-mmode
org-version ob-emacs-lisp ob ob-tangle org-src ob-ref ob-lob ob-table
ob-keys ob-exp ob-comint ob-core ob-eval org-compat org-macs
org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs
edmacro kmacro vc-git time-date dart-mode compile comint ansi-color
ring advice help-fns d-mode cl-macs gv derived byte-opt bytecomp
byte-compile cconv cc-langs cl cl-loaddefs cl-lib cc-mode cc-fonts
easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs ls-lisp tooltip electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode prog-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
nadvice loaddefs button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
multi-tty emacs)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]