git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
To: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Cc: Jeff King <peff@peff.net>,
	git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Date: Wed, 3 Mar 2010 10:22:13 +0100	[thread overview]
Message-ID: <20100303092213.GA12909@vidovic.wsb> (raw)
In-Reply-To: <20100303005804.GA17120@vidovic>

The 03/03/10, Nicolas Sebrecht wrote:

> That said, I did the svn tests because sometimes I have reproductible
> errors with 'git svn fetch' or 'git svn clone'. I'm not sure how both
> problems could be related... git-svn is a Perl script. The given message
> for this one is "error: died with signal 11" from what I remember (but
> I'm sure about the "signal 11" part).

Here we are:

  $ git svn fetch
  error: git-svn died of signal 11

This is reproductible in most of my repositories based on a remote
subversion server.

Examples:
#1

  $ cd okawix
  $ cat .git/config
  <...>
  [svn-remote "svn"]
    url = https://okawix.svn.sourceforge.net/svnroot/okawix
    fetch = :refs/remotes/git-svn

  $ git svn fetch
    A branches/liquid-okawix-experiment/okawix/components/owItemEnumerator.js
    A branches/liquid-okawix-experiment/okawix/components/owContentList.js
    M branches/liquid-okawix-experiment/okawix/components/owContentItem.js
    M branches/liquid-okawix-experiment/okawix/chrome/content/interfacewiki/js/corpus.js
    M branches/liquid-okawix-experiment/minitar/CMakeLists.txt
    M branches/liquid-okawix-experiment/public/owIContentItem.idl
    A branches/liquid-okawix-experiment/public/owIList.idl
    M branches/liquid-okawix-experiment/public/owIItem.idl
    A branches/liquid-okawix-experiment/public/owIItemListener.idl
    M branches/liquid-okawix-experiment/public/CMakeLists.txt
  r113 = 6beca3525de64c1883c610e505b801bffdacff9f (refs/remotes/git-svn)
    M branches/liquid-okawix-experiment/okawix/components/owContentItem.js
  r114 = 9dcffad45f421bcfb681b9427f8d8d2b52ac02c6 (refs/remotes/git-svn)
    M branches/liquid-okawix-experiment/okawix/components/owContentList.js
    M branches/liquid-okawix-experiment/okawix/chrome/content/interfacewiki/js/corpussidebar.js
    M branches/liquid-okawix-experiment/okawix/chrome/content/interfacewiki/js/corpus.js
    M branches/liquid-okawix-experiment/public/owIList.idl
    A branches/liquid-okawix-experiment/public/owIListListener.idl
    M branches/liquid-okawix-experiment/public/CMakeLists.txt
  r115 = 3bfa1336d8ea00d722fadbf15f0b2ba4a3818b70 (refs/remotes/git-svn)
  error: git-svn died of signal 11
  $

#2

  $ cd plume-cms
  $ cat .git/config
  <...>
  [svn-remote "svn"]
    url = https://pxsystem.svn.sourceforge.net/svnroot/pxsystem
    fetch = :refs/remotes/git-svn
  $ git svn fetch
  error: git-svn died of signal 11
  $


_But_ git-svn works as expected in the gccgo repository for example:

  $ cd gccgo
  $ cat .git/config
  <...>
  [svn-remote "svn"]
    url = svn://gcc.gnu.org/svn/gcc/branches/gccgo
    fetch = :refs/remotes/git-svn
  $ git svn fetch
  $

> I'll do more investigations at work tomorrow. I've already tried to add
> the "-d" flag in git-svn and it didn't help neither: git looked like in
> an infinite loop. Odd, odd, odd.

Adding the -d option to the shebang of git-svn doesn't help. I've
stopped the process after 24 minutes running.  I have no more
information with the -w option set.

For repositories where it works, the debug option works as expected too:

  $ cd gccgo
  $ git svn fetch
  Loading DB routines from perl5db.pl version 1.28
  Editor support available.
  Enter h or `h h' for help, or `man perldebug' for more help.
  
  main::(/home/nicolas/bin/libexec/git-core/git-svn:10):
  10: $AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
    DB<1> c
  Debugged program terminated.  Use q to quit or R to restart,
  <...>
  $

What shall I do next?

-- 
Nicolas Sebrecht

  reply	other threads:[~2010-03-03  9:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 19:45 3 failures on test t9100 (svn) Nicolas Sebrecht
2010-03-02 21:28 ` Jeff King
2010-03-03  0:58   ` Nicolas Sebrecht
2010-03-03  9:22     ` Nicolas Sebrecht [this message]
2010-03-03 17:31       ` git-svn died of signal 11 (was "3 failures on test t9100 (svn)") Jeff King
2010-03-03 21:24         ` Nicolas Sebrecht
2010-03-03 17:23     ` 3 failures on test t9100 (svn) Jeff King
2010-03-03 19:52       ` Nicolas Sebrecht
2010-03-03 20:01       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100303092213.GA12909@vidovic.wsb \
    --to=nicolas.s.dev@gmx.fr \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).