Kouhei Sutou wrote:
>Hi Marcelo,
>
>I'm a maintainer of the Ruby bindings.
>
>In <43E27EF6.9080601@acms.arizona.edu>
> "Re: [Swig-user] Re: [Swig-devel] SWIG-1.3.28 release candidate" on Thu, 02 Feb 2006 14:51:50 -0700,
> Marcelo Matus <mmatus@acms.arizona.edu> wrote:
>
>
>
>>Ok, please try again, it seems perl and python are ok now. Ruby also
>>compiles but I am not
>>sure about the runtime test. I just get:
>>
>>
>
>
>
>>Loaded suite test
>>Started
>>........................................
>>/home/mmatus/srcs/subversion-1.3.0/subversion/bindings/swig/ruby/svn/util.rb:58:
>>[BUG] Segmentation fault
>>
>>
>
>Could you pass "---with-ruby-test-verbose=verbose" option to
>the configure script to get more information, re-run the
>configure script and re-run the runtime test for Ruby
>bindings?
>
>
>Regards,
>--
>kou
>
>
as David reported, the error occurs here:
....
test_prop(SvnFsTest): .
test_root(SvnFsTest): .
test_transaction(SvnFsTest): .
test_version(SvnFsTest): .
test_changed(SvnInfoTest):
/home/mmatus/srcs/subversion-1.3.0/subversion/bindings/swig/ruby/svn/util.rb:58:
[BUG] Segmentation fault
which somehow dispatchs the function svn_repos_node_from_baton defined
in node_tree.c
svn_repos_node_t *
svn_repos_node_from_baton (void *edit_baton)
{
struct edit_baton *eb = edit_baton;
return eb->node;
}
with a valid (from swig point of view) null value, resulting in the seg
fault observed.
Marcelo
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 3 08:09:32 2006