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

How do the Python bindings call apr_initialize() ?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-09-30 16:21:03 CEST

I am having a problem getting the new Python bindings to function on Cygwin.

The following sequence of events occurs:

$ python -c 'import svn.core'
svn.core then does:
  from libsvn.core import *
  import libsvn.core as _core
  Pool = svn_pool_create
  Pool()

and that last line then causes a segfault, because apr has not been
initialized.
When was apr supposed to have been initialized?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 30 16:22:19 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.