This looks like the same symptoms as this (unresolved) bug here: http://sourceforge.net/tracker/index.php?func=detail&aid=1949982&group_id=80706&atid=560720
Your gdb backtrace reveals that you have debugging symbols in matplotlib, so we've got a little more information now. Thanks. Since this crash is in an inlined C++ method, I would try forcing a clean rebuild of matplotlib (by deleting the build directory under the source tree) and rebuilding/reinstalling. Beyond that, I'm a little stumped. Could you run the following in gdb when the crash happens? p bboxo p bbox p bbox->_ll Cheers, Mike Malte Marquarding wrote: > Hi, > > I had a look through the archives but couldn't find an answer to this. > Using the tkagg backend (agg is fine) I get a segmentation fault > doing a simple plot. > gdb returns the following: > > 362 Point* ll_api() {return _ll;} > Current language: auto; currently c++ > (gdb) bt > #0 0xb6fc1bac in PyAggImagePhoto (clientdata=0x0, interp=0x87a9430, > argc=5, > argv=0xbf97fc9c) at src/_transforms.h:362 > #1 0xb712ea5c in TclInvokeStringCommand () from /usr/lib/libtcl8.4.so > #2 0xb712ff05 in TclEvalObjvInternal () from /usr/lib/libtcl8.4.so > #3 0xb7131015 in Tcl_EvalObjv () from /usr/lib/libtcl8.4.so > #4 0xb73d34a6 in ?? () from /usr/lib/python2.5/lib-dynload/_tkinter.so > snip > > This is matplotlib-0.91.2, python 2.5 on linux (opensuse 10.3) > > > Cheers, > Malte. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users