Displaying 3 results from an estimated 3 matches for "py_ldb_modify".
2017 Mar 30
4
possible memory leak in ldb module while dbcheck on RODC
An embedded and charset-unspecified text was scrubbed...
Name: memory_profiler.txt
URL: <http://lists.samba.org/pipermail/samba/attachments/20170330/f5d10ac9/memory_profiler.txt>
2017 Mar 31
2
possible memory leak in ldb module while dbcheck on RODC
...except Exception, err:
> > if self.in_transaction:
> > raise CommandError("%s : %s" % (msg, err))
> >
> >
> >
> > 3) My first idea was that it is python problem with starting c
> > modules, but then i found pyldb.c and py_ldb_modify function in it.
> > Commenting out the line with ldb_request memory stays on the same
> > value and does not increase anymore.
> >
> > root at buildhost samba (git)-[samba-4.5.7] # git diff lib/ldb/pyldb.c
> > diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c index bea837...
2017 Mar 31
0
possible memory leak in ldb module while dbcheck on RODC
...alidate=validate)
> except Exception, err:
> if self.in_transaction:
> raise CommandError("%s : %s" % (msg, err))
>
>
>
> 3) My first idea was that it is python problem with starting c modules,
> but then i found pyldb.c and py_ldb_modify function in it. Commenting out
> the line with ldb_request memory stays on the same value and does not
> increase anymore.
>
> root at buildhost samba (git)-[samba-4.5.7] # git diff lib/ldb/pyldb.c
> diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c
> index bea837f..ed5309a 100644
&...