Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4177

[regression] svnadmin hotcopy fails with 1.7.x to CIFS target

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.7.x
    • unscheduled
    • tools
    • None
    • Linux

    Description

      Using 1.6.x svnadmin hotcopy did work fine on a CIFS target.
      After upgrading to 1.7.x it does fail now - a gdb stacktrace does show this:
      
      (gdb) bt
      #0  0x00007fb17d1642f5 in fcntl () from /lib/x86_64-linux-gnu/libpthread.so.0
      #1  0x00007fb17be6f117 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #2  0x00007fb17be86b20 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #3  0x00007fb17be707cf in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #4  0x00007fb17be95de5 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #5  0x00007fb17bea33e2 in ?? () from /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #6  0x00007fb17beab78a in sqlite3_backup_step () from
      /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
      #7  0x00007fb17d5e18b5 in svn_sqlite__hotcopy () from /usr/lib/libsvn_subr-1.so.1
      #8  0x00007fb17cb9c934 in svn_fs_fs__hotcopy () from /usr/lib/libsvn_fs_fs-1.so.1
      #9  0x00007fb17da1c9dd in svn_fs_hotcopy () from /usr/lib/libsvn_fs-1.so.1
      #10 0x00007fb17dc3bf49 in svn_repos_hotcopy () from /usr/lib/libsvn_repos-1.so.1
      #11 0x0000000000403846 in ?? ()
      #12 0x0000000000402e01 in ?? ()
      #13 0x00007fb17cdd530d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
      #14 0x0000000000402fc9 in ?? ()
      #15 0x00007fff46f6dd38 in ?? ()
      #16 0x000000000000001c in ?? ()
      #17 0x0000000000000004 in ?? ()
      #18 0x00007fff46f6f8a7 in ?? ()
      #19 0x00007fff46f6f8b0 in ?? ()
      #20 0x00007fff46f6f8b8 in ?? ()
      #21 0x00007fff46f6f8c9 in ?? ()
      #22 0x0000000000000000 in ?? ()
      
      
      
      Seems it does hang on sqlite3_backup_step().
      This is a regression as it did work before and the Changelog does not mention
      this change - at least i did not found it here:
      Using another target, e.g. ext3 filesystem it does backup fine.
      
      http://subversion.apache.org/docs/release-notes/1.7.html
      

      Original issue reported by tkrah

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: