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

'svn co' crashes with segfault on project with enclosed directories number > 40

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Cannot Reproduce
    • 1.2.x
    • ---
    • unknown
    • None
    • Linux

    Description

      'svn co' crashes with segfault on project with enclosed directories number > 40.
      I can repeat this bug on Subversion 1.2.3 on my Ubuntu box.
      
      Here is testcase:
      
      $ cat svn_test.sh 
      #!/bin/bash
      mkdir 1
      svnadmin create 1
      mkdir 2
      svn co file://`realpath 1` 2
      DIRS=`seq 1 41|xargs echo|tr ' ' '/'`
      mkdir -p "2/$DIRS"
      svn add 2/1
      svn commit -m '' 2
      svn co file://`realpath 1` 3
      
      It's really annoying bug, please fix it.
      

      Original issue reported by ikor

      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: