Re: [Matplotlib-users] Help in solving a segfault problem?

2011-03-19 Thread Nicolas SCHEFFER
Hi all, So I tried what was advised to me. python -c 'import pylab; pylab.plot([4]);' terminate called after throwing an instance of 'std::exception' terminate called recursively Abort which happens here: 14 agg::trans_affine 15 py_to_agg_transformation_matrix(PyObject* obj, bool errors

Re: [Matplotlib-users] Help in solving a segfault problem?

2011-03-13 Thread Nicolas SCHEFFER
Hi, I didn't get much reply on this issue, so I'm just trying to resurrect the question. If there's no easy answer, could someone help me by giving me a pointer, a method to resolve the problem, or any other quick advice...? Thanks much! On Thu, Mar 10, 2011 at 12:29 AM, Nicolas SCHEFFER

Re: [Matplotlib-users] Help in solving a segfault problem?

2011-03-13 Thread Jouni K . Seppänen
Nicolas SCHEFFER scheffer.nico...@gmail.com writes: I didn't get much reply on this issue, so I'm just trying to resurrect the question. Probably not many devs using Solaris, so no-one has been able to reproduce this. #12 0xfd7ff4a22fd8 in py_to_agg_transformation_matrix (obj=0x774380,

Re: [Matplotlib-users] Help in solving a segfault problem?

2011-03-13 Thread Nicolas SCHEFFER
Thanks much for the reply! I'll try your advice as soon as I can. BTW, I don't think this is a Solaris-related problem. If you look at the pointers in my original post, the same error can happen on other arch (I confess it can be for other reasons though). -n On Sun, Mar 13, 2011 at 1:03 PM,

[Matplotlib-users] Help in solving a segfault problem?

2011-03-10 Thread Nicolas SCHEFFER
Hi all, I am stuck on matplotlib generating a segfault when invoking 'plot'. I've ben trying to solve this problem for a while now but no luck. I've seen many duplicates of this problem on the web, some with solutions, some without. The solution must be something more generic that I'm missing.