SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S
1
(3)
2
(7)
3
(13)
4
(6)
5
(18)
6
(39)
7
(1)
8
(4)
9
(4)
10
(4)
11
(19)
12
(15)
13
(16)
14
(1)
15
(5)
16
(17)
17
(12)
18
(19)
19
(2)
20
(5)
21
(3)
22
(1)
23
(3)
24
(5)
25
(4)
26
(1)
27
(13)
28
(4)
29
(2)
30
(21)
31
(17)




Showing 19 results of 19

From: Neal B. <ndb...@gm...> - 2011年05月18日 22:49:29
Eric Firing wrote:
> On 05/18/2011 09:01 AM, Neal Becker wrote:
>> Using scatter, it seems less probably (numerous) points show just as much as
>> more probable points. Can anyone suggest a good way to emphasize the more
>> probable points?
> 
> This is what hexbin is for, although it takes the additional step of
> showing points on a grid, not at their original precise locations.
> 
> Eric
> 
Very nice! Thanks!
From: Eric F. <ef...@ha...> - 2011年05月18日 21:41:52
On 05/18/2011 09:01 AM, Neal Becker wrote:
> Using scatter, it seems less probably (numerous) points show just as much as
> more probable points. Can anyone suggest a good way to emphasize the more
> probable points?
Another idea: set alpha to something less than 1, maybe something like 
0.3; then superimposed markers will show up darker than lone markers.
Eric
>
> I was thinking maybe the easy way is just scale down the markers. Drawback may
> be too many points plotted.
>
> Colors would be nice, but I guess that would be more work?
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Justin M. <jn...@gm...> - 2011年05月18日 21:04:00
On Wed, May 18, 2011 at 3:01 PM, Neal Becker <ndb...@gm...> wrote:
> Using scatter, it seems less probably (numerous) points show just as much
> as
> more probable points. Can anyone suggest a good way to emphasize the more
> probable points?
>
> I was thinking maybe the easy way is just scale down the markers. Drawback
> may
> be too many points plotted.
>
> Colors would be nice, but I guess that would be more work?
>
>
You could try something like the scatter+histograms shown here:
http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_hist.html
Takes a bit more space, but the colors aren't as important.
Python Course in Golden, CO, USA
================================
**There is only one day left to take advantage of the early bird rate.**
Introduction to Python and Python for Scientists and Engineers
--------------------------------------------------------------
June 3 - 4, 2011 Introduction to Python
June 5, 2011 Python for Scientists and Engineers
Both courses can be booked individually or together.
Venue: Colorado School of Mines, Golden, CO (20 minutes west of Denver)
Trainer: Mike Müller
Target Audience
---------------
The introductory course is designed for people with basic programming
background. Since it is a general introduction to Python it is suitable
for everybody interested in Python.
The scientist's course assumes a working knowledge of Python. You will be fine
if you take the two-day introduction before hand. The topics are of general
interest for scientists and engineers. Even though some examples come from the
groundwater modeling domain, they are easy to understand for people without
prior knowledge in this field.
About the Trainer
-----------------
Mike Müller, has been teaching Python since 2004. He is the
founder of Python Academy and regularly gives open and in-house
Python courses as well as tutorials at PyCon US, OSCON, EuroSciPy
and PyCon Asia-Pacific.
More Information and Course Registration
----------------------------------------
http://igwmc.mines.edu/short-course/intro_python.html
--
Mike
mmu...@py...
From: Eric F. <ef...@ha...> - 2011年05月18日 19:24:42
On 05/18/2011 09:01 AM, Neal Becker wrote:
> Using scatter, it seems less probably (numerous) points show just as much as
> more probable points. Can anyone suggest a good way to emphasize the more
> probable points?
This is what hexbin is for, although it takes the additional step of 
showing points on a grid, not at their original precise locations.
Eric
>
> I was thinking maybe the easy way is just scale down the markers. Drawback may
> be too many points plotted.
>
> Colors would be nice, but I guess that would be more work?
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Neal B. <ndb...@gm...> - 2011年05月18日 19:02:10
Using scatter, it seems less probably (numerous) points show just as much as 
more probable points. Can anyone suggest a good way to emphasize the more 
probable points?
I was thinking maybe the easy way is just scale down the markers. Drawback may 
be too many points plotted.
Colors would be nice, but I guess that would be more work?
From: Michael D. <md...@st...> - 2011年05月18日 17:11:13
Sounds like you don't have the fonts installed and/or they are not 
getting found.
You can try removing the font cache, which will force a research. 
(~/.matplotlib/fontList.cache)
If that doesn't work, in your matplotlibrc add the line:
 verbose.level: debug-annoying
This will print out a bunch of information about font searching and 
hopefully track down why the Bakoma fonts are not getting found.
Mike
On 05/18/2011 11:36 AM, Neal Becker wrote:
> Michael Droettboom wrote:
>
>> Are you setting text.usetex to True, or using matplotlib's built-in
>> mathtext rendering?
>>
>> Can you attach an image? I've seen enough of these failure cases that I
>> can often guess by looking at it ;)
>>
>> Mike
>>
>> On 05/18/2011 09:21 AM, Neal Becker wrote:
>>> Darren Dale wrote:
>>>
>>>> On Tue, May 17, 2011 at 2:05 PM, Neal
>>>> Becker<ndb...@gm...> wrote:
>>>>> I have an old fedora 11 system. When I try to use latex math (e.g.,
>>>>> $\mu=2$), it gives no error, but seems to produce gibberish (just ordinary
>>>>> ascii chars) in my pdf output.
>>>>>
>>>>> Any ideas how to debug?
>>>> Try using raw strings. If that doesn't work, try submitting a short example.
>>>>
>>> submitting an example won't help. The problem is with this installation. My
>>> question is, how can I try to debug it?
>>>
>>>
> Oops, forgot the screenshot
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Neal B. <ndb...@gm...> - 2011年05月18日 15:40:20
Attachments: snapshot1.png
Michael Droettboom wrote:
> Are you setting text.usetex to True, or using matplotlib's built-in
> mathtext rendering?
> 
> Can you attach an image? I've seen enough of these failure cases that I
> can often guess by looking at it ;)
> 
> Mike
> 
> On 05/18/2011 09:21 AM, Neal Becker wrote:
>> Darren Dale wrote:
>>
>>> On Tue, May 17, 2011 at 2:05 PM, Neal
>>> Becker<ndb...@gm...> wrote:
>>>> I have an old fedora 11 system. When I try to use latex math (e.g.,
>>>> $\mu=2$), it gives no error, but seems to produce gibberish (just ordinary
>>>> ascii chars) in my pdf output.
>>>>
>>>> Any ideas how to debug?
>>> Try using raw strings. If that doesn't work, try submitting a short example.
>>>
>> submitting an example won't help. The problem is with this installation. My
>> question is, how can I try to debug it?
>>
>>
Oops, forgot the screenshot
From: Neal B. <ndb...@gm...> - 2011年05月18日 15:35:42
Michael Droettboom wrote:
> Are you setting text.usetex to True, or using matplotlib's built-in
> mathtext rendering?
> 
> Can you attach an image? I've seen enough of these failure cases that I
> can often guess by looking at it ;)
> 
> Mike
> 
> On 05/18/2011 09:21 AM, Neal Becker wrote:
>> Darren Dale wrote:
>>
>>> On Tue, May 17, 2011 at 2:05 PM, Neal
>>> Becker<ndb...@gm...> wrote:
>>>> I have an old fedora 11 system. When I try to use latex math (e.g.,
>>>> $\mu=2$), it gives no error, but seems to produce gibberish (just ordinary
>>>> ascii chars) in my pdf output.
>>>>
>>>> Any ideas how to debug?
>>> Try using raw strings. If that doesn't work, try submitting a short example.
>>>
>> submitting an example won't help. The problem is with this installation. My
>> question is, how can I try to debug it?
>>
>>
The simplest example is I made a legend that says:
plot (...label=r'esno=%s,$\mu$=%.2fms'%(esno,0.001*hist.mean()...
And \mu gets turned into an '=' sign
I am not setting text.usetex to True AFAIK (no .matplotlibrc).
I also note that there is no ~/.matplotlib/tex.cache on this machine.
From: Benjamin R. <ben...@ou...> - 2011年05月18日 15:03:16
On Wed, May 18, 2011 at 5:52 AM, Yue Chao <cha...@gm...> wrote:
> Thank you Mark!
>
> If there is no search engine, we'll not make full use of FAQ history...
>
> Chao
>
>
There is a search feature provided by nabble here:
http://old.nabble.com/matplotlib---users-f2906.html
Don't know how good it is, but it does exist.
Ben Root
From: Michael D. <md...@st...> - 2011年05月18日 14:56:19
Are you setting text.usetex to True, or using matplotlib's built-in 
mathtext rendering?
Can you attach an image? I've seen enough of these failure cases that I 
can often guess by looking at it ;)
Mike
On 05/18/2011 09:21 AM, Neal Becker wrote:
> Darren Dale wrote:
>
>> On Tue, May 17, 2011 at 2:05 PM, Neal Becker<ndb...@gm...> wrote:
>>> I have an old fedora 11 system. When I try to use latex math (e.g.,
>>> $\mu=2$), it gives no error, but seems to produce gibberish (just ordinary
>>> ascii chars) in my pdf output.
>>>
>>> Any ideas how to debug?
>> Try using raw strings. If that doesn't work, try submitting a short example.
>>
> submitting an example won't help. The problem is with this installation. My
> question is, how can I try to debug it?
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
From: Michael D. <md...@st...> - 2011年05月18日 14:55:12
Can you provide a stack trace -- either a Python one, or a gdb one?
Mike
On 05/18/2011 03:25 AM, Mark Hepburn wrote:
> Hi,
>
> I have a web application using matplotlib which is unpredictably
> crashing with the error message from the subject. It seems to be
> happening in ft2font, but I can't be certain at this stage that it's
> only occurring there (although since isolating it via logging
> statements, every time it has occurred has been in that spot). The
> crash occurs at load time, seemingly through a chain of import
> statements (starting with wsgi app -> django -> my app):
> matplotlib.colorbar -> matplotlib.lines -> matplotlib.font_manager ->
> matplotlib.ft2font
>
> Google is strangely quiet on that particular message; the closest I
> have found that also involves ft2font was this rather old one:
> http://comments.gmane.org/gmane.comp.python.matplotlib.devel/1332
>
> The unpredictable nature of it suggests that it's thread-related, but
> other than that I have no further clues. The unpredictable nature of
> the crashes obviously makes testing any theory or avenue quite slow at
> times! Does anyone have any suggestions, hints for further
> probing,... anything, please?
>
> The particulars:
> Server OS: openSUSE 11.3 (x86_64)
> matplotlib: 1.0.0 (compiled from source distro)
> Server: apache prefork, mod_wsgi
> Python version: 2.6.4
>
> Extra factors:
> There are two versions of the application, deployed in virtualenvs
> (identical matplotlib versions). It does affect both of them,
> although I've only been investigating with one. It frequently seems
> to affect a group of processes; that is, reloading is required
> multiple times before it returns to normal.
>
> mod_wsgi is running in embedded mode, but the same problem was
> occurring with mod_python -- that was my main impetus for porting to
> wsgi in fact. The same application ran fine on the previous server
> however (SUSE Linux Enterprise Server 11 (x86_64)), in fact with 3
> versions of the application, using mod_python. It was previously
> using matplotlib 0.98.5.2; according to my commit message the upgrade
> was prompted by the server move and that version not compiling against
> libpng1.4 on the new server.
>
> Thanks, Mark.
>
>
From: Yue C. <cha...@gm...> - 2011年05月18日 13:34:04
Dear all,
Is there built-in color list for ploting making in matplotlib? Say I want to
plot barplot:
rect1=plt.bar(ind,np.array(data[1][1:col]),Width,color='b',edgecolor='none')
rect2=plt.bar(ind+Width,np.array(data[2][1:col]),Width,color='g',edgecolor='none')
rect3=plt.bar(ind+Width*2,np.array(data[3][1:col]),Width,color='r',edgecolor='none')
rect4=plt.bar(ind+Width*3,np.array(data[4][1:col]),Width,color='m',edgecolor='none')
if there is built-in color list, we can just use
......color=corlor_list[1]...........
......color=corlor_list[2]...........
......color=corlor_list[3]...........
......color=corlor_list[4]...........
Does anyone have any idea on this? Thank you.
Best,
Chao
-- 
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 77 30
Portable Phone (Mobil phone) : (33) 07 60 54 23 71
************************************************************************************
From: Neal B. <ndb...@gm...> - 2011年05月18日 13:21:38
Darren Dale wrote:
> On Tue, May 17, 2011 at 2:05 PM, Neal Becker <ndb...@gm...> wrote:
>> I have an old fedora 11 system. When I try to use latex math (e.g.,
>> $\mu=2$), it gives no error, but seems to produce gibberish (just ordinary
>> ascii chars) in my pdf output.
>>
>> Any ideas how to debug?
> 
> Try using raw strings. If that doesn't work, try submitting a short example.
> 
submitting an example won't help. The problem is with this installation. My 
question is, how can I try to debug it?
From: Michiel de H. <mjl...@ya...> - 2011年05月18日 10:52:38
It looks like a memory management bug related to the NSAutoreleasePool in 
wait_for_stdin. Can you compile matplotlib from source? Or do you know a way to trigger this crash? If not, it may be very difficult to find the cause of this bug.
--Michiel.
--- On Fri, 5/13/11, Sirdouille <si...@gm...> wrote:
> From: Sirdouille <si...@gm...>
> Subject: [Matplotlib-users] Random Crashes Mac 10.6.7 - python 2.7 - 64 bits - matplotlib 1.0.1
> To: mat...@li...
> Date: Friday, May 13, 2011, 10:48 AM
> 
> Hello everyone,
> 
> I am having regular segmentation fault crashes using
> matplotlib under the
> configuration describes in the title. This is particularly
> annoying. I have
> not been able to identify a common pattern in the different
> things I do
> before it crashes (just regular plotting, resizing,
> xlabeling,
> ylabeling,...).
> 
> I have python, numpy, scipy and matplotlib installed
> following the
> instructions given at
> http://www.bytemining.com/2011/03/instructions-for-installing-64bit-scipy-python-2-7-1-on-macos-x-10-6/
> 
> I have a bunch of diagnostic reports of the crashes ; I am
> not very sure of
> what I read in there. I have reported two of them below.
> 
> If anybody has had a similar problem or knows how to read
> those reports, I
> would appreciate if you gave me a hint.
> 
> Have a nice day,
> 
> 
> Sirdouille.
> 
> 
> -----------------------------------------------------------------------------------------------------------------
> 
> Process:     Python
> [1999]
> Path:      
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
> Identifier:   org.python.python
> Version:     2.7.1
> (2.7.1)
> Code Type:    X86-64 (Native)
> Parent Process: bash [900]
> 
> Date/Time:    2011年05月13日
> 16:01:45.466 +0200
> OS Version:   Mac OS X 10.6.7 (10J869)
> Report Version: 6
> 
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: 0x000000000000000d, 0x0000000000000000
> Crashed Thread: 0 Dispatch queue:
> com.apple.main-thread
> 
> Application Specific Information:
> objc_msgSend() selector name:
> removeFromSuperviewWithoutNeedingDisplay
> 
> 
> Thread 0 Crashed: Dispatch queue:
> com.apple.main-thread
> 0  libobjc.A.dylib   
>       
> 0x00007fff807be13e objc_msgSend + 74
> 1  com.apple.CoreFoundation  
>    0x00007fff86ec8d4e
> CFArrayApplyFunction +
> 222
> 2  com.apple.AppKit   
>      
> 0x00007fff82ee94cc -[NSView
> _finalizeWithReferenceCounting] + 831
> 3  com.apple.AppKit   
>      
> 0x00007fff82ee9164 -[NSView dealloc] + 38
> 4  com.apple.CoreFoundation  
>    0x00007fff86ed21e6
> _CFAutoreleasePoolPop
> + 230
> 5  com.apple.Foundation   
>     0x00007fff82bc3ecb
> -[NSAutoreleasePool
> release] + 158
> 6  _macosx.so    
>        
> 0x0000000102b79f75 wait_for_stdin + 597
> 7  readline.so    
>    
>    0x00000001012cffc5
> call_readline + 309
> 8  org.python.python   
>      
> 0x0000000100008ee2 PyOS_Readline + 274
> 9  org.python.python   
>      
> 0x00000001000b6a95 builtin_raw_input +
> 597
> 10 org.python.python    
>     
> 0x00000001000c124d PyEval_EvalFrameEx +
> 22397
> 11 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 12 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 13 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 14 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 15 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 16 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 17 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 18 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 19 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 20 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 21 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 22 org.python.python    
>     
> 0x00000001000c3066 PyEval_EvalCode + 54
> 23 org.python.python    
>     
> 0x00000001000e7b2e PyRun_FileExFlags +
> 174
> 24 org.python.python    
>     
> 0x00000001000e7de9
> PyRun_SimpleFileExFlags + 489
> 25 org.python.python    
>     
> 0x00000001000fe75c Py_Main + 2940
> 26 org.python.python    
>     
> 0x0000000100000f14 0x100000000 + 3860
> 
> Thread 1: com.apple.CFSocket.private
> 0  libSystem.B.dylib   
>      
> 0x00007fff81820e52 select$DARWIN_EXTSN +
> 10
> 1  com.apple.CoreFoundation  
>    0x00007fff86f0b498
> __CFSocketManager +
> 824
> 2  libSystem.B.dylib   
>      
> 0x00007fff818164f6 _pthread_start + 331
> 3  libSystem.B.dylib   
>      
> 0x00007fff818163a9 thread_start + 13
> 
> Thread 2: Dispatch queue:
> com.apple.libdispatch-manager
> 0  libSystem.B.dylib   
>      
> 0x00007fff817f612a kevent + 10
> 1  libSystem.B.dylib   
>      
> 0x00007fff817f7ffd _dispatch_mgr_invoke +
> 154
> 2  libSystem.B.dylib   
>      
> 0x00007fff817f7cd4 _dispatch_queue_invoke
> + 185
> 3  libSystem.B.dylib   
>      
> 0x00007fff817f77fe
> _dispatch_worker_thread2 + 252
> 4  libSystem.B.dylib   
>      
> 0x00007fff817f7128 _pthread_wqthread +
> 353
> 5  libSystem.B.dylib   
>      
> 0x00007fff817f6fc5 start_wqthread + 13
> 
> Thread 0 crashed with X86 Thread State (64-bit):
>  rax: 0x00000001030f72f8 rbx:
> 0x0000000000000000 rcx: 0x0000000000000000 
> rdx: 0x00000001030f72c0
>  rdi: 0x0000000103411d70 rsi:
> 0x00007fff835dd6e0 rbp: 0x00007fff5fbfde70 
> rsp: 0x00007fff5fbfde18
>  r8:
> 0x00000001034e000e  r9:
> 0x0000000000000000 r10: 0x0000000103253dc0 
> r11: 0x000101d8c9f01699
>  r12: 0x0000000000000000 r13:
> 0x0000000103442ca0 r14: 0x0000000000000009 
> r15: 0x0000000000000000
>  rip: 0x00007fff807be13e rfl:
> 0x0000000000010246 cr2: 0x0000000086ee2000
> 
> Binary Images:
>    0x100000000 -  
>   0x100000fff +org.python.python 2.7.1 (2.7.1)
> <9FD4D128-BF5C-532C-5D86-D6CFCCBC9B4B>
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
>    0x100003000 -  
>   0x10016bfff +org.python.python 2.7.1, (c)
> 2004-2008 Python Software Foundation. (2.7.1)
> <B1D40343-7092-B922-B649-F20CBDC8BD2A>
> /Library/Frameworks/Python.framework/Versions/2.7/Python
>    0x1002ee000 -  
>   0x1002f0fff +time.so ??? (???)
> <938FAE54-0299-FACF-C957-247FDC411623>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
>    0x1002f6000 -  
>   0x1002fafff +_collections.so ??? (???)
> <97B42679-F3A5-E2D4-EE80-AE3BDD69464A>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
>    0x1004de000 -  
>   0x1004e2ff7 +operator.so ??? (???)
> <7EEDE83B-7A43-9C46-D37D-A901A46C6DE3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
>    0x1004e9000 -  
>   0x1004f0fff +itertools.so ??? (???)
> <014D8304-FF1D-64D6-0186-452F286E1049>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
>    0x1004fb000 -  
>   0x1004fbfff +_bisect.so ??? (???)
> <C1ACA058-1DD2-3A89-58A1-59F0B6183D71>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
>    0x100640000 -  
>   0x100641ff7 +_heapq.so ??? (???)
> <2E1E9931-1938-5660-F0AE-47B4F3276CCB>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
>    0x100645000 -  
>   0x100648ff7 +strop.so ??? (???)
> <6836069E-3D2F-F895-1BB6-72DA4133D1B0>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
>    0x10068d000 -  
>   0x100690fef +binascii.so ??? (???)
> <D38D4757-98A6-1410-D47F-79D8CADD273B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
>    0x100694000 -  
>   0x1006a2ff7 +datetime.so ??? (???)
> <803419C7-BDD6-6378-F621-2E8F1077F0E3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
>    0x1006ae000 -  
>   0x1006affff +cStringIO.so ??? (???)
> <A2468032-4479-3CAA-1A69-BCDDB175FA5B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
>    0x1006b4000 -  
>   0x1006e8fef +pyexpat.so ??? (???)
> <2C6C6018-282A-7246-BD56-3691EFA70040>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so
>    0x1007ba000 -  
>   0x1007bbff7 +_functools.so ??? (???)
> <1FED0B3E-9EF4-7F5F-BEEF-7A871C91742C>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
>    0x101200000 -  
>   0x101205fef +math.so ??? (???)
> <5C610DB7-8D9B-A209-18B3-C3E47ED8ADAC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
>    0x10120c000 -  
>   0x10120dfff +_hashlib.so ??? (???)
> <3023BD83-037A-8F21-41C6-0A4709A61A97>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
>    0x101211000 -  
>   0x101212fff +_random.so ??? (???)
> <6992947E-5956-1B59-D8B8-91BA42722ADC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
>    0x101215000 -  
>   0x101216ff7 +fcntl.so ??? (???)
> <810DE937-99C9-04F3-EAE9-E4F6F910AE12>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
>    0x101259000 -  
>   0x101259fff +grp.so ??? (???)
> <7E805F5C-690E-AC8B-0434-EF9CC748A5AA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
>    0x10125c000 -  
>   0x10125ffff +select.so ??? (???)
> <E0128859-3D71-4B22-0C3F-2B2108B64825>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
>    0x101265000 -  
>   0x101269fff +_struct.so ??? (???)
> <142F715D-36B2-71BC-850B-814AA3B26E45>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
>    0x101270000 -  
>   0x10127dff7 +_curses.so ??? (???)
> <2CAA0697-2432-9370-8543-0DA8213153B3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so
>    0x101288000 -  
>   0x101289fff +termios.so ??? (???)
> <1DEEA75C-B328-C23F-A538-45A663FF095D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so
>    0x1012ce000 -  
>   0x101301ff7 +readline.so ??? (???)
> <B4EDADBC-3288-92B9-9337-DE0528F9B053>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline-6.1.0-py2.7-macosx-10.6-intel.egg/readline.so
>    0x10131b000 -  
>   0x10131cff7 +resource.so ??? (???)
> <FEB5E91C-1E73-28D0-395E-20FD0A2343A1>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so
>    0x10135f000 -  
>   0x101375fff +_ctypes.so ??? (???)
> <1342A5E7-87F4-2346-8629-D154A21FDD60>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
>    0x101406000 -  
>   0x101408fff +_locale.so ??? (???)
> <6752D7D7-760E-00A9-244B-6641A95F6A87>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
>    0x10140c000 -  
>   0x10141bff7 +cPickle.so ??? (???)
> <1037828C-23CF-3BA3-42DA-B0589942FBD6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
>    0x101423000 -  
>   0x101425ff7 +_lsprof.so ??? (???)
> <2764A876-CE4B-1033-11D7-483606CFCCF2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so
>    0x1014a9000 -  
>   0x1014b0fff +_socket.so ??? (???)
> <C281399D-A359-A5A0-0691-18F68FB57A5F>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
>    0x1014ba000 -  
>   0x1014beff7 +_ssl.so ??? (???)
> <25ED963C-2330-4B25-160F-D36D19985CB2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
>    0x101582000 -  
>   0x1015cdff7 +umath.so ??? (???)
> <D43CFAA8-0AB3-21E1-8209-8ADD82EF0DE2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath.so
>    0x1015f7000 -  
>   0x1015fbfff +_dotblas.so ??? (???)
> <83217C6D-C314-3191-3BFF-BA9284630548>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dotblas.so
>    0x101700000 -  
>   0x1017fffff +multiarray.so ??? (???)
> <7CE2F23D-13C5-3CEA-DD69-3C6CDC81E11D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so
>    0x101892000 -  
>   0x1018abfff +_sort.so ??? (???)
> <786A91A9-A8D3-DAFD-CC2F-229DF623C3C6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_sort.so
>    0x1018f4000 -  
>   0x10191bfff +scalarmath.so ??? (???)
> <78336B61-F517-50A8-0B9F-5FE6D5B41955>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/scalarmath.so
>    0x10196c000 -  
>   0x101970fff +_compiled_base.so ??? (???)
> <08D524FE-9249-2900-DD07-CB43F4AB41F6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/_compiled_base.so
>    0x1019b4000 -  
>   0x1019b7fff +lapack_lite.so ??? (???)
> <D9D3BFA4-5589-AA6A-6623-CFE13F0F6312>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so
>    0x1019bb000 -  
>   0x1019c3ff7 +fftpack_lite.so ??? (???)
> <0E3F9F7D-AADC-9543-CFDE-1837EC4E5D0E>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so
>    0x101ac7000 -  
>   0x101b07ff7 +mtrand.so ??? (???)
> <A97DCD6A-D39F-E518-3F63-D0BC9F25E9CA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/random/mtrand.so
>    0x101bd1000 -  
>   0x101bd1fff +_scproxy.so ??? (???)
> <12048B12-781D-4DA2-FCAF-B79E10AF3684>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
>    0x101bd4000 -  
>   0x101bd9fff +array.so ??? (???)
> <F311A891-2EFA-A12D-E5AD-A469921B5BE8>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
>    0x101be0000 -  
>   0x101bfbfe7 +libz.1.dylib 1.2.5
> (compatibility
> 1.0.0) <7601FB97-F8AA-29A9-050F-B7282D06809B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libz.1.dylib
>    0x101e00000 -  
>   0x101e3cfff +_path.so ??? (???)
> <67540929-B394-C66E-3DFE-3FD6893BD502>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so
>    0x101f20000 -  
>   0x101f5bff7 +ft2font.so ??? (???)
> <31935E58-E40D-5C06-C8B6-3A8321F65752>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/ft2font.so
>    0x101f84000 -  
>   0x102028fff +libfreetype.6.dylib 13.2.0
> (compatibility 13.0.0)
> <9489511C-5AAA-6ADB-7B74-7752BAAC5F26>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libfreetype.6.dylib
>    0x102141000 -  
>   0x102142ff7 +nxutils.so ??? (???)
> <6BEDCEBD-5EDA-BCE7-315E-EFA4D4699422>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/nxutils.so
>    0x102145000 -  
>   0x102148ff7 +_csv.so ??? (???)
> <6827339A-7D9F-A4D3-8726-F278E7796F34>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so
>    0x1021d0000 -  
>   0x1021d4ff7 +_cntr.so ??? (???)
> <7DD17D36-D53D-232B-C0F3-213C9242D4B6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_cntr.so
>    0x1021d8000 -  
>   0x1021e5ff7 +_delaunay.so ??? (???)
> <65B0C9CE-0235-E9A0-1693-044F5BC2074D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_delaunay.so
>    0x1021ee000 -  
>   0x1021f3fff +_csgraph.so ??? (???)
> <EEB7359E-F194-AFD8-7BC6-B1CC37398FF3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csgraph.so
>    0x10233f000 -  
>   0x1023d3fff +unicodedata.so ??? (???)
> <0A42FDE1-C0E3-43C8-14F6-1E83B6516AC7>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
>    0x1023ea000 -  
>   0x102404ff7 +_png.so ??? (???)
> <192312F4-3E75-EFFE-F4CA-7E1FFE805E70>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_png.so
>    0x102421000 -  
>   0x102450ff7 +libpng14.14.dylib 20.0.0
> (compatibility 20.0.0)
> <6DE64E37-405B-2946-22BA-C0AF6FF9B676>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libpng14.14.dylib
>    0x1024d8000 -  
>   0x1024e8ff7 +_dia.so ??? (???)
> <B5EE8453-7AEC-74D7-082C-EE55A49C8677>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_dia.so
>    0x1024ef000 -  
>   0x1024f2fff +mio_utils.so ??? (???)
> <631CB4AE-4268-42D2-20B6-574348C8810B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/io/matlab/mio_utils.so
>    0x1024f8000 -  
>   0x1024fbff7 +zlib.so ??? (???)
> <F432C970-6919-E1EE-0C3B-E681D0D83434>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
>    0x102a40000 -  
>   0x102a77ff7 +_image.so ??? (???)
> <01AE4D64-DA05-4610-CA8C-13FA908C5D7D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_image.so
>    0x102ade000 -  
>   0x102b0aff7 +_tri.so ??? (???)
> <271F8696-D1FE-8831-8843-6A2E2F75731B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_tri.so
>    0x102b71000 -  
>   0x102b9cff7 +_macosx.so ??? (???)
> <B470FB93-5C60-AE98-4126-B7E3A3C65CDC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_macosx.so
>    0x102bc2000 -  
>   0x102cb7fff +_csr.so ??? (???)
> <50C24A97-8899-5FF9-63C1-656C53D221B6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csr.so
>    0x102ced000 -  
>   0x102d86ff7 +_csc.so ??? (???)
> <8CDE14CE-0B80-BB4C-1DD7-5D2675BCCB77>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csc.so
>    0x102da4000 -  
>   0x102dd1fff +_coo.so ??? (???)
> <F52DB552-BBD0-FAE3-2307-44CFFA445D84>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_coo.so
>    0x102e19000 -  
>   0x102f2cff7 +_bsr.so ??? (???)
> <910BD499-F030-ABA6-CECF-B4C88C3C75AA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_bsr.so
>    0x102f71000 -  
>   0x102f92ff7 +mio5_utils.so ??? (???)
> <0F03365D-3EBD-5A7A-FD5C-9256EF04ED04>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/io/matlab/mio5_utils.so
>    0x102fa5000 -  
>   0x102faffff +streams.so ??? (???)
> <722A7F73-C523-5699-BFD4-EB15ACFF0B6C>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/io/matlab/streams.so
>    0x102ff7000 -  
>   0x102ffaff7 +mmap.so ??? (???)
> <94F84E00-9C38-4AFB-8E39-CFBD1F7EC27E>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so
>   0x7fff5fc00000 - 
>  0x7fff5fc3bdef dyld 132.1 (???)
> <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
>   0x7fff8075d000 - 
>  0x7fff80762fff libGIF.dylib ???
> (???)
> <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>   0x7fff80763000 - 
>  0x7fff80774ff7 libz.1.dylib 1.2.3
> (compatibility
> 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C>
> /usr/lib/libz.1.dylib
>   0x7fff80775000 - 
>  0x7fff807b8ff7 libRIP.A.dylib
> 545.0.0
> (compatibility 64.0.0)
> <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>   0x7fff807b9000 - 
>  0x7fff8086ffff libobjc.A.dylib
> 227.0.0
> (compatibility 1.0.0)
> <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30>
> /usr/lib/libobjc.A.dylib
>   0x7fff808b2000 - 
>  0x7fff80c4ffe7 com.apple.QuartzCore
> 1.6.3 (227.36)
> <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>   0x7fff80c50000 - 
>  0x7fff80c99fef libGLU.dylib ???
> (???)
> <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
>   0x7fff80d32000 - 
>  0x7fff80d7aff7 libvDSP.dylib
> 268.0.1
> (compatibility 1.0.0)
> <98FC4457-F405-0262-00F7-56119CA107B6>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>   0x7fff80d7b000 - 
>  0x7fff811befef libLAPACK.dylib
> 219.0.0
> (compatibility 1.0.0)
> <0CC61C98-FF51-67B3-F3D8-C5E430C201A9>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>   0x7fff811bf000 - 
>  0x7fff811caff7 
> com.apple.speech.recognition.framework 3.11.1 (3.11.1)
> <3D65E89B-FFC6-4AAF-D5CC-104F967C8131>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
>   0x7fff811cb000 - 
>  0x7fff811d2fff 
> com.apple.OpenDirectory 10.6 (10.6)
> <4200CFB0-DBA1-62B8-7C7C-91446D89551F>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
>   0x7fff813f4000 - 
>  0x7fff8140afe7 
> com.apple.MultitouchSupport.framework 207.10 (207.10)
> <458F0259-6EDC-16BA-E6AA-1CEED002D188>
> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
>   0x7fff815fa000 - 
>  0x7fff81613fff 
> com.apple.CFOpenDirectory 10.6
> (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
>   0x7fff81614000 - 
>  0x7fff817d2fff libicucore.A.dylib
> 40.0.0
> (compatibility 1.0.0)
> <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2>
> /usr/lib/libicucore.A.dylib
>   0x7fff817d3000 - 
>  0x7fff817d7ff7 libmathCommon.A.dylib
> 315.0.0
> (compatibility 1.0.0)
> <95718673-FEEE-B6ED-B127-BCDBDB60D4E5>
> /usr/lib/system/libmathCommon.A.dylib
>   0x7fff817dc000 - 
>  0x7fff8199dfff libSystem.B.dylib
> 125.2.10
> (compatibility 1.0.0)
> <9BAEB2F2-B485-6349-E1AB-637FE12EE770>
> /usr/lib/libSystem.B.dylib
>   0x7fff81aa9000 - 
>  0x7fff81bcafe7 libcrypto.0.9.8.dylib
> 0.9.8
> (compatibility 0.9.8)
> <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613>
> /usr/lib/libcrypto.0.9.8.dylib
>   0x7fff82863000 - 
>  0x7fff82863ff7 com.apple.Accelerate
> 1.6
> (Accelerate 1.6)
> <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>   0x7fff82936000 - 
>  0x7fff82bbefef com.apple.security
> 6.1.2 (55002)
> <015C9A08-3D07-9462-8E91-DB1924349621>
> /System/Library/Frameworks/Security.framework/Versions/A/Security
>   0x7fff82bbf000 - 
>  0x7fff82bc0fff liblangid.dylib ???
> (???)
> <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D>
> /usr/lib/liblangid.dylib
>   0x7fff82bc1000 - 
>  0x7fff82e44fe7 com.apple.Foundation
> 6.6.6 (751.53)
> <476E617B-B59B-53DE-991D-98C1993BCBCE>
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>   0x7fff82e45000 - 
>  0x7fff82e46ff7 
> com.apple.audio.units.AudioUnit
> 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99>
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>   0x7fff82e7c000 - 
>  0x7fff83872fff com.apple.AppKit
> 6.6.7 (1038.35)
> <9F4DF818-9DB9-98DA-490C-EF29EA757A97>
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>   0x7fff83908000 - 
>  0x7fff8392bfff com.apple.opencl
> 12.3.6 (12.3.6)
> <42FA5783-EB80-1168-4015-B8C68F55842F>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
>   0x7fff8392c000 - 
>  0x7fff839ccfff 
> com.apple.LaunchServices 362.2
> (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>   0x7fff83b83000 - 
>  0x7fff83c13fff com.apple.SearchKit
> 1.3.0 (1.3.0)
> <4175DC31-1506-228A-08FD-C704AC9DF642>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
>   0x7fff83c14000 - 
>  0x7fff83c17ff7 libCoreVMClient.dylib
> ??? (???)
> <00C97B96-8D3B-45EB-F503-DB49712DC42D>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
>   0x7fff83c18000 - 
>  0x7fff83c6aff7 com.apple.HIServices
> 1.8.2 (???)
> <7C91D07D-FA20-0882-632F-0CAE4FAC2B79>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
>   0x7fff83c8e000 - 
>  0x7fff83c90fff libRadiance.dylib ???
> (???)
> <73257486-8E94-E758-1A5A-5B521F27EE12>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>   0x7fff83d24000 - 
>  0x7fff83d61ff7 libFontRegistry.dylib
> ??? (???)
> <8C69F685-3507-1B8F-51AD-6183D5E88979>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
>   0x7fff83d62000 - 
>  0x7fff83de7ff7 
> com.apple.print.framework.PrintCore
> 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
>   0x7fff83de8000 - 
>  0x7fff8411cfff 
> com.apple.CoreServices.CarbonCore
> 861.34 (861.34)
> <B5680539-CB31-6C6D-C0AD-606D4D46E7F5>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>   0x7fff8411d000 - 
>  0x7fff84145fff 
> com.apple.DictionaryServices 1.1.2
> (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>   0x7fff84146000 - 
>  0x7fff84192fff libauto.dylib ???
> (???)
> <F7221B46-DC4F-3153-CE61-7F52C8C293CF>
> /usr/lib/libauto.dylib
>   0x7fff84193000 - 
>  0x7fff8424cfff libsqlite3.dylib
> 9.6.0
> (compatibility 9.0.0)
> <2C5ED312-E646-9ADE-73A9-6199A2A43150>
> /usr/lib/libsqlite3.dylib
>   0x7fff84263000 - 
>  0x7fff8428eff7 libxslt.1.dylib
> 3.24.0
> (compatibility 3.0.0)
> <87A0B228-B24A-C426-C3FB-B40D7258DD49>
> /usr/lib/libxslt.1.dylib
>   0x7fff84297000 - 
>  0x7fff8429cfff libGFXShared.dylib
> ??? (???)
> <878C429B-44D4-875C-1A35-4FD8C6152695>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
>   0x7fff8429d000 - 
>  0x7fff842c2ff7 com.apple.CoreVideo
> 1.6.2 (45.6)
> <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>   0x7fff842c3000 - 
>  0x7fff842d8ff7 
> com.apple.LangAnalysis 1.6.6
> (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>   0x7fff844ad000 - 
>  0x7fff845c6fef 
> libGLProgrammability.dylib ???
> (???) <C4BB281B-629D-08ED-2991-3D51671B0B02>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
>   0x7fff8497b000 - 
>  0x7fff84a58fff com.apple.vImage 4.1
> (4.1)
> <C3F44AA9-6F71-0684-2686-D3BBC903F020>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
>   0x7fff84a59000 - 
>  0x7fff84b70fef libxml2.2.dylib
> 10.3.0
> (compatibility 10.0.0)
> <1B27AFDD-DF87-2009-170E-C129E1572E8B>
> /usr/lib/libxml2.2.dylib
>   0x7fff84b71000 - 
>  0x7fff84bd1fe7 
> com.apple.framework.IOKit 2.0 (???)
> <D107CB8A-5182-3AC4-35D0-07068A695C05>
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>   0x7fff84bd2000 - 
>  0x7fff84c0dfff com.apple.AE 496.4
> (496.4)
> <55AAD5CA-7160-7899-1C68-562ED8160DF7>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
>   0x7fff84c0e000 - 
>  0x7fff85418fe7 libBLAS.dylib
> 219.0.0
> (compatibility 1.0.0)
> <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>   0x7fff85419000 - 
>  0x7fff85419ff7 
> com.apple.ApplicationServices 38
> (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
>   0x7fff85589000 - 
>  0x7fff8564afef com.apple.ColorSync
> 4.6.6 (4.6.6)
> <EC6C8119-23F6-A96E-47A3-5CD31E462AE3>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>   0x7fff856f2000 - 
>  0x7fff856f8ff7 IOSurface ??? (???)
> <EAD87C9F-BADC-7116-4ADD-0B0679459D24>
> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
>   0x7fff856f9000 - 
>  0x7fff85743ff7 com.apple.Metadata
> 10.6.3 (507.15)
> <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
>   0x7fff85744000 - 
>  0x7fff8575afef libbsm.0.dylib ???
> (???)
> <42D3023A-A1F7-4121-6417-FCC6B51B3E90>
> /usr/lib/libbsm.0.dylib
>   0x7fff8575b000 - 
>  0x7fff8576fff7 
> com.apple.speech.synthesis.framework 3.10.35 (3.10.35)
> <621B7415-A0B9-07A7-F313-36BEEDD7B132>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>   0x7fff85770000 - 
>  0x7fff85770ff7 
> com.apple.CoreServices 44 (44)
> <DC7400FB-851E-7B8A-5BF6-6F50094302FB>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>   0x7fff859ad000 - 
>  0x7fff85a2bff7 com.apple.CoreText
> 3.151.8 (???)
> <5DCD6BD9-63FB-767E-5993-5AEBE890145B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
>   0x7fff85a2c000 - 
>  0x7fff85a5dfff libGLImage.dylib ???
> (???)
> <6925991A-9B1B-B9FA-645A-807F9BCC3DE7>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
>   0x7fff85aa8000 - 
>  0x7fff85adbfff 
> libTrueTypeScaler.dylib ??? (???)
> <6EFBF3B7-E4D5-E6AE-5A7D-22F37E288737>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
>   0x7fff85b5e000 - 
>  0x7fff85b64ff7 
> com.apple.CommerceCore 1.0 (9)
> <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD>
> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
>   0x7fff85b65000 - 
>  0x7fff85c27fef libFontParser.dylib
> ??? (???)
> <363E2A8A-CEFE-9A74-E677-C240B27A4FC6>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
>   0x7fff85c28000 - 
>  0x7fff85c28ff7 
> com.apple.Accelerate.vecLib 3.6
> (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
>   0x7fff85c3f000 - 
>  0x7fff8606afef 
> com.apple.RawCamera.bundle 3.6.4
> (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C>
> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>   0x7fff8606b000 - 
>  0x7fff860b2ff7 com.apple.coreui 2
> (114)
> <923E33CC-83FC-7D35-5603-FB8F348EE34B>
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>   0x7fff860e2000 - 
>  0x7fff8617cff7 
> com.apple.ApplicationServices.ATS
> 275.15.1 (???)
> <55B528A6-0C88-6CB8-152B-A34A440FACFE>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
>   0x7fff86201000 - 
>  0x7fff8627efef libstdc++.6.dylib
> 7.9.0
> (compatibility 7.0.0)
> <35ECA411-2C08-FD7D-11B1-1B7A04921A5C>
> /usr/lib/libstdc++.6.dylib
>   0x7fff862c1000 - 
>  0x7fff863a7fef 
> com.apple.DesktopServices 1.5.10
> (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924>
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
>   0x7fff86422000 - 
>  0x7fff86428ff7 
> com.apple.DiskArbitration 2.3 (2.3)
> <857F6E43-1EF4-7D53-351B-10DE0A8F992A>
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
>   0x7fff86429000 - 
>  0x7fff864d9fff edu.mit.Kerberos
> 6.5.11 (6.5.11)
> <085D80F5-C9DC-E252-C21B-03295E660C91>
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>   0x7fff8664c000 - 
>  0x7fff8664cff7 com.apple.vecLib 3.6
> (vecLib 3.6)
> <96FB6BAD-5568-C4E0-6FA7-02791A58B584>
> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>   0x7fff8664d000 - 
>  0x7fff8668cfef libncurses.5.4.dylib
> 5.4.0
> (compatibility 5.4.0)
> <9D53BE03-6D81-D0CB-F657-4E842E69A66A>
> /usr/lib/libncurses.5.4.dylib
>   0x7fff86788000 - 
>  0x7fff8678cff7 libCGXType.A.dylib
> 545.0.0
> (compatibility 64.0.0)
> <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
>   0x7fff8678d000 - 
>  0x7fff867c6fef libcups.2.dylib
> 2.8.0
> (compatibility 2.0.0)
> <F8E0672F-C0B4-B161-E50D-A1405D14F21C>
> /usr/lib/libcups.2.dylib
>   0x7fff86d18000 - 
>  0x7fff86d26ff7 libkxld.dylib ???
> (???)
> <27713C39-0E51-8F5A-877B-C5539C96A520>
> /usr/lib/system/libkxld.dylib
>   0x7fff86d2d000 - 
>  0x7fff86de2fe7 
> com.apple.ink.framework 1.3.3 (107)
> <8C36373C-5473-3A6A-4972-BC29D504250F>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
>   0x7fff86e9d000 - 
>  0x7fff87014fe7 
> com.apple.CoreFoundation 6.6.4
> (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5>
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>   0x7fff87015000 - 
>  0x7fff87056fff 
> com.apple.SystemConfiguration
> 1.10.5 (1.10.2)
> <FB39F09C-57BB-D8CC-348D-93E00C602F7D>
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>   0x7fff872d7000 - 
>  0x7fff873a9fe7 com.apple.CFNetwork
> 454.11.12
> (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>   0x7fff873aa000 - 
>  0x7fff87467fff 
> com.apple.CoreServices.OSServices
> 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
>   0x7fff87499000 - 
>  0x7fff875ceff7 
> com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6)
> <AFAB42A2-A3A8-83D8-D583-613625706690>
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>   0x7fff875cf000 - 
>  0x7fff8770dfff com.apple.CoreData
> 102.1 (251)
> <9DFE798D-AA52-6A9A-924A-DA73CB94D81A>
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>   0x7fff8770e000 - 
>  0x7fff878c6fef 
> com.apple.ImageIO.framework 3.0.4
> (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>   0x7fff8794a000 - 
>  0x7fff8795efff libGL.dylib ???
> (???)
> <0FA671EB-6FA0-BA97-C00A-C42247C22B26>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>   0x7fff87dc9000 - 
>  0x7fff87e03fff libssl.0.9.8.dylib
> 0.9.8
> (compatibility 0.9.8)
> <C7153747-50E3-32DA-426F-CC4C505D1D6C>
> /usr/lib/libssl.0.9.8.dylib
>   0x7fff87edd000 - 
>  0x7fff87f2cff7 
> com.apple.DirectoryService.PasswordServerFramework 6.1
> (6.1)
> <01B370FB-D524-F660-3826-E85B7F0D85CD>
> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
>   0x7fff87fbb000 - 
>  0x7fff882b9fff com.apple.HIToolbox
> 1.6.5 (???)
> <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
>   0x7fff882bb000 - 
>  0x7fff882c8fe7 libCSync.A.dylib
> 545.0.0
> (compatibility 64.0.0)
> <45B5B514-7CEB-38A9-F34A-1D96F010EC42>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
>   0x7fff882c9000 - 
>  0x7fff889c606f 
> com.apple.CoreGraphics 1.545.0
> (???) <F0A5F62D-4C66-5B1F-4F13-322932915901>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>   0x7fff88a85000 - 
>  0x7fff88aa2ff7 libPng.dylib ???
> (???)
> <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>   0x7fff88aac000 - 
>  0x7fff88ad2fe7 libJPEG.dylib ???
> (???)
> <AD42F658-7C32-EEE5-8341-A8EE6476BF46>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>   0x7fff88add000 - 
>  0x7fff88b2cfef libTIFF.dylib ???
> (???)
> <F0F7F0B7-7253-F88F-9E2D-FA3770143758>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>   0x7fff88b3c000 - 
>  0x7fff88b7dfef com.apple.QD 3.36
> (???)
> <5DC41E81-32C9-65B2-5528-B33E934D5BB4>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
>   0x7fff88b7e000 - 
>  0x7fff88c0afef SecurityFoundation
> ??? (???)
> <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE>
> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
>   0x7fff88c17000 - 
>  0x7fff88c26fff com.apple.opengl
> 1.6.12 (1.6.12)
> <29482652-1E44-1C47-428F-1209AA65336D>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>   0x7fff88cb2000 - 
>  0x7fff88cb2ff7 com.apple.Cocoa 6.6
> (???)
> <68B0BE46-6E24-C96F-B341-054CF9E8F3B6>
> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>   0x7fff88cb3000 - 
>  0x7fff88cc5fe7 libsasl2.2.dylib
> 3.15.0
> (compatibility 3.0.0)
> <76B83C8D-8EFE-4467-0F75-275648AFED97>
> /usr/lib/libsasl2.2.dylib
>   0x7fff88d9c000 - 
>  0x7fff88d9dff7 
> com.apple.TrustEvaluationAgent 1.1
> (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6>
> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
>   0x7fff88f18000 - 
>  0x7fff88f97fe7 
> com.apple.audio.CoreAudio 3.2.6
> (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E>
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>   0x7fff88f9f000 - 
>  0x7fff88faefff com.apple.NetFS 3.2.2
> (3.2.2)
> <7CCBD70E-BF31-A7A7-DB98-230687773145>
> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
>   0x7fff88faf000 - 
>  0x7fff88fcfff7 
> com.apple.DirectoryService.Framework 3.6 (621.11)
> <AD76C757-6701-BDB5-631E-1CB77D669586>
> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
>   0x7fff88fd0000 - 
>  0x7fff8903afe7 libvMisc.dylib
> 268.0.1
> (compatibility 1.0.0)
> <AF0EA96D-000F-8C12-B952-CB7E00566E08>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>   0x7fff8909c000 - 
>  0x7fff890bdfff libresolv.9.dylib
> 41.0.0
> (compatibility 1.0.0)
> <9F322F47-0584-CB7D-5B73-9EBD670851CD>
> /usr/lib/libresolv.9.dylib
>   0x7fff890be000 - 
>  0x7fff89113ff7 
> com.apple.framework.familycontrols
> 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7>
> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
>   0x7fffffe00000 - 
>  0x7fffffe01fff libSystem.B.dylib ???
> (???)
> <9BAEB2F2-B485-6349-E1AB-637FE12EE770>
> /usr/lib/libSystem.B.dylib
> 
> -----------------------------------------------------------------------------------------------------------------
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -----------------------------------------------------------------------------------------------------------------
> 
> Process:     Python
> [1603]
> Path:      
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
> Identifier:   org.python.python
> Version:     2.7.1
> (2.7.1)
> Code Type:    X86-64 (Native)
> Parent Process: bash [900]
> 
> Date/Time:    2011年05月13日
> 15:58:23.219 +0200
> OS Version:   Mac OS X 10.6.7 (10J869)
> Report Version: 6
> 
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at
> 0x0000000000000010
> Crashed Thread: 0 Dispatch queue:
> com.apple.main-thread
> 
> Application Specific Information:
> objc_msgSend() selector name:
> _propagateDirtyRectsToOpaqueAncestors
> 
> 
> Thread 0 Crashed: Dispatch queue:
> com.apple.main-thread
> 0  libobjc.A.dylib   
>       
> 0x00007fff807be11c objc_msgSend + 40
> 1  com.apple.CoreFoundation  
>    0x00007fff86ec8d4e
> CFArrayApplyFunction +
> 222
> 2  com.apple.AppKit   
>      
> 0x00007fff83485c55 -[NSView
> _propagateDirtyRectsToOpaqueAncestors] + 168
> 3  com.apple.AppKit   
>      
> 0x00007fff82eef934 -[NSView
> displayIfNeeded] + 355
> 4  com.apple.AppKit   
>      
> 0x00007fff82eeaa46
> _handleWindowNeedsDisplay + 678
> 5  com.apple.CoreFoundation  
>    0x00007fff86f0db37
> __CFRunLoopDoObservers
> + 519
> 6  com.apple.CoreFoundation  
>    0x00007fff86ee9464 __CFRunLoopRun
> + 468
> 7  com.apple.CoreFoundation  
>    0x00007fff86ee8dbf
> CFRunLoopRunSpecific +
> 575
> 8  com.apple.HIToolbox   
>     
> 0x00007fff87fe97ee
> RunCurrentEventLoopInMode + 333
> 9  com.apple.HIToolbox   
>     
> 0x00007fff87fe9551 ReceiveNextEventCommon
> + 148
> 10 com.apple.HIToolbox    
>    0x00007fff87fe94ac
> BlockUntilNextEventMatchingListInMode + 59
> 11 com.apple.AppKit     
>     0x00007fff82ebfe64
> _DPSNextEvent + 718
> 12 com.apple.AppKit     
>     0x00007fff82ebf7a9
> -[NSApplication
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
> 13 _macosx.so     
>       
> 0x00000001029cff22 wait_for_stdin + 514
> 14 readline.so     
>       
> 0x00000001012cffc5 call_readline + 309
> 15 org.python.python    
>     
> 0x0000000100008ee2 PyOS_Readline + 274
> 16 org.python.python    
>     
> 0x00000001000b6a95 builtin_raw_input +
> 597
> 17 org.python.python    
>     
> 0x00000001000c124d PyEval_EvalFrameEx +
> 22397
> 18 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 19 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 20 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 21 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 22 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 23 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 24 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 25 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 26 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 27 org.python.python    
>     
> 0x00000001000c0d8a PyEval_EvalFrameEx +
> 21178
> 28 org.python.python    
>     
> 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 29 org.python.python    
>     
> 0x00000001000c3066 PyEval_EvalCode + 54
> 30 org.python.python    
>     
> 0x00000001000e7b2e PyRun_FileExFlags +
> 174
> 31 org.python.python    
>     
> 0x00000001000e7de9
> PyRun_SimpleFileExFlags + 489
> 32 org.python.python    
>     
> 0x00000001000fe75c Py_Main + 2940
> 33 org.python.python    
>     
> 0x0000000100000f14 0x100000000 + 3860
> 
> Thread 1: com.apple.CFSocket.private
> 0  libSystem.B.dylib   
>      
> 0x00007fff81820e52 select$DARWIN_EXTSN +
> 10
> 1  com.apple.CoreFoundation  
>    0x00007fff86f0b498
> __CFSocketManager +
> 824
> 2  libSystem.B.dylib   
>      
> 0x00007fff818164f6 _pthread_start + 331
> 3  libSystem.B.dylib   
>      
> 0x00007fff818163a9 thread_start + 13
> 
> Thread 2: Dispatch queue:
> com.apple.libdispatch-manager
> 0  libSystem.B.dylib   
>      
> 0x00007fff817f612a kevent + 10
> 1  libSystem.B.dylib   
>      
> 0x00007fff817f7ffd _dispatch_mgr_invoke +
> 154
> 2  libSystem.B.dylib   
>      
> 0x00007fff817f7cd4 _dispatch_queue_invoke
> + 185
> 3  libSystem.B.dylib   
>      
> 0x00007fff817f77fe
> _dispatch_worker_thread2 + 252
> 4  libSystem.B.dylib   
>      
> 0x00007fff817f7128 _pthread_wqthread +
> 353
> 5  libSystem.B.dylib   
>      
> 0x00007fff817f6fc5 start_wqthread + 13
> 
> Thread 3:
> 0  libSystem.B.dylib   
>      
> 0x00007fff817dd29a mach_msg_trap + 10
> 1  libSystem.B.dylib   
>      
> 0x00007fff817dd90d mach_msg + 59
> 2  com.apple.CoreFoundation  
>    0x00007fff86ee9932 __CFRunLoopRun
> + 1698
> 3  com.apple.CoreFoundation  
>    0x00007fff86ee8dbf
> CFRunLoopRunSpecific +
> 575
> 4  com.apple.CoreFoundation  
>    0x00007fff86ee8b46 CFRunLoopRun +
> 70
> 5  com.apple.DesktopServices 
>    0x00007fff862c34d2
> TSystemNotificationTask::SystemNotificationTaskProc(void*)
> + 514
> 6  ...ple.CoreServices.CarbonCore  
> 0x00007fff83def335 PrivateMPEntryPoint +
> 63
> 7  libSystem.B.dylib   
>      
> 0x00007fff818164f6 _pthread_start + 331
> 8  libSystem.B.dylib   
>      
> 0x00007fff818163a9 thread_start + 13
> 
> Thread 0 crashed with X86 Thread State (64-bit):
>  rax: 0x000000010d823470 rbx:
> 0x0000000000000018 rcx: 0x0000000000000086 
> rdx: 0x000000010d823430
>  rdi: 0x0000000152a36ee0 rsi:
> 0x00007fff835eb47f rbp: 0x00007fff5fbfcb40 
> rsp: 0x00007fff5fbfcae8
>  r8:
> 0x0000000000000001  r9:
> 0x0000000139de2a40 r10: 0x00007fff86ec6f40 
> r11: 0x0000000000000000
>  r12: 0x0000000000000003 r13:
> 0x000000010d822f30 r14: 0x0000000000000004 
> r15: 0x0000000000000000
>  rip: 0x00007fff807be11c rfl:
> 0x0000000000010202 cr2: 0x0000000000000010
> 
> Binary Images:
>    0x100000000 -  
>   0x100000fff +org.python.python 2.7.1 (2.7.1)
> <9FD4D128-BF5C-532C-5D86-D6CFCCBC9B4B>
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
>    0x100003000 -  
>   0x10016bfff +org.python.python 2.7.1, (c)
> 2004-2008 Python Software Foundation. (2.7.1)
> <B1D40343-7092-B922-B649-F20CBDC8BD2A>
> /Library/Frameworks/Python.framework/Versions/2.7/Python
>    0x1002ee000 -  
>   0x1002f0fff +time.so ??? (???)
> <938FAE54-0299-FACF-C957-247FDC411623>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
>    0x1002f6000 -  
>   0x1002fafff +_collections.so ??? (???)
> <97B42679-F3A5-E2D4-EE80-AE3BDD69464A>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
>    0x1004de000 -  
>   0x1004e2ff7 +operator.so ??? (???)
> <7EEDE83B-7A43-9C46-D37D-A901A46C6DE3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
>    0x1004e9000 -  
>   0x1004f0fff +itertools.so ??? (???)
> <014D8304-FF1D-64D6-0186-452F286E1049>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
>    0x1004fb000 -  
>   0x1004fbfff +_bisect.so ??? (???)
> <C1ACA058-1DD2-3A89-58A1-59F0B6183D71>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
>    0x100640000 -  
>   0x100641ff7 +_heapq.so ??? (???)
> <2E1E9931-1938-5660-F0AE-47B4F3276CCB>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
>    0x100645000 -  
>   0x100648ff7 +strop.so ??? (???)
> <6836069E-3D2F-F895-1BB6-72DA4133D1B0>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
>    0x10068d000 -  
>   0x100690fef +binascii.so ??? (???)
> <D38D4757-98A6-1410-D47F-79D8CADD273B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
>    0x100694000 -  
>   0x1006a2ff7 +datetime.so ??? (???)
> <803419C7-BDD6-6378-F621-2E8F1077F0E3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
>    0x1006ae000 -  
>   0x1006affff +cStringIO.so ??? (???)
> <A2468032-4479-3CAA-1A69-BCDDB175FA5B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
>    0x1006b4000 -  
>   0x1006e8fef +pyexpat.so ??? (???)
> <2C6C6018-282A-7246-BD56-3691EFA70040>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so
>    0x1007ba000 -  
>   0x1007bbff7 +_functools.so ??? (???)
> <1FED0B3E-9EF4-7F5F-BEEF-7A871C91742C>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
>    0x101200000 -  
>   0x101205fef +math.so ??? (???)
> <5C610DB7-8D9B-A209-18B3-C3E47ED8ADAC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
>    0x10120c000 -  
>   0x10120dfff +_hashlib.so ??? (???)
> <3023BD83-037A-8F21-41C6-0A4709A61A97>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
>    0x101211000 -  
>   0x101212fff +_random.so ??? (???)
> <6992947E-5956-1B59-D8B8-91BA42722ADC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
>    0x101215000 -  
>   0x101216ff7 +fcntl.so ??? (???)
> <810DE937-99C9-04F3-EAE9-E4F6F910AE12>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
>    0x101259000 -  
>   0x101259fff +grp.so ??? (???)
> <7E805F5C-690E-AC8B-0434-EF9CC748A5AA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
>    0x10125c000 -  
>   0x10125ffff +select.so ??? (???)
> <E0128859-3D71-4B22-0C3F-2B2108B64825>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
>    0x101265000 -  
>   0x101269fff +_struct.so ??? (???)
> <142F715D-36B2-71BC-850B-814AA3B26E45>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
>    0x101270000 -  
>   0x10127dff7 +_curses.so ??? (???)
> <2CAA0697-2432-9370-8543-0DA8213153B3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so
>    0x101288000 -  
>   0x101289fff +termios.so ??? (???)
> <1DEEA75C-B328-C23F-A538-45A663FF095D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so
>    0x1012ce000 -  
>   0x101301ff7 +readline.so ??? (???)
> <B4EDADBC-3288-92B9-9337-DE0528F9B053>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/readline-6.1.0-py2.7-macosx-10.6-intel.egg/readline.so
>    0x10131b000 -  
>   0x10131cff7 +resource.so ??? (???)
> <FEB5E91C-1E73-28D0-395E-20FD0A2343A1>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so
>    0x10135f000 -  
>   0x101375fff +_ctypes.so ??? (???)
> <1342A5E7-87F4-2346-8629-D154A21FDD60>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
>    0x101406000 -  
>   0x101408fff +_locale.so ??? (???)
> <6752D7D7-760E-00A9-244B-6641A95F6A87>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
>    0x10140c000 -  
>   0x10141bff7 +cPickle.so ??? (???)
> <1037828C-23CF-3BA3-42DA-B0589942FBD6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
>    0x101423000 -  
>   0x101425ff7 +_lsprof.so ??? (???)
> <2764A876-CE4B-1033-11D7-483606CFCCF2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so
>    0x1014a9000 -  
>   0x1014b0fff +_socket.so ??? (???)
> <C281399D-A359-A5A0-0691-18F68FB57A5F>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
>    0x1014ba000 -  
>   0x1014beff7 +_ssl.so ??? (???)
> <25ED963C-2330-4B25-160F-D36D19985CB2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
>    0x101582000 -  
>   0x1015cdff7 +umath.so ??? (???)
> <D43CFAA8-0AB3-21E1-8209-8ADD82EF0DE2>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath.so
>    0x1015f7000 -  
>   0x1015fbfff +_dotblas.so ??? (???)
> <83217C6D-C314-3191-3BFF-BA9284630548>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dotblas.so
>    0x101700000 -  
>   0x1017fffff +multiarray.so ??? (???)
> <7CE2F23D-13C5-3CEA-DD69-3C6CDC81E11D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so
>    0x101892000 -  
>   0x1018abfff +_sort.so ??? (???)
> <786A91A9-A8D3-DAFD-CC2F-229DF623C3C6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_sort.so
>    0x1018f4000 -  
>   0x10191bfff +scalarmath.so ??? (???)
> <78336B61-F517-50A8-0B9F-5FE6D5B41955>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/scalarmath.so
>    0x10196c000 -  
>   0x101970fff +_compiled_base.so ??? (???)
> <08D524FE-9249-2900-DD07-CB43F4AB41F6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/_compiled_base.so
>    0x1019b4000 -  
>   0x1019b7fff +lapack_lite.so ??? (???)
> <D9D3BFA4-5589-AA6A-6623-CFE13F0F6312>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so
>    0x1019bb000 -  
>   0x1019c3ff7 +fftpack_lite.so ??? (???)
> <0E3F9F7D-AADC-9543-CFDE-1837EC4E5D0E>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so
>    0x101ac7000 -  
>   0x101b07ff7 +mtrand.so ??? (???)
> <A97DCD6A-D39F-E518-3F63-D0BC9F25E9CA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/random/mtrand.so
>    0x101bd1000 -  
>   0x101bd1fff +_scproxy.so ??? (???)
> <12048B12-781D-4DA2-FCAF-B79E10AF3684>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
>    0x101bd4000 -  
>   0x101bd9fff +array.so ??? (???)
> <F311A891-2EFA-A12D-E5AD-A469921B5BE8>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
>    0x101be0000 -  
>   0x101bfbfe7 +libz.1.dylib 1.2.5
> (compatibility
> 1.0.0) <7601FB97-F8AA-29A9-050F-B7282D06809B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libz.1.dylib
>    0x101e00000 -  
>   0x101e3cfff +_path.so ??? (???)
> <67540929-B394-C66E-3DFE-3FD6893BD502>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so
>    0x101f20000 -  
>   0x101f5bff7 +ft2font.so ??? (???)
> <31935E58-E40D-5C06-C8B6-3A8321F65752>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/ft2font.so
>    0x101f84000 -  
>   0x102028fff +libfreetype.6.dylib 13.2.0
> (compatibility 13.0.0)
> <9489511C-5AAA-6ADB-7B74-7752BAAC5F26>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libfreetype.6.dylib
>    0x102200000 -  
>   0x102201ff7 +nxutils.so ??? (???)
> <6BEDCEBD-5EDA-BCE7-315E-EFA4D4699422>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/nxutils.so
>    0x102544000 -  
>   0x102547ff7 +_csv.so ??? (???)
> <6827339A-7D9F-A4D3-8726-F278E7796F34>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so
>    0x10258d000 -  
>   0x102621fff +unicodedata.so ??? (???)
> <0A42FDE1-C0E3-43C8-14F6-1E83B6516AC7>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
>    0x102638000 -  
>   0x102652ff7 +_png.so ??? (???)
> <192312F4-3E75-EFFE-F4CA-7E1FFE805E70>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_png.so
>    0x10266f000 -  
>   0x10269eff7 +libpng14.14.dylib 20.0.0
> (compatibility 20.0.0)
> <6DE64E37-405B-2946-22BA-C0AF6FF9B676>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/libpng14.14.dylib
>    0x1026e6000 -  
>   0x1026eaff7 +_cntr.so ??? (???)
> <7DD17D36-D53D-232B-C0F3-213C9242D4B6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_cntr.so
>    0x1026ee000 -  
>   0x1026f3fff +_csgraph.so ??? (???)
> <EEB7359E-F194-AFD8-7BC6-B1CC37398FF3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csgraph.so
>    0x1026f9000 -  
>   0x1026fcff7 +mmap.so ??? (???)
> <94F84E00-9C38-4AFB-8E39-CFBD1F7EC27E>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so
>    0x1028c0000 -  
>   0x1028f7ff7 +_image.so ??? (???)
> <01AE4D64-DA05-4610-CA8C-13FA908C5D7D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_image.so
>    0x10291e000 -  
>   0x10292bff7 +_delaunay.so ??? (???)
> <65B0C9CE-0235-E9A0-1693-044F5BC2074D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_delaunay.so
>    0x102934000 -  
>   0x102960ff7 +_tri.so ??? (???)
> <271F8696-D1FE-8831-8843-6A2E2F75731B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_tri.so
>    0x1029c7000 -  
>   0x1029f2ff7 +_macosx.so ??? (???)
> <B470FB93-5C60-AE98-4126-B7E3A3C65CDC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/_macosx.so
>    0x102a58000 -  
>   0x102b4dfff +_csr.so ??? (???)
> <50C24A97-8899-5FF9-63C1-656C53D221B6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csr.so
>    0x102b83000 -  
>   0x102c1cff7 +_csc.so ??? (???)
> <8CDE14CE-0B80-BB4C-1DD7-5D2675BCCB77>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_csc.so
>    0x102c3a000 -  
>   0x102c67fff +_coo.so ??? (???)
> <F52DB552-BBD0-FAE3-2307-44CFFA445D84>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_coo.so
>    0x102c6f000 -  
>   0x102c7fff7 +_dia.so ??? (???)
> <B5EE8453-7AEC-74D7-082C-EE55A49C8677>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_dia.so
>    0x102c86000 -  
>   0x102d99ff7 +_bsr.so ??? (???)
> <910BD499-F030-ABA6-CECF-B4C88C3C75AA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/sparsetools/_bsr.so
>    0x102e1e000 -  
>   0x102e21fff +mio_utils.so ??? (???)
> <631CB4AE-4268-42D2-20B6-574348C8810B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/io/matlab/mio_utils....
 
[truncated message content]
From: Yue C. <cha...@gm...> - 2011年05月18日 10:52:11
Thank you Mark!
If there is no search engine, we'll not make full use of FAQ history...
Chao
2011年5月18日 Mark Hepburn <mar...@gm...>
> Archive is here (just because I was on that page earlier today):
> http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users
>
> I'm not sure about a dedicated search though sorry.
>
>
> On 18 May 2011 19:51, Yue Chao <cha...@gm...> wrote:
> > Dear all,
> >
> > Just a very stupid question, where I can find the archive of our mailing
> > list and is there a search function?
> >
> > cheers,
> >
> > Chao
> >
> > --
> >
> ***********************************************************************************
> > Chao YUE
> > Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
> > UMR 1572 CEA-CNRS-UVSQ
> > Batiment 712 - Pe 119
> > 91191 GIF Sur YVETTE Cedex
> > Tel: (33) 01 69 08 77 30
> > Portable Phone (Mobil phone) : (33) 07 60 54 23 71
> >
> ************************************************************************************
> >
> >
> ------------------------------------------------------------------------------
> > What Every C/C++ and Fortran developer Should Know!
> > Read this article and learn how Intel has extended the reach of its
> > next-generation tools to help Windows* and Linux* C/C++ and Fortran
> > developers boost performance applications - including clusters.
> > http://p.sf.net/sfu/intel-dev2devmay
> > _______________________________________________
> > Matplotlib-users mailing list
> > Mat...@li...
> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> >
> >
>
>
>
> --
> Where the hell is Mark:
> http://blog.everythingtastesbetterwithchilli.com/
>
-- 
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 77 30
Portable Phone (Mobil phone) : (33) 07 60 54 23 71
************************************************************************************
From: Mark H. <mar...@gm...> - 2011年05月18日 09:58:47
Archive is here (just because I was on that page earlier today):
http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users
I'm not sure about a dedicated search though sorry.
On 18 May 2011 19:51, Yue Chao <cha...@gm...> wrote:
> Dear all,
>
> Just a very stupid question, where I can find the archive of our mailing
> list and is there a search function?
>
> cheers,
>
> Chao
>
> --
> ***********************************************************************************
> Chao YUE
> Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
> UMR 1572 CEA-CNRS-UVSQ
> Batiment 712 - Pe 119
> 91191 GIF Sur YVETTE Cedex
> Tel: (33) 01 69 08 77 30
> Portable Phone (Mobil phone) : (33) 07 60 54 23 71
> ************************************************************************************
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
-- 
Where the hell is Mark:
http://blog.everythingtastesbetterwithchilli.com/
From: Yue C. <cha...@gm...> - 2011年05月18日 09:51:51
Dear all,
Just a very stupid question, where I can find the archive of our mailing
list and is there a search function?
cheers,
Chao
-- 
***********************************************************************************
Chao YUE
Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL)
UMR 1572 CEA-CNRS-UVSQ
Batiment 712 - Pe 119
91191 GIF Sur YVETTE Cedex
Tel: (33) 01 69 08 77 30
Portable Phone (Mobil phone) : (33) 07 60 54 23 71
************************************************************************************
From: Mark H. <mar...@gm...> - 2011年05月18日 07:25:55
Hi,
I have a web application using matplotlib which is unpredictably
crashing with the error message from the subject. It seems to be
happening in ft2font, but I can't be certain at this stage that it's
only occurring there (although since isolating it via logging
statements, every time it has occurred has been in that spot). The
crash occurs at load time, seemingly through a chain of import
statements (starting with wsgi app -> django -> my app):
matplotlib.colorbar -> matplotlib.lines -> matplotlib.font_manager ->
matplotlib.ft2font
Google is strangely quiet on that particular message; the closest I
have found that also involves ft2font was this rather old one:
http://comments.gmane.org/gmane.comp.python.matplotlib.devel/1332
The unpredictable nature of it suggests that it's thread-related, but
other than that I have no further clues. The unpredictable nature of
the crashes obviously makes testing any theory or avenue quite slow at
times! Does anyone have any suggestions, hints for further
probing,... anything, please?
The particulars:
Server OS: openSUSE 11.3 (x86_64)
matplotlib: 1.0.0 (compiled from source distro)
Server: apache prefork, mod_wsgi
Python version: 2.6.4
Extra factors:
There are two versions of the application, deployed in virtualenvs
(identical matplotlib versions). It does affect both of them,
although I've only been investigating with one. It frequently seems
to affect a group of processes; that is, reloading is required
multiple times before it returns to normal.
mod_wsgi is running in embedded mode, but the same problem was
occurring with mod_python -- that was my main impetus for porting to
wsgi in fact. The same application ran fine on the previous server
however (SUSE Linux Enterprise Server 11 (x86_64)), in fact with 3
versions of the application, using mod_python. It was previously
using matplotlib 0.98.5.2; according to my commit message the upgrade
was prompted by the server move and that version not compiling against
libpng1.4 on the new server.
Thanks, Mark.
-- 
Where the hell is Mark:
http://blog.everythingtastesbetterwithchilli.com/

Showing 19 results of 19

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /