Date: Sun, 7 Aug 2005 10:18:57 +0900 (JST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: David Xu <davidxu@FreeBSD.org> Cc: cvs-src@FreeBSD.org, scottl@samsco.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, kris@obsecurity.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <200508070118.j771IvBE098721@sakura.ninth-nine.com> In-Reply-To: <42F54578.40609@freebsd.org> References: <200508061031.j76AVR6P072556@repoman.freebsd.org> <20050806160155.GA3944@xor.obsecurity.org> <42F4E3AF.8000001@samsco.org> <20050806170813.GA36888@xor.obsecurity.org> <42F54578.40609@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 07 Aug 2005 07:19:20 +0800
David Xu <davidxu@freebsd.org> wrote:
> but as you are saying the panics on SMP, I have fixed it, as least I can
> not reproduce it on my dual PIII machine.
> In my test, ULE always outperforms 4BSD, your test may vary though.
> Interactive performance is good, but not as good as 4BSD, it has to be
> improved, that's why I want to turn it on as a default.
I confirmed on my dual PIII machine. That's cool and stable!
But I'm having a hang-up over make(1)'s crash on
/usr/src/secure/lib/libcrypto with make -j1024 buildworld.
In #1321, JobExec function, /usr/src/usr.bin/make/job.c
if (lastNode != job->node && (job->flags & JOB_FIRST) &&
!(job->flags & JOB_SILENT)) {
==> (crash) MESSAGE(stdout, job->node);
lastNode = job->node;
}
I don't understand why crash on crash point. I know only
that following static const char pointer is go away. So
fprintf(stdout, targFmt, job->node) got sig11.
static const char *targFmt;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508070118.j771IvBE098721>
