> On Wed, Oct 19, 2005 at 09:05:41AM -0600, Galen Mark Shipman wrote:
>> We changed things a bit in the mpool, the deregister will remove the
>> registration from the cache and then call release, if the reference
>> count
>> is <=0, the memory is then deregistered, otherwise it will be
>> deregiste
On Wed, Oct 19, 2005 at 09:05:41AM -0600, Galen Mark Shipman wrote:
> We changed things a bit in the mpool, the deregister will remove the
> registration from the cache and then call release, if the reference count
> is <=0, the memory is then deregistered, otherwise it will be deregistered
> later
We changed things a bit in the mpool, the deregister will remove the
registration from the cache and then call release, if the reference count
is <=0, the memory is then deregistered, otherwise it will be deregistered
later via another release call. The BTL module increments the reference
count on
Hello Galen,
It seams this issue is still present and can be easily triggered.
(see attached program). Do you have plans to fix it?
On Wed, Sep 21, 2005 at 12:06:18PM -0600, Galen M. Shipman wrote:
> Gleb,
>
> >
> > Gleb Natapov wrote:
> >
> >> Hello Galen,
> >>
> >> Finally I've got some time t