Coder Social home page Coder Social logo

pyonr's People

Contributors

janus avatar leifandersen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pyonr's Issues

ImportError during install - missing module "site"

Attempted to install using raco pkg install -n python git://github.com/pedropramos/PyonR on Windows 7 64-bit with Racket 6.1.1 and got the following error:

raco setup: 3 making: (pkgs)/python
raco setup: 3 making: (pkgs)/python/c
ImportError: No module named site

Installation then quit. Using raco pkg show lists the python package as installed, however opening DrRacket and attempting to enter #lang python causes DrRacket to immediately close itself. Weird.

scribble typesetting *almost* works

I'd like to be able to typeset python code using scribble. This very nearly works already:

#lang scribble/manual

Here's some python:

@codeblock|{
#lang python

def f(x):
    pass

class Pair:
    def __init__(self, first, rest):
        self.first = first
        self.rest = rest

Pair(3,Pair(4,"mt"))
345+342
}|

results in the error:

prog:2:0: invalid character ' '

... and indeed, it turns out that you can actually fix this... by deleting all blank lines.

So, for some reason, the #lang python parser chokes on blank lines, when they're received from scribble.

Any idea what might be causing this? This looks like it might be an easy fix.

No support for super

class A(object):
  def m(self): 
    return 'A'

class B(A):
  def m(self):
    return super(B, self).m()

gives:
super: unbound identifier in module in: :super

Tab key

Hi (again ;)),

It would be great if the TAB key could work to get proper indentation.

For now, in the definitions window, TAB always brings the code to the beginning of the line.
In the interactions window, TAB does nothing.

Thanks!

Is there a way to import a local Racket file?

Say you have foo.py and bar.rkt in the same folder can achieve what (require "foo.rkt") would in foo.py? I was trying this but it does not work:

#lang python
import "bar.rkt" as bar

for-loop variables disappear after the loop

The following code works in CPython but not in PyonR:

#lang python

for i in range(10):
    print i, i*i
print i

The error message is :i: unbound identifier in module. It can certainly be argued that this behavior is more reasonable than CPython's, but I am sure this will break a lot of existing Python code.

core dump during install

Tried to install on Racket 6.1.1.4 / OS X using raco pkg install -n python git://github.com/pedropramos/PyonR but got this error:

raco setup: 3 making: <pkgs>/python
raco setup: 2 making: <pkgs>/racket-index/scribblings/main
raco setup: 2 making: <pkgs>/racket-index/scribblings/main/private
raco setup: 2 making: <pkgs>/racket-index/scribblings/main/user
raco setup: 3 making: <pkgs>/python/c
raco setup: 3 making: <pkgs>/python/debug
raco setup: 3 making: <pkgs>/python/debug/lang
raco setup: 3 making: <pkgs>/python/engine
Fatal Python error: GC object already tracked
Abort trap: 6 (core dumped)

search for python libs doesn't work on Debian GNU/Linux

On my Debian amd64 system, the python library is actually at

/usr/lib/x86_64-linux-gnu/libpython2.7.so.1

This points out two issues.

The first is so called "multi-arch" libraries live in paths prefixed with their architecture.

The second problem is that the unversioned link libpython2.7.so is only installed by the development package. This isn't such a hardship, but I guess that the most correct thing to do is to load the versioned library.

I'm not sure about a clean fix for the multiarch problem that isn't Debian specific. Perhaps a way to allow the user to specify where to find libpython would be helpful.

crash from cpyimport on OS X

This program crashes:

lang python

cpyimport random

Process: DrRacket [34653]
Path: /Users/USER/*/DrRacket.app/Contents/MacOS/DrRacket
Identifier: org.racket-lang.DrRacket
Version: 6.1.1.4 (6.1.1.4)
Code Type: X86-64 (Native)
Parent Process: bash [509]
Responsible: Terminal [299]
User ID: 502

Date/Time: 2014-11-17 16:04:52.291 +0100
OS Version: Mac OS X 10.9.5 (13F34)
Report Version: 11
Anonymous UUID: 43139E67-6221-67E1-5E19-E4C13C941F6D

Sleep/Wake UUID: AAF4775F-37C9-4A55-B2C1-ADC799FA6DAC

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008

VM Regions Near 0x8:
-->
__TEXT 000000010aeaa000-000000010aeb2000 [ 32K] r-x/rwx SM=COW /Users/USER/*/DrRacket.app/Contents/MacOS/DrRacket

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libpython2.7.dylib 0x00000001355618ce PyObject_GetAttrString + 13
1 Racket 0x000000010b1cf89c ffi_call_unix64 + 76
2 Racket 0x000000010b1d06bf ffi_call + 783
3 Racket 0x000000010b1c1180 ffi_do_call + 2192
4 Racket 0x000000010b1c0387 ffi_do_call_after_stack_check + 263 (foreign.c:3521)
5 ??? 0x000000010c350f62 0 + 4499771234
6 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
7 Racket 0x000000010af18216 define_execute_with_dynamic_state + 550 (eval.c:1951)
8 Racket 0x000000010af15e30 scheme_do_eval + 11728 (eval.c:3740)
9 Racket 0x000000010b033c2d body_one_expr + 157 (module.c:5792)
10 Racket 0x000000010af14bca scheme_do_eval + 7018 (eval.c:3124)
11 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
12 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
13 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
14 Racket 0x000000010af13ca8 scheme_do_eval + 3144 (eval.c:2711)
15 Racket 0x000000010af48118 do_call_with_prompt + 408 (fun.c:7070)
16 Racket 0x000000010b0340e3 scheme_module_run_finish + 1139 (module.c:5891)
17 ??? 0x000000010c347523 0 + 4499731747
18 Racket 0x000000010b014298 scheme_module_run_start + 136 (jitstack.c:670)
19 Racket 0x000000010b03807b eval_module_body + 171 (module.c:5781)
20 Racket 0x000000010b0381fb do_start_module + 299
21 Racket 0x000000010b040449 start_module + 3449 (module.c:5659)
22 Racket 0x000000010b041ebe parse_requires + 6494
23 Racket 0x000000010b042b50 do_namespace_require + 432
24 Racket 0x000000010b042baf namespace_require + 15 (module.c:1503)
25 ??? 0x000000010c349461 0 + 4499739745
26 ??? 0x000000010c7c55f9 0 + 4504442361
27 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
28 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
29 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
30 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
31 ??? 0x000000010c351a01 0 + 4499773953
32 ??? 0x000000010c7c55f9 0 + 4504442361
33 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
34 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
35 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
36 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
37 Racket 0x000000010af190c3 _scheme_apply_multi_from_native + 243 (schnapp.inc:34)
38 ??? 0x000000010e75834c 0 + 4537549644
39 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
40 Racket 0x000000010af1919b _scheme_apply_multi_from_native + 459 (schthread.h:393)
41 ??? 0x000000010e7566a8 0 + 4537542312
42 ??? 0x000000010c35185d 0 + 4499773533
43 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
44 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
45 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
46 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
47 ??? 0x000000010c340114 0 + 4499702036
48 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
49 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
50 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
51 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
52 ??? 0x000000010c351a01 0 + 4499773953
53 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
54 Racket 0x000000010af3e629 force_values + 281 (fun.c:1407)
55 Racket 0x000000010af3e984 scheme_force_value_same_mark + 116 (fun.c:1453)
56 ??? 0x000000010c348f8d 0 + 4499738509
57 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
58 Racket 0x000000010af3e17b scheme_finish_apply_for_prompt + 603 (schthread.h:390)
59 Racket 0x000000010af3e4f0 scheme_apply_for_prompt + 96 (fun.c:6350)
60 Racket 0x000000010af46c62 call_with_prompt + 1922 (fun.c:6849)
61 ??? 0x000000010c351a01 0 + 4499773953
62 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
63 Racket 0x000000010af33200 apply_k + 192 (fun.c:1490)
64 Racket 0x000000010af44ef3 scheme_top_level_do_worker + 1907 (fun.c:1314)
65 Racket 0x000000010b19b427 start_child + 871 (thread.c:3100)
66 Racket 0x000000010b19e804 make_subprocess + 660 (thread.c:3196)
67 Racket 0x000000010b19ead8 scheme_thread_w_details + 488 (thread.c:3396)
68 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
69 Racket 0x000000010b1bf2b1 ffi_do_callback + 753 (schthread.h:390)
70 Racket 0x000000010b1d02f9 ffi_closure_unix64_inner + 697
71 ??? 0x00007fff54d5133c 0 + 140734616638268

Thread 1:
0 libsystem_kernel.dylib 0x00007fff9362ba1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9362ad18 mach_msg + 64
2 Racket 0x000000010b1dd8b6 exception_thread + 166 (vm_osx.c:357)
3 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
4 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
5 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff9362fa3a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff95c0ddc0 nanosleep + 200
2 libsystem_c.dylib 0x00007fff95c0dcb2 usleep + 54
3 Racket 0x000000010b0c967b green_thread_timer + 43 (port.c:11023)
4 Racket 0x000000010b05ade5 mzrt_thread_stub + 85 (mzrt.c:170)
5 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 3:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff93630662 kevent64 + 10
1 libdispatch.dylib 0x00007fff93aa8421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff93aa8136 _dispatch_mgr_thread + 52

Thread 4:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff9362f9aa __select + 10
1 com.apple.CoreFoundation 0x00007fff92f97a03 __CFSocketManager + 867
2 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
3 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
4 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff9362ba1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9362ad18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff92f4bf15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff92f4b539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff92f4ae75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff94a1d05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff9362f716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff9456bc3b _pthread_cond_wait + 727
2 Racket 0x000000010b0c92cb do_watch + 75 (port.c:11199)
3 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
4 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
5 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff9362fcc2 __sigwait + 10
1 libsystem_pthread.dylib 0x00007fff9456d923 sigwait + 61
2 Racket 0x000000010b0c2373 mz_proc_thread_signal_worker + 227 (place.c:876)
3 Racket 0x000000010b05ade5 mzrt_thread_stub + 85 (mzrt.c:170)
4 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff9362f9aa __select + 10
1 Racket 0x000000010b0da3a7 default_sleep + 631 (schthread.h:390)
2 Racket 0x000000010b19223c check_sleep + 2348 (thread.c:4348)
3 Racket 0x000000010b196b4c scheme_thread_block + 3756 (thread.c:5091)
4 Racket 0x000000010b199af4 do_sync + 2116 (thread.c:5228)
5 ??? 0x000000010c340114 0 + 4499702036
6 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
7 Racket 0x000000010af1919b _scheme_apply_multi_from_native + 459 (schthread.h:393)
8 ??? 0x000000010c340056 0 + 4499701846
9 Racket 0x000000010af148da scheme_do_eval + 6266 (schthread.h:393)
10 Racket 0x000000010af3324d apply_k + 269 (schthread.h:393)
11 Racket 0x000000010af44f2c scheme_top_level_do_worker + 1964 (fun.c:1314)
12 Racket 0x000000010b0c89fb place_start_proc_after_stack + 2651
13 Racket 0x000000010b0c7e18 place_start_proc + 104 (place.c:2429)
14 Racket 0x000000010b05ade5 mzrt_thread_stub + 85 (mzrt.c:170)
15 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
16 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
17 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff9362f716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff9456bc3b _pthread_cond_wait + 727
2 Racket 0x000000010b0c96c5 green_thread_timer + 117 (port.c:11032)
3 Racket 0x000000010b05ade5 mzrt_thread_stub + 85 (mzrt.c:170)
4 libsystem_pthread.dylib 0x00007fff94569899 _pthread_body + 138
5 libsystem_pthread.dylib 0x00007fff9456972a _pthread_start + 137
6 libsystem_pthread.dylib 0x00007fff9456dfc9 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff9362fe6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9456af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff9456dfb9 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff9362fe6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9456af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff9456dfb9 start_wqthread + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fff9362fe6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9456af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff9456dfb9 start_wqthread + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff9362fe6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff9456af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff9456dfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000002 rcx: 0x00000000f8a99687 rdx: 0x0000000000000001
rdi: 0x0000000000000000 rsi: 0x00000001147263a0 rbp: 0x00007fff54d4cc60 rsp: 0x00007fff54d4cc40
r8: 0x00007fff54d4cd10 r9: 0x000000010af686d7 r10: 0x00007fff54d4cbc0 r11: 0x00000001355618c1
r12: 0xffffffffffffffff r13: 0x0000000000000001 r14: 0x0000000000000000 r15: 0x0000000000000000
rip: 0x00000001355618ce rfl: 0x0000000000010246 cr2: 0x0000000000000008

Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x10aeaa000 - 0x10aeb1ff7 +org.racket-lang.DrRacket (6.1.1.4 - 6.1.1.4) /Users/USER//DrRacket.app/Contents/MacOS/DrRacket
0x10aeba000 - 0x10b257fff +Racket (0) /Users/USER/
/Racket.framework/Versions/6.1.1.4_3m/Racket
0x10e7d3000 - 0x10e7dcff7 +libintl.8.dylib (10.2) /Users/USER//libintl.8.dylib
0x10e7e1000 - 0x10e8f4fff +libglib-2.0.0.dylib (3993) <972074D0-5719-308A-9DC2-E2FF8F8CC7D8> /Users/USER/
/libglib-2.0.0.dylib
0x10e949000 - 0x10e949ff7 +libgthread-2.0.0.dylib (3993) <7B72D231-70D8-3C2E-BE69-9F4A0308B8CB> /Users/USER//libgthread-2.0.0.dylib
0x10e94c000 - 0x10e94dfff +libgmodule-2.0.0.dylib (3993) <23DE2402-D120-39D4-8E02-60B6D542D932> /Users/USER/
/libgmodule-2.0.0.dylib
0x10e950000 - 0x10e955fff +libffi.6.dylib (7.1) <299B2B3A-7ED8-3FDC-A1B0-A49D4A9824DB> /Users/USER//libffi.6.dylib
0x10e958000 - 0x10e996fff +libgobject-2.0.0.dylib (3993) /Users/USER/
/libgobject-2.0.0.dylib
0x10e9aa000 - 0x10e9d7ff7 +libpng16.16.dylib (27) <3B90B95D-8D26-3D0C-8105-FB322C4BDDD6> /Users/USER//libpng16.16.dylib
0x10e9e0000 - 0x10ea00fff +libexpat.1.dylib (8) <8BB6B828-6753-3234-AEDC-4DD92C683A9D> /Users/USER/
/libexpat.1.dylib
0x10ea07000 - 0x10ea91ff7 +libfreetype.6.dylib (18.2) <257822D5-F23C-34A3-AA90-7850C3B44548> /Users/USER//libfreetype.6.dylib
0x10eaa6000 - 0x10eadefff +libfontconfig.1.dylib (10) /Users/USER/
/libfontconfig.1.dylib
0x10eae9000 - 0x10eb80ff7 +libpixman-1.0.dylib (33.4) <4B6C41FC-00B3-3267-8543-7A5E12272662> /Users/USER//libpixman-1.0.dylib
0x10eb96000 - 0x10ec68ff7 +libcairo.2.dylib (11203.16) /Users/USER/
/libcairo.2.dylib
0x10ec99000 - 0x10ecd9ff7 +libpango-1.0.0.dylib (3601.6) /Users/USER//libpango-1.0.0.dylib
0x10eceb000 - 0x10ed30ff7 +libharfbuzz.0.dylib (928) <16CF3E5C-13E0-3841-8ED5-08293B438DF2> /Users/USER/
/libharfbuzz.0.dylib
0x10ed41000 - 0x10ed4eff7 +libpangoft2-1.0.0.dylib (3601.6) /Users/USER//libpangoft2-1.0.0.dylib
0x10ed59000 - 0x10ed66ff7 +libpangocairo-1.0.0.dylib (3601.6) <93E106B7-ED01-3F89-A279-63B33140EDEE> /Users/USER/
/libpangocairo-1.0.0.dylib
0x10ee5e000 - 0x10ee96ff7 +libjpeg.9.dylib (11) <64012A4B-6111-37C0-BF83-E1BDB31E6DF0> /Users/USER//libjpeg.9.dylib
0x1134b5000 - 0x1134b6fe4 +cl_kernels (???) cl_kernels
0x1134c4000 - 0x1134c5ff9 +cl_kernels (???) <01CE7114-1396-4B92-A39E-CB5141D7805D> cl_kernels
0x113685000 - 0x1136b3fff +com.positivespinmedia.PSMTabBarControlFramework (1.0) <5B6D3F48-ADF4-3E9F-A1F6-E4DA6DE31223> /Users/USER/
/PSMTabBarControl.framework/PSMTabBarControl
0x113b1c000 - 0x113b1dffa +cl_kernels (???) <2F83E4FD-E1ED-4CE1-86C0-61E3C2989710> cl_kernels
0x11649d000 - 0x1164b8ff9 com.apple.security.csparser (3.0 - 55471.14.21) <07C5184F-D862-324B-B878-EC0474A8624B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x116b41000 - 0x116b45ff7 libgermantok.dylib (14) <33B11365-E59E-38C1-952E-AFFFEFEE427F> /usr/lib/libgermantok.dylib
0x127820000 - 0x127906fef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x128ac0000 - 0x128ba0ff7 unorm8_rgba.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x12b1b4000 - 0x12b1b4fff +others64.dylib (0) <5A4407A5-4879-3871-B6FD-2520FD25DA29> /Users/USER/*/others64.dylib
0x132b36000 - 0x132b36feb +cl_kernels (???) <05FAECBD-C3E0-4D98-A298-28F41042658F> cl_kernels
0x135528000 - 0x135612fff libpython2.7.dylib (76.100.1) <8DD65C8B-686D-3BF1-8682-70F02D28D200> /usr/lib/libpython2.7.dylib
0x7fff6f2f3000 - 0x7fff6f326817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff8922f000 - 0x7fff8928ffff com.apple.ISSupport (1.9.9 - 57) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff892bd000 - 0x7fff892befff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff893a3000 - 0x7fff893a3fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff893a4000 - 0x7fff893cdff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff893ce000 - 0x7fff89801ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff89802000 - 0x7fff8980bfff com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8980c000 - 0x7fff8980eff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff8980f000 - 0x7fff89816ff7 com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff89817000 - 0x7fff8986fff7 com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff89c12000 - 0x7fff89c1cff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff89c1d000 - 0x7fff89c3bfff com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
0x7fff89cb1000 - 0x7fff89cb5ff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff89cb6000 - 0x7fff89cb7fff com.apple.AddressBook.ContactsData (8.0 - 1371.2) <5C8D3406-C4DE-305A-958F-53BCE7B179AA> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff89cb8000 - 0x7fff89cb9fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff89cba000 - 0x7fff89cc7fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff89d85000 - 0x7fff89dcaff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff89ddd000 - 0x7fff89e41fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff89e42000 - 0x7fff89e4effb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff89e67000 - 0x7fff89e7bfff com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff89e8e000 - 0x7fff89f58ff7 com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff89f59000 - 0x7fff8a0f4ff8 com.apple.CFNetwork (673.5 - 673.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8a18b000 - 0x7fff8a19cfff com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
0x7fff8a19d000 - 0x7fff8a1baff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8a1bb000 - 0x7fff8a1c3fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
0x7fff8a1c4000 - 0x7fff8a1c6fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8a22b000 - 0x7fff8a274fff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8a294000 - 0x7fff8a2e5ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8a331000 - 0x7fff8a332ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8a40f000 - 0x7fff8a419ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8a41a000 - 0x7fff8a444ff7 libsandbox.1.dylib (278.11.1) /usr/lib/libsandbox.1.dylib
0x7fff8a445000 - 0x7fff8a454ff8 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
0x7fff8a468000 - 0x7fff8a4dbfff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8a4dc000 - 0x7fff8a4f7ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8a4f8000 - 0x7fff8a546ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8a547000 - 0x7fff8a599ff7 com.apple.Suggestions (3.0 - 137.1) /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff8a59a000 - 0x7fff8a844ff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8a845000 - 0x7fff8aad9ff7 com.apple.RawCamera.bundle (5.07 - 760) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8aada000 - 0x7fff8aadfff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff8aae0000 - 0x7fff8aaf8ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8aaf9000 - 0x7fff8ab32ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8ab33000 - 0x7fff8ab33fff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8ab52000 - 0x7fff8ac82ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8ac83000 - 0x7fff8ac8eff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8ac8f000 - 0x7fff8af63fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8af64000 - 0x7fff8afdbfff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8afdc000 - 0x7fff8b353ff6 com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8b354000 - 0x7fff8b37eff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff8b37f000 - 0x7fff8b3e5fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8b3e6000 - 0x7fff8b3e7fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8b41a000 - 0x7fff8b41dfff com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8b7fa000 - 0x7fff8b87bfff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8b87e000 - 0x7fff8b880fff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8b912000 - 0x7fff8b924ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8b925000 - 0x7fff8b9b5ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8b9b6000 - 0x7fff8b9e7fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b9e8000 - 0x7fff8b9f4ff7 com.apple.HelpData (2.1.4 - 90) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8b9f5000 - 0x7fff8bbadffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff8bbfd000 - 0x7fff8be45ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8bf00000 - 0x7fff8bf02fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8bf03000 - 0x7fff8bfc7ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8bfee000 - 0x7fff8c000fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8c508000 - 0x7fff8c577ff1 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
0x7fff8c824000 - 0x7fff8c826fff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8c827000 - 0x7fff8c8d7ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8c916000 - 0x7fff8c919ff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff8c91a000 - 0x7fff8c946ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8c947000 - 0x7fff8c975ff7 com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8c976000 - 0x7fff8c976ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8c977000 - 0x7fff8ca39ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8ca3a000 - 0x7fff8ca69fff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8ca6a000 - 0x7fff8ca71fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8ca72000 - 0x7fff8ca73fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8ca74000 - 0x7fff8cb11fff com.apple.imcore (10.0 - 1000) /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
0x7fff8cb12000 - 0x7fff8cb6ffff com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff8cb70000 - 0x7fff8cb89ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8cb8a000 - 0x7fff8cbd6ffe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8cbd7000 - 0x7fff8cc30fff libTIFF.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8cc31000 - 0x7fff8cc58ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8cc59000 - 0x7fff8ccabfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff8ccac000 - 0x7fff8ccacfff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8cf89000 - 0x7fff8cfb0ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff8cfb1000 - 0x7fff8cfb3ffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8cfb4000 - 0x7fff8cfb7ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8cfb8000 - 0x7fff8cff6ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8d83c000 - 0x7fff8d841fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8d842000 - 0x7fff8d930fff libJP2.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8d933000 - 0x7fff8d992fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8d993000 - 0x7fff8d997fff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8d998000 - 0x7fff8d9a0ff3 libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8d9a1000 - 0x7fff8d9e6fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff8d9e7000 - 0x7fff8d9f0ff7 libcldcpuengine.dylib (2.3.58) <4E8AFDB8-607F-348D-BAEA-DA9ACF44AEAA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff8da14000 - 0x7fff8da15ff7 libodfde.dylib (20) /usr/lib/libodfde.dylib
0x7fff8da16000 - 0x7fff8da18fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8da19000 - 0x7fff8da20ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8da8d000 - 0x7fff8dabcfd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8dadd000 - 0x7fff8daddfff com.apple.AOSMigrate (1.0 - 1) /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
0x7fff8dade000 - 0x7fff8db1dfff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8db1e000 - 0x7fff8db1efff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8db1f000 - 0x7fff8db44ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8db5d000 - 0x7fff8dbacff7 com.apple.framework.internetaccounts (2.1 - 210) /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff8dbad000 - 0x7fff8de0efff com.apple.imageKit (2.5 - 774) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8de0f000 - 0x7fff8de5afff com.apple.ImageCaptureCore (5.0 - 5.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8dea1000 - 0x7fff8df2dff7 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
0x7fff8df2e000 - 0x7fff8df55ff7 com.apple.shortcut (2.6 - 2.6) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8df56000 - 0x7fff8e047ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff8e048000 - 0x7fff8e04cff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff8e04d000 - 0x7fff8e055ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8e09f000 - 0x7fff8e4edfef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8e4ee000 - 0x7fff8e4f1ff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib
0x7fff8e4f2000 - 0x7fff8e8c9fef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8e8ca000 - 0x7fff8e8d0ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8e8d1000 - 0x7fff8f1f0797 com.apple.CoreGraphics (1.600.0 - 599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f243000 - 0x7fff8f24eff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8f24f000 - 0x7fff8f277ffb libRIP.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8f278000 - 0x7fff8f27eff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8f27f000 - 0x7fff8f2c0fff com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8f2d8000 - 0x7fff8f42cff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8f42d000 - 0x7fff8f78dff7 com.apple.FinderKit (1.2.4 - 1.2.4) <08D08006-66CE-3787-97E9-73E8942BC9CB> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff8f7cf000 - 0x7fff8f7e0ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8f94d000 - 0x7fff8f959ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8f95a000 - 0x7fff8fa25fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8fd18000 - 0x7fff90018ff7 com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9004d000 - 0x7fff90069fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff900a0000 - 0x7fff900b8ff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff900b9000 - 0x7fff901a3fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff901a4000 - 0x7fff901adffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff901ae000 - 0x7fff9058fffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff90590000 - 0x7fff905a0ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff90e89000 - 0x7fff90ebaff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib
0x7fff91132000 - 0x7fff9113bfff 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
0x7fff9113c000 - 0x7fff9116cfff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9116f000 - 0x7fff91179fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff9117a000 - 0x7fff91183ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff91184000 - 0x7fff911e7ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff911e8000 - 0x7fff911e8ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff911e9000 - 0x7fff9151ffff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff91520000 - 0x7fff91521ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff91545000 - 0x7fff91581ff7 com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
0x7fff916bc000 - 0x7fff916c3ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff91718000 - 0x7fff9171cfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff9171d000 - 0x7fff91722fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff91723000 - 0x7fff91724ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff91725000 - 0x7fff91728fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff91729000 - 0x7fff9186afff com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff9186b000 - 0x7fff91971ff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff91972000 - 0x7fff9197cff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff91990000 - 0x7fff91991ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff91992000 - 0x7fff927e6ff7 com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff92801000 - 0x7fff9284eff2 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
0x7fff9284f000 - 0x7fff92857ff7 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
0x7fff92867000 - 0x7fff9299dff5 com.apple.WebKit (9537 - 9537.78.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff9299e000 - 0x7fff929a9fff libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
0x7fff929aa000 - 0x7fff929adfff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff929ae000 - 0x7fff929c9ff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff929ca000 - 0x7fff929ccff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff929cd000 - 0x7fff929fcff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff92b6d000 - 0x7fff92b9aff2 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff92bbf000 - 0x7fff92bc5ff7 libCGXCoreImage.A.dylib (599.35.4) <0A9F43CB-C01F-3A98-AAB3-1E08C65BCFB4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff92bc6000 - 0x7fff92e97ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff92e98000 - 0x7fff92edaff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff92edb000 - 0x7fff930c0fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff930c1000 - 0x7fff930c9fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff930ca000 - 0x7fff93117fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff93118000 - 0x7fff93173ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff93174000 - 0x7fff93198fff com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff93199000 - 0x7fff93224ff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff93239000 - 0x7fff932c2fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff932c3000 - 0x7fff932fbff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff93538000 - 0x7fff93561fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff935c8000 - 0x7fff93619fff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff9361a000 - 0x7fff93636ff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
0x7fff93637000 - 0x7fff93647fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff93648000 - 0x7fff93655ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff93656000 - 0x7fff93778fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff9377f000 - 0x7fff9379aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff93832000 - 0x7fff93834ff7 com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff93835000 - 0x7fff938a2fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff938a3000 - 0x7fff93992fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff93993000 - 0x7fff9399efff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9399f000 - 0x7fff939adfff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff939ae000 - 0x7fff939aefff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff93a69000 - 0x7fff93a9dfff libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
0x7fff93a9e000 - 0x7fff93aa4ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 1371.2) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff93aa5000 - 0x7fff93abffff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff93aff000 - 0x7fff93b6bfff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff93b6c000 - 0x7fff93b6cfff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff93b6d000 - 0x7fff93b6fff7 com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
0x7fff93b70000 - 0x7fff93b72fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff93b73000 - 0x7fff93b7dff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff93b7e000 - 0x7fff93dc7fff com.apple.AddressBook.framework (8.0 - 1371.2) <7DB320AB-4ED4-391E-89CC-125826D94026> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff93dc8000 - 0x7fff93e50ff7 com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff93e51000 - 0x7fff93e68ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93e69000 - 0x7fff940cdffd com.apple.security (7.0 - 55471.14.21) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff940ce000 - 0x7fff9426aff3 com.apple.QuartzCore (1.8 - 332.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9440c000 - 0x7fff9440cff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff9440d000 - 0x7fff944e9fff libcrypto.0.9.8.dylib (52) /usr/lib/libcrypto.0.9.8.dylib
0x7fff944ea000 - 0x7fff94531fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff94532000 - 0x7fff94567ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff94568000 - 0x7fff9456fff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff94570000 - 0x7fff94589ff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff9458a000 - 0x7fff945a0fff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff945bb000 - 0x7fff945bbfff com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff945bc000 - 0x7fff946a3ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff946b7000 - 0x7fff946dfffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff946e0000 - 0x7fff946e1ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff946e2000 - 0x7fff94707ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff94773000 - 0x7fff94777ff7 libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
0x7fff94778000 - 0x7fff9477dff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff94815000 - 0x7fff94819ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff9481a000 - 0x7fff9482bff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff9482c000 - 0x7fff94858fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff94859000 - 0x7fff953cfff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff953d0000 - 0x7fff953ddff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff953de000 - 0x7fff9558bf27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff9558c000 - 0x7fff955dffff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff955ed000 - 0x7fff955f0ffa libCGXType.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff955f1000 - 0x7fff95b14fff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff95b15000 - 0x7fff95b63fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff95b64000 - 0x7fff95b77ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff95b92000 - 0x7fff95c1bff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff95c1c000 - 0x7fff95c81ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff95c88000 - 0x7fff95cb7ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff95d65000 - 0x7fff95e94fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff95e95000 - 0x7fff95eb9ff7 libJPEG.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff95eba000 - 0x7fff95ec0fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff95ec1000 - 0x7fff95eceff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff95ecf000 - 0x7fff96160ff7 com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
0x7fff96161000 - 0x7fff9644bfff 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
0x7fff9644c000 - 0x7fff96530ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff96531000 - 0x7fff96534fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff96535000 - 0x7fff96570fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff96571000 - 0x7fff9658dfff com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff9658e000 - 0x7fff96629ff7 com.apple.PDFKit (2.9.2 - 2.9.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff9662a000 - 0x7fff966fbff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff966fc000 - 0x7fff9686aff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9686b000 - 0x7fff968b2ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff968b3000 - 0x7fff9690afff com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff96924000 - 0x7fff969dcff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff96bcf000 - 0x7fff96ca0fff com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff96ca1000 - 0x7fff96ca8fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff96ca9000 - 0x7fff96cc0ffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff96ce3000 - 0x7fff96d4aff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff96d4b000 - 0x7fff96d53ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff96d54000 - 0x7fff96d78fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=233.9M resident=63.6M(27%) swapped_out_or_unallocated=170.3M(73%)
Writable regions: Total=377.1M written=183.0M(49%) resident=138.6M(37%) swapped_out=143.3M(38%) unallocated=238.5M(63%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 5396K
CG image 1144K
CG raster data 24K
CG shared images 276K
CoreAnimation 1540K
CoreGraphics 8K
CoreImage 8K
CoreServices 128K
Dispatch continuations 8192K
Foundation 4K
Image IO 12K
Kernel Alloc Once 8K
MALLOC 87.3M
MALLOC (admin) 32K
Memory Tag 241 132K
Memory Tag 242 12K
Memory Tag 251 36K
OpenCL 44K
SQLite page cache 256K
STACK GUARD 56.1M
Stack 28.7M
VM_ALLOCATE 243.8M
__DATA 30.4M
__IMAGE 528K
__LINKEDIT 68.3M
__PLTSCHEME 8K
__TEXT 165.7M
__UNICODE 544K
mapped file 135.8M
shared memory 403.3M
=========== =======
TOTAL 1.2G

Model: MacBookAir4,2, BootROM MBA41.0077.B11, 2 processors, Intel Core i5, 1.7 GHz, 4 GB, SMC 1.73f66
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.7f3 14616, 3 services, 15 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256C, 251 GB
USB Device: FaceTime Camera (Built-in)
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Hub
USB Device: Internal Memory Card Reader
Thunderbolt Bus: MacBook Air, Apple Inc., 8.1

Differentiating bound and unbound methods

Hi,

The output does not distinguish unbound methods:

> A.m
<instancemethod object at 0xe61f710>

from bound methods:

> A().m
<instancemethod object at 0xeff3548>

Contrast this to the Python interpreter:

>>> A.m
<unbound method A.m>
>>> A().m
<bound method A.m of <__main__.A instance at 0x10599cdd0>>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.