* Re: Re: Re: Segmentation fault with latest git (070c57df)
@ 2013-01-31 8:07 허종만
0 siblings, 0 replies; 2+ messages in thread
From: 허종만 @ 2013-01-31 8:07 UTC (permalink / raw)
To: Jeff King; +Cc: git, Antoine Pelisse
> It's almost like the compiler is getting the initializer wrong. It's a
> long shot, but I wonder if the presence of the bitfield could be
> triggering a compiler bug (or there is a subtle C rule about bitfield
> initializations that I do not know). Just for the sake of my sanity,
> what does the following program output for you?
Hi,
just "cmp is 0" is printed.
$ gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Best regards,
Jongman Heo.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Re: Re: Segmentation fault with latest git (070c57df)
[not found] <32006438.796571359714624362.JavaMail.weblogic@epml01>
@ 2013-02-01 10:44 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2013-02-01 10:44 UTC (permalink / raw)
To: Jongman Heo; +Cc: Junio C Hamano, Thomas Rast, git, Antoine Pelisse
On Fri, Feb 01, 2013 at 10:30:24AM +0000, Jongman Heo wrote:
> Short answer;
>
> * Version of make is 3.81 on both machines
> * builtin/fetch.o is not rebuilt (see entire log below)
> * git works fine with "make all install COMPUTE_HEADER_DEPENDENCIES=no"
OK, that gets us closer. It's definitely a problem with the automatic
header dependencies, then.
> [...make debug output...]
> Reading makefile `builtin/.depend/fetch.o.d' (search path) (no ~ expansion)...
So we definitely have the dep file...
> [...]
> Finished prerequisites of target file `builtin/fetch.o'.
> Prerequisite `builtin/fetch.c' is older than target `builtin/fetch.o'.
> Prerequisite `GIT-CFLAGS' is older than target `builtin/fetch.o'.
> No need to remake target `builtin/fetch.o'.
But it doesn't stimulate any prerequisites in make, which is weird.
What's in builtin/.depend/fetch.o.d?
-Peff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-01 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <32006438.796571359714624362.JavaMail.weblogic@epml01>
2013-02-01 10:44 ` Re: Re: Segmentation fault with latest git (070c57df) Jeff King
2013-01-31 8:07 허종만
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).