You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Mourrat, David (CA-CIB)" <da...@ca-cib.com> on 2011/12/13 17:29:11 UTC

Crash during attempted dump of repository

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

This application has halted due to an unexpected error.

A crash report and minidump file were saved to disk, you can find them here:

C:\DOCUME~1\UT08CL~1\LOCALS~1\Temp\1\svn-crash-log20111213170007.log

C:\DOCUME~1\UT08CL~1\LOCALS~1\Temp\1\svn-crash-log20111213170007.dmp

Please send the log file to users@subversion.apache.org to help us analyze

and solve this problem.

 

NOTE: The crash report and minidump files can contain some sensitive information

(filenames, partial file content, usernames and passwords etc.)

 

 

Do you have an idea?

 

Dump files joined,

 

Thanks, best regards,

 

David MOURRAT 

Crédit Agricole  -  Corporate and Investment Bank
BLI | EDI | Automaton and Market Access 
Head of Volatility Trading Systems

 

Tél. : +33 (0)1 57 87 10 48 | Fax. : +33 (0)1 41 89 84 10
Email : david.mourrat@ca-cib.com

 

This message and any attachments are intended for the sole use of its addressee.
If you are not the addressee, please immediately notify the sender and then destroy the message.
As this message and/or any attachments may have been altered without our knowledge, its content is not legally binding on Crédit Agricole Corporate and Investment Bank.
All rights reserved.

 
Ce message et ses pièces jointes sont destinés à l'usage exclusif de leur destinataire.
Si vous recevez ce message par erreur, merci d'en aviser immédiatement l'expéditeur et de le détruire ensuite.
Le présent message pouvant être altéré à notre insu, Crédit Agricole Corporate and Investment Bank ne peut pas être engagé par son contenu.
Tous droits réservés.

Re: Crash during attempted dump of repository

Posted by Ivan Zhakov <iv...@visualsvn.com>.
On Tue, Dec 13, 2011 at 20:29, Mourrat, David  (CA-CIB)
<da...@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

Re: Crash during attempted dump of repository

Posted by Ivan Zhakov <iv...@visualsvn.com>.
On Tue, Dec 13, 2011 at 20:29, Mourrat, David  (CA-CIB)
<da...@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
>

[...]


>
> Do you have an idea?
>
Could you please try to run svnadmin command with memory caching disabled. I.e.
E:\VoloxTmp>"C:\Program Files\VisualSVN Server\bin\svnadmin" dump -r
19000:29950 -M 0 E:\svn_repository_new > E:\VoloxTmp\dump_new.svndump


-- 
Ivan Zhakov