On 7/12/07, Rob Hetland <[EMAIL PROTECTED]> wrote: > > I recently updated matplotlib, and I am now getting a bus error when > plotting (any command) after I have already closed a matplotlib > window. I can open as many windows as I want, but the first plot > command executed after closing any window results in a bus error. > > Relavent things: > > OS: Mac OS X > Backend: TkAgg (same bus error with qt4, though) > very recent svn versions of numpy/mpl/ipython.
The fact that you get this with Tk makes me suspect that for once, it's not ipython's fault (since Tk does NOT activate the more dangerous threading tricks). But it would be good to be 100% sure, by trying in a pure python terminal from pylab import * ion() plot(...) and see if the crash persists. That would limit the likely culprits to two out of three (and move this ball out of my court in the process :) cheers, f ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel