Re: [Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-21 Thread Anand Patil
Russell and Eric, many thanks for sticking with me on this issue. I've been able to reproduce the problem just by calling gc.collect() without loading Matplotlib, so it looks like the problem is elsewhere. I'm very sorry I didn't realize this sooner. Cheers, Anand

[Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Anand Patil
Hi all, Matplotlib occasionally crashes Python at the end of a long program on my powerbook g4 running OS X 10.4. gdb output follows: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0a68fe40 0x002eae50 in visit_decref (op=0x28a1cb0,

Re: [Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Anand Patil
Matplotlib occasionally crashes Python at the end of a long program on my powerbook g4 running OS X 10.4. gdb output follows: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0a68fe40 0x002eae50 in visit_decref (op=0x28a1cb0, data=0x0)

Re: [Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Eric Firing
Anand Patil wrote: Matplotlib occasionally crashes Python at the end of a long program on my powerbook g4 running OS X 10.4. gdb output follows: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0a68fe40 0x002eae50 in visit_decref