From owner-freebsd-bugs Wed Sep 23 04:23:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06453 for freebsd-bugs-outgoing; Wed, 23 Sep 1998 04:23:25 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from dionysos.cs.hut.fi (dionysos.cs.hut.fi [130.233.193.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06440 for ; Wed, 23 Sep 1998 04:23:20 -0700 (PDT) (envelope-from apl@dionysos.cs.hut.fi) Received: (from apl@localhost) by dionysos.cs.hut.fi (8.8.8/8.7.3) id OAA11097; Wed, 23 Sep 1998 14:23:07 +0300 (EET DST) Message-ID: <19980923142306.44230@dionysos.cs.hut.fi> Date: Wed, 23 Sep 1998 14:23:06 +0300 From: Antti-Pekka Liedes To: freebsd-bugs@FreeBSD.ORG Subject: FreeBSD make segfaults Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="+Pmc3FrFX/NV0207" X-Mailer: Mutt 0.81 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --+Pmc3FrFX/NV0207 Content-Type: text/plain; charset=us-ascii FreeBSD make from -current as of today crashes with the Makefile in attachment: (564) dionysos (apl):~/hibase/doc >make make in free(): warning: chunk is already free. zsh: 10747 segmentation fault make apl --+Pmc3FrFX/NV0207 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=Makefile # Generated automatically from Makefile.in by configure. install mrproper tests run-all-tests run-fast-tests \ benchmarks run-all-benchmarks run-fast-benchmarks: @true srcdir=. .SUFFIXES: .dvi .ps .tex .fig .bib .sty all: copyhere tailrec.ps SRCS=tailrec.tex tailrec.bib acmconf.sty .PHONY: copyhere copyhere: if [ "X$(srcdir)" != "X." ]; \ then \ for i in $(SRCS); \ do \ cp -f $(srcdir)/$$i .; \ done; \ fi .dvi.ps: dvips -f $*.dvi -f > $@ .tex.dvi: latex $* bibtex $* if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi if grep 'Rerun to get' $*.log > /dev/null; then latex $*; fi .fig.ps: fig2dev -Lps $*.fig > $@ .bib.dvi: clean: \rm -f TAGS lex.yy.c y.tab.[hc] y.output a.out core gmon.out *.o *~ \#* \rm -f *.aux *.log *.toc *.lof *.lot *.blg *.idx *.ilg *.ind *.glo realclean: rm -f Makefile --+Pmc3FrFX/NV0207-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message