On Tue, Dec 13, 2016 at 12:06:46PM +0000, Gianfranco Costamagna wrote: > Hi > > > >Based on the stack trace, the exception is thrown because a managed > > >buffer that is being freed isn't actually registered to the buffer manager. > >his shouldn't happen, since the only way to get a buffer is to request > >it from the manager in the first place. It's possible there's a memory > >corruption bug somewhere. > > > >What I'd like to do is see what happens if the program doesn't abort at > >that point. Not freeing the buffer will lead to a memory leak, so it's > >not a fix, but seeing what happens without the exception being thrown > >could give useful data. > > > >The attached patch comments out the line that throws the exception, > >causing the function to simply return. This should let the program > >continue running, hopefully producing useful output (whether correct or not). > > > >Could someone please apply the patch and rebuild? > > > http://paste.debian.net/901967/ > > does this help? > > G.
Was that the only exception? If so, that exception gets thrown (and handled) even on a successful run. In which case, can you post the test-results.log?