[OpenBabel-Devel] Bug in OBCisTransStereo?

2012-05-15 Thread Craig James
This looks like a bug but I wanted to post it here before adding it to the bug database. It's using some memory after freeing it. This is output from valgrind. The first stack trace reports the invalid free, and the second stack trace shows the code that freed the memory earlier. Craig ==23964

Re: [OpenBabel-Devel] Bug in OBCisTransStereo?

2012-05-20 Thread Noel O'Boyle
Can you provide some small example code that triggers this? - Noel On 16 May 2012 02:08, Craig James wrote: > This looks like a bug but I wanted to post it here before adding it to the > bug database. It's using some memory after freeing it. > > This is output from valgrind. The first stack t

Re: [OpenBabel-Devel] Bug in OBCisTransStereo?

2012-05-20 Thread Craig James
On Sun, May 20, 2012 at 10:19 AM, Noel O'Boyle wrote: > Can you provide some small example code that triggers this? > I've been trying to find a simple example but haven't yet. I'll keep working on it. Craig > > - Noel > > On 16 May 2012 02:08, Craig James wrote: > >> This looks like a bug