* Re: Segfault when fetching from current git.git on GitHub
2013-12-03 18:56 Segfault when fetching from current git.git on GitHub Ralf Thielow
@ 2013-12-03 19:20 ` Jonathan Nieder
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Nieder @ 2013-12-03 19:20 UTC (permalink / raw)
To: Ralf Thielow; +Cc: git, Andrés G. Aragoneses, Duy Nguyen
Hi,
Ralf Thielow wrote:
> I've fetched from the current git.git on GitHub minutes ago and got a
> segfault. I could reproduce it with the Git version of the current "next" branch
> (1.8.5.392.gf545f4d) with the steps below. The segfault does not appear with
> version 1.8.5.
Yep, I can reproduce this.
(gdb) bt
#0 next_quote_pos (s=0x0, maxlen=-1) at quote.c:168
#1 0x00000000004ca2bb in quote_c_style_counted (name=0x0, maxlen=-1, sb=0x7fffffffe290, fp=0x0, no_dq=0) at quote.c:215
#2 0x00000000004fd4c0 in set_helper_option (transport=<optimized out>, name=0x525f89 "depth", value=0x0) at transport-helper.c:307
#3 0x00000000004fb57f in transport_set_option (transport=0x7d5740, name=<optimized out>, value=0x0) at transport.c:1004
#4 0x000000000042de10 in backfill_tags (ref_map=0x806a50, transport=0x7d5740) at builtin/fetch.c:791
It's fallout from 0f284b11 (transport: catch non positive --depth
option value, 2013-11-26).
^ permalink raw reply [flat|nested] 2+ messages in thread