[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
a known working version and it stil caused problems.

Then I just rememberd I had updated my swig-python bindings this morning.
After rolling back my 1.3.x to revision 17692 and recompiling of the bindings
viewvc started to work again.

The funny thing was that the standalone version worked fine but when
using apache2
I got segmentation faults.

Calling the script directory bin/viewcvs.cgi root=test I got the
following subverison?
exception

--
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.org
Received 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.