Bug somewhere in matplotlib

There seems to be a bug somewhere in the CVS version of

    > matplotlib or the 2.3 version of agg that's causing me
    > sporadic segfaults. It's possible this isn't general
    > and is due to some other compiled code but doesn't seem
    > particularly likely as the bug didn't appear when
    > running with a copy of matplotlib from CVS on April 14.
    > However, I've no idea what's causing but problem and
    > this may be a coincidence.

Compile mpl with VERBOSE = True in setup.py which will help inform
where the segfault is occurring. You will want to rm -rf your build
dir to force a clean debug build.

JDH

With this the apparent problem moved from from matplotlib to my code
where I guess the real problem is - I guess when python does garbage
disposal - and using a different matplotlib version somehow triggered
it.

Thanks for the help,
Nich

···

On Tue, 2005-05-24 at 12:53 -0500, John Hunter wrote:

Compile mpl with VERBOSE = True in setup.py which will help inform
where the segfault is occurring. You will want to rm -rf your build
dir to force a clean debug build.