segmentation fault in python bindings
From: Thomas Delaet <thomas_at_delaet.org>
Date: 2006-09-03 15:27:32 CEST
Hi all,
Before creating a ticket, I would like to check if I did not do
#!/usr/bin/python
import svn.repos
svn.core.apr_initialize()
fs_config = { "fs-type": "fsfs" }
i = 0
index = {}
while i < 99:
svn.core.svn_pool_destroy(pool)
The output of this code snippet is:
0
When I set fs_config to None, it works perfectly. Thing is that I need
I tried re-arranging the apr and pool commands, assigning the
Anyone got a clue?
Tnx in advance,
Kind Regards,
-- Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Sep 3 15:28:05 2006 |
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.