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

Access Violation in Ruby bindings tests

From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Tue, 16 Dec 2008 23:02:18 -0800

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.

--
Joe
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=985511
Received on 2008-12-17 08:02:33 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.