-------- Original-Nachricht -------- > Datum: Fri, 26 Nov 2010 13:56:22 +0000 (UTC) > Von: chris...@astron.com > An: source-changes-d@NetBSD.org > Betreff: Re: CVS commit: src/usr.bin/make
> In article <20101126105706.ga18...@homeworld.netbsd.org>, > Martin Husemann <mar...@homeworld.netbsd.org> wrote: > >On Thu, Nov 25, 2010 at 04:31:10PM -0500, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date: Thu Nov 25 21:31:09 UTC 2010 > >> > >> Modified Files: > >> src/usr.bin/make: arch.c compat.c make.c make.h targ.c > >> > >> Log Message: > >> Instead of keeping around the mtime of the youngest child, keep a > pointer > >> to it, so that we can print it when we do the out of date > determination. > > > >This makes -current fail on amd64: > > > >--- dependall-gnu --- > >[1] Segmentation fault (core dumped) /usr/tools/bin/n... > >*** [dependall-host-libiberty] Error code 139 BTW: It works on a clean build. > I must have forgotten to test for cmgn NULL somewhere; where > does gdb say that it dies? Core was generated by `nbmake'. Program terminated with signal 11, Segmentation fault. #0 0x000000000040261b in Arch_LibOODate () (gdb) bt #0 0x000000000040261b in Arch_LibOODate () #1 0x000000000040f919 in Make_OODate () #2 0x000000000040fcde in MakeStartJobs () #3 0x000000000040ff6c in Make_Run () #4 0x000000000040e7b3 in main () (gdb)