git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* segfault in http-push
@ 2008-02-17 22:00 Bob Copeland
  2008-02-17 23:23 ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Bob Copeland @ 2008-02-17 22:00 UTC (permalink / raw)
  To: git

Hi,

With 1.4.5.2, I see this whenever I try to push a new branch over http:

$ git-push hash long_ids
Fetching remote heads...
  refs/
  refs/heads/
  refs/tags/
  refs/remotes/
updating 'refs/heads/long_ids'
  from 0000000000000000000000000000000000000000
  to   b24938890f04f3ba42b88f56f3ff2bbe0fda6629
    sending 10200 objects
    done
Updating remote server info
error: http-push died with strange error
error: failed to push to 'https://user@machine/foo.git/'

Here's a backtrace:

#0  0xb7cbd583 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1  0x08053b5a in start_put (request=0xdce9ad8) at http-push.c:520
#2  0x080550d7 in fill_active_slot (unused=0x0) at http-push.c:810
#3  0x0804da9d in fill_active_slots () at http.c:428
#4  0x0804dc8b in step_active_slots () at http.c:454
#5  0x0804dd0b in run_active_slot (slot=0x8e70148) at http.c:474
#6  0x080502c9 in remote_ls (path=0x808bdbd "refs/", flags=5, 
    userFunc=0x804f2b0 <add_remote_info_ref>, userData=0xbfa04434)
    at http-push.c:1467
#7  0x08050552 in update_remote_info_refs (lock=0x80e66c0) at http-push.c:1942
#8  0x080534ee in main (argc=3, argv=Cannot access memory at address 0x4
) at http-push.c:2421

Error is at:
520             request->url = xmalloc(strlen(remote->url) +
521                                    strlen(request->lock->token) + 51);

(gdb) p request->lock
$1 = (struct remote_lock *) 0x80e7d40
(gdb) p request->lock->token
$2 = 0x65707954 <Address 0x65707954 out of bounds>

If I go fix up the remote repository I can usually get it to work.  
Any thoughts?

-- 
Bob Copeland %% www.bobcopeland.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-18  3:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 22:00 segfault in http-push Bob Copeland
2008-02-17 23:23 ` Johannes Schindelin
2008-02-18  2:05   ` Bob Copeland
2008-02-18  2:08     ` Johannes Schindelin
2008-02-18  3:06       ` Junio C Hamano

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).