Date: Mon, 18 Jul 2011 10:12:38 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: Ilya Putsikau <iputsikau@gmail.com> Cc: soc-status@freebsd.org, Ivan Voras <ivoras@gmail.com> Subject: Re: [fuse] Status report #8 Message-ID: <201107181012.38709.hselasky@c2i.net> In-Reply-To: <CACjQ-NrrMBPUn0Tpa3g=OmP2CBA3ur__9aUtWHH6%2BrgybRFb%2Bw@mail.gmail.com> References: <CACjQ-NrrMBPUn0Tpa3g=OmP2CBA3ur__9aUtWHH6%2BrgybRFb%2Bw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 18 July 2011 10:01:55 Ilya Putsikau wrote: > Project: Finish porting fuse > > I spent last week fixing panic when process doing io on fuse file > system was interrupter. Issue appeared to be bigger than that. > Dispatchers used for io were not properly created and destroyed which > lead to corrupt fuse messages and use after free errors. I have a > patch to add proper reference counting and remove home grown free > ticket list replacing them with uma allocator. With the patch I can't > reproduce panic but there is now memory leak, I'm fixing it. I > committed series of smaller fixes made while working on the patch. Hi, Can you explain at which point in the code you are doing refcounting and when the structures are freed? --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107181012.38709.hselasky>