Re: Status of ctypes Subversion bindings
From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Tue, 17 Jun 2008 20:25:46 -0700
Eric Gillespie <epg_at_pretzelnet.org> writes:
> I started testing csvn again, and found a problem.
One more, and then I'm done for now.
>>> revprops = csvn.core.apr_hash_make(pool)
Process Python segmentation fault (core dumped)
OK, so I probably did something wrong. Maybe I can get
>>> revprops = csvn.types.Hash(csvn.core.svn_string_t, wrapper=csvn.types.SvnStringPtr)
Process Python segmentation fault (core dumped)
Well, maybe guessing from uses of Hash in the high-level binding
>>> revprops = csvn.types.Hash(csvn.core.svn_string_t)
Process Python segmentation fault (core dumped)
Help? :)
-- Eric Gillespie <*> epg_at_pretzelnet.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-06-18 05:26:01 CEST |
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.