Jan 22, 2013

openSUSE Forums: [ BUG ] git recursion detected in die handler

openSUSE Forums
openSUSE Forums
[ BUG ] git recursion detected in die handler
Jan 23rd 2013, 01:13

Code:

# git clone http://git.linuxfoundation.org/ltsi-kernel.git;
Cloning into 'ltsi-kernel'...
remote: Counting objects: 2215, done.
remote: Compressing objects: 100% (2044/2044), done.
Receiving objects:  99% (2193/2215), 2.79 MiB | 104 KiB/s

stopped on 99%, and wait up to 30 minutes, then

Code:

fatal: The remote end hung up unexpectedlyMiB | 103 KiB/s   
fatal: early EOF
fatal: recursion detected in die handler


Code:

$ ps ax | grep [g]it

5947 pts/0    S+    0:00 git clone git.linuxfoundation.org Git - ltsi-kernel.git/summary
25948 pts/0    S+    0:00 git-remote-http origin git.linuxfoundation.org Git - ltsi-kernel.git/summary
25950 pts/0    Sl+    0:00 git fetch-pack --stateless-rpc --stdin --lock-pack --thin git.linuxfoundation.org Git - ltsi-kernel.git/summary
25953 pts/0    S+    0:00 git index-pack --stdin -v --fix-thin --keep=fetch-pack 25950 on localhost --pack_header=2,2215

# strace -p 25947
Process 25947 attached
read(3,
^C
Process 25947 detached
 <detached ...>

# strace -p 25948
Process 25948 attached
restart_syscall(<... resuming interrupted call ...>) = 0
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 0) = 0 (Timeout)
poll([{fd=3, events=POLLIN|POLLPRI|POLLRDNORM|POLLRDBAND}], 1, 1000^CProcess 25948 detached
 <detached ...>

# strace -p 25950
Process 25950 attached
read(5, ^CProcess 25950 detached
 <detached ...>

# strace -p 25953
Process 25953 attached
read(0, 0x76c480, 4096)                = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigreturn()                          = 0
read(0, 0x76c480, 4096)                = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigreturn()                          = 0
read(0, 0x76c480, 4096)                = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigreturn()                          = 0
read(0, 0x76c480, 4096)                = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGALRM {si_signo=SIGALRM, si_code=SI_KERNEL} ---
rt_sigreturn()                          = 0
read(0, ^CProcess 25953 detached
 <detached ...>



Code:

# git --version
git version 1.8.1.1

# cat /etc/SuSE-release
openSUSE 12.2 (x86_64)
VERSION = 12.2
CODENAME = Mantis

But kernel 3.2.37-rt55 (RealTime Patches)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments: