Bug#250583: confirm on synaptic

2005-09-28 Thread Michael Vogt
On Tue, Sep 27, 2005 at 06:55:27PM -0700, Daniel Burrows wrote: [..] > The fix is obvious: if WorkSpace is greater than zero, > seek to one less than WorkSpace bytes in the constructor (if WorkSpace > is zero, do nothing). The attached patch does just this, and eliminates > the bug on unstable f

Bug#250583: confirm on synaptic

2005-09-27 Thread Daniel Burrows
tags 250583 patch thanks On Tuesday 27 September 2005 10:55 am, Michael Vogt wrote: > I'm currently clueless about this bug. Each mmap is unmaped (I verfied > with both strace and some debug code mmap.cc), the file handles are > closed. But apparently it's not freed. Here's an interesting point

Bug#250583: confirm on synaptic

2005-09-27 Thread Michael Vogt
Hi, I debugged the same problem in synaptic recently. Here is the url: http://bugzilla.ubuntu.com/show_bug.cgi?id=15603 I'm currently clueless about this bug. Each mmap is unmaped (I verfied with both strace and some debug code mmap.cc), the file handles are closed. But apparently it's not freed.