git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Re: Re: Re: Re: Segmentation fault with latest git (070c57df)
@ 2013-02-04  2:18 Jongman Heo
  2013-02-04  3:40 ` Jonathan Nieder
  0 siblings, 1 reply; 2+ messages in thread
From: Jongman Heo @ 2013-02-04  2:18 UTC (permalink / raw)
  To: Jonathan Nieder
  Cc: Jeff King, Junio C Hamano, Thomas Rast, git, Antoine Pelisse


Jonathan Nieder wrote:

> Jongman Heo wrote:
>
>>> But it doesn't stimulate any prerequisites in make, which is weird.
>>> What's in builtin/.depend/fetch.o.d?
>[...]
>> please see below~.
>>
>> $ cat builtin/.depend/fetch.o.d            
>> fetch.o: builtin/fetch.c cache.h git-compat-util.h compat/bswap.h \
>
>That's the problem.  See the following thread:
>
>  http://thread.gmane.org/gmane.comp.version-control.git/185625/focus=185680
>
>Currently when COMPUTE_HEADER_DEPENDENCIES=auto git tests for
>dependency generation support by checking the output and exit status
>from the following command:
>
>$(CC) $(ALL_CFLAGS) -c -MF /dev/null -MMD -MP \
>-x c /dev/null -o /dev/null 2>&1
>
>Perhaps this can be improved?  Even something as simple as a ccache
>version test could presumably help a lot.
>
>Hope that helps,
>Jonathan

Hi,

Unfortunately, the patch didn't help to me.
Anyway, ccache is the culprit (I'm using ccache 2.4 version).

If I disable ccache using CCACHE_DISABLE=1, then the issue doesn't happen. Thanks.

Best regards,
Jongman Heo.

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

end of thread, other threads:[~2013-02-04  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04  2:18 Re: Re: Re: Re: Segmentation fault with latest git (070c57df) Jongman Heo
2013-02-04  3:40 ` Jonathan Nieder

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