1.3.x 17693 change kills viewvc
From: Gerard Gerritsen <sigcafe_at_gmail.com>
Date: 2005-12-09 13:18:15 CET
Hello,
This morning I noticed viewvc did not work anymore. I reverted it back to
Then I just rememberd I had updated my swig-python bindings this morning.
The funny thing was that the standalone version worked fine but when
Calling the script directory bin/viewcvs.cgi root=test I got the
-- This document is located here. Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0xb7a46f4c> in <bound method SubversionRepository.__del__ of <vclib.svn.SubversionRepository instance at 0xb7a5622c>> ignored -- Looking at the code I see def __del__(self): self._close() def _close(self): if self.pool: core.svn_pool_destroy(self.pool) self.pool = None if self.apr_init: core.apr_terminate() self.apr_init = 0 So it looks like it is pool related... Any suggestions ? Greetings, Gerard Gerritsen --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Dec 9 13:24:04 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.