On Jul 8, 2010, at 12:27 PM, Michael Droettboom wrote:

> Can you get a gdb backtrace?
> 
> Mike
> 

This is as far as I can get with gdb:

#---------

$ gdb python
GNU gdb 6.3.50-20050815 (Apple version gdb-1461.2) (Fri Mar  5 04:43:10 UTC 
2010)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared 
libraries ... done

(gdb) run test_import_chaco_and_plt.py 
Starting program: /usr/bin/python test_import_chaco_and_plt.py
Reading symbols for shared libraries .++..... done

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fff5fc01028 in __dyld__dyld_start ()
(gdb) bt
#0  0x00007fff5fc01028 in __dyld__dyld_start ()
#1  0x0000000100000000 in ?? ()
(gdb) 

#---------

I'm not very experienced with gdb, so I'm not sure if I'm doing something 
wrong. 

Thanks,
-Tony


> On 07/08/2010 12:13 PM, Tony S Yu wrote:
>> The recent "nasty import behavior" thread motivated me to post an issue I've 
>> been having with matplotlib and chaco. (I've posted to the Chaco list 
>> previously, without much luck.)
>> 
>> If I import matplotlib and chaco at the same time, I get a segmentation 
>> fault in the _path.so plugin.  Below is a simple script that segfaults on my 
>> computer.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to