On Tue, Dec 13, 2011 at 20:29, Mourrat, David (CA-CIB)
<david.mourrat_at_ca-cib.com> wrote:
> Hi all,
>
> I was trying to dump my repository with these results:
>
> E:\VoloxTmp>"C:\Program Files\VisualSVN Server\bin\svnadmin" dump -r
> 19000:29950 E:\svn_repository_new > E:\VoloxTmp\dump_new.svndump
>
According to dump files svnadmin crashes in svn_fs_fs__id_copy in
attempt to copy NULL id:
libsvn_fs_fs\id.c:224:
[[[
id_private_t *pvt = id->fsap_data;
]]]
Here is detailed stack trace:
libsvn_fs-1.dll!svn_fs_fs__id_copy(
const svn_fs_id_t * id=0x00000000,
apr_pool_t * pool=0x00f720c0) Line 226 + 0xc bytes
libsvn_fs-1.dll!dir_entry_id_from_node(
const svn_fs_id_t * * id_p=0x0012f650,
dag_node_t * parent=0x00f736c0,
const char * name=0x00f735d0,
apr_pool_t * pool=0x00f720c0) Line 318 + 0x12 bytes
libsvn_fs-1.dll!svn_fs_fs__dag_open(
dag_node_t * * child_p=0x0012f678,
dag_node_t * parent=0x00f733e0,
const char * name=0x00f735d0,
apr_pool_t * pool=0x00f720c0) Line 1145 + 0x19 bytes
libsvn_fs-1.dll!open_path(
parent_path_t * * parent_path_p=0x0012f6c8,
svn_fs_root_t * root=0x00c1e7a0,
const char * path=0x00f72240, int flags=0x00000000,
const char * txn_id=0x00000000,
apr_pool_t * pool=0x00f720c0) Line 645 + 0x11 bytes
libsvn_fs-1.dll!fs_node_proplist(
apr_hash_t * * table_p=0x0012f6c8,
svn_fs_root_t * root=0x00c1e7a0,
const char * path=0x00f72240,
apr_pool_t * pool=0x00000000) Line 1010 + 0x44 bytes
--
Ivan Zhakov
Received on 2012-02-13 14:57:39 CET