Date: Tue, 8 Jun 2004 07:50:54 +1000 From: Tim Robbins <tjr@freebsd.org> To: freebsd-amd64@freebsd.org, freebsd-threads@freebsd.org Subject: [tjr@FreeBSD.org: cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S] Message-ID: <20040607215054.GA41798@cat.robbins.dropbear.id.au>
next in thread | raw e-mail | index | archive | help
Anyone who has resorted to using libc_r instead of libpthread on amd64 should update their sources (ensuring they get context.S revision 1.6), rebuild and reinstall libpthread (or world), then give it another try. The bug I just fixed looks to have been responsible for the mysterious crashes I was seeing in Mozilla/Firefox, XMMS and GNOME. Tim ----- Forwarded message from "Tim J. Robbins" <tjr@FreeBSD.org> ----- From: "Tim J. Robbins" <tjr@FreeBSD.org> Date: Mon, 7 Jun 2004 21:25:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.15.7 tjr 2004-06-07 21:25:16 UTC FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 context.S Log: Avoid clobbering the red zone when running on the new context's stack in _amd64_restore_context(). Revision Changes Path 1.6 +5 -0 src/lib/libpthread/arch/amd64/amd64/context.S ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040607215054.GA41798>