>>>> "Jeff" == Jeff Mincy
<jeff(a)delphioutpost.com> writes:
Jeff> On 21 Jun 2002, adrian(a)xemacs.org wrote:
>>>>>> "Andy" == Andy Piper
<andyp(a)bea.com> writes:
>
> I have another gripe about Gnus leaking handles like crazy when
> popping mail in native XEmacs (21.1.14, 21.4.X, 21.5.6 are all showing
> the symptom).
>
> Three handles are left over for each pop.
Jeff> I haven't really been paying attention to this conversion,
Jeff> but this sounds reminiscent of a problem that I was having
Jeff> with VM.
Jeff> Make sure that you are not using berkeley-db open-database
Jeff> code. To see if you are having the same problem you could
Jeff> trace open-database.
Hi Jeff,
I created a testcase for my problem, which may be found in
http://list-archive.xemacs.org/cgi-bin/wilma_hiliter/xemacs-beta/200203/m...
I just realized that testcase is not available via the mailing list
archive so here it is again:
Adrian
Jeff> I smashed open-database to never choose berkeley-db
Jeff> (defadvice open-database (before berkeley-db-broken first activate)
Jeff> (if (and (boundp 'vm-folders-summary-database)
Jeff> (equal file vm-folders-summary-database)
Jeff> (eq type 'berkeley-db))
Jeff> (setq type nil)))
Jeff> -jeff
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/