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

Re: Access Violation in Ruby bindings tests

From: Kouhei Sutou <kou_at_cozmixng.org>
Date: Wed, 17 Dec 2008 22:18:37 +0900 (JST)

Hi,

In <ae6cb1100812162302w1a6422bw44c05352f4dac932_at_mail.gmail.com>
  "Access Violation in Ruby bindings tests" on Tue, 16 Dec 2008 23:02:18 -0800,
  Joe Swatosh <joe.swatosh_at_gmail.com> wrote:

> The relevant (readable) part of the stack from VC6 is:
>
> svn_fs_fs__noderev_same_rep_key(representation_t * 0x04b43b40,
> representation_t * 0x04b4dca8) line 3435 + 19 bytes
> svn_fs_fs__dag_things_different(int * 0x023fc4b0, int * 0x00000000,
> dag_node_t * 0x04b41ac8, dag_node_t * 0x04b4bc30, apr_pool_t *
> 0x04b3c470) line 1297 + 19 bytes
> fs_props_changed(int * 0x023fc4b0, svn_fs_root_t * 0x04b38418, const
> char * 0x03f8aca0, svn_fs_root_t * 0x03959300, const char *
> 0x03f8aca0, apr_pool_t * 0x04b3c470) line 1122 + 23 bytes
> svn_fs_props_changed(int * 0x023fc4b0, svn_fs_root_t * 0x04b38418,
> const char * 0x03f8aca0, svn_fs_root_t * 0x03959300, const char *
> 0x03f8aca0, apr_pool_t * 0x04b3c470) line 866 + 35 bytes
>
>
> The actual AV is in svn_fs_fs__noderev_same_rep_key() in the call to
> strcmp() since both
> a->uniquifier and b->uniquifier are NULL.
>
> Not sure who the expert on this might be, but please help.

I've fixed it in r34759.

Thanks,

--
kou
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=985685
Received on 2008-12-17 14:19:09 CET

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.