Date: Tue, 23 Mar 2004 15:12:03 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 vm_machdep.c Message-ID: <200403232312.i2NNC3ui053871@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2004/03/23 15:12:03 PST FreeBSD src repository Modified files: sys/sparc64/sparc64 vm_machdep.c Log: Intitialize the frame pointer and return pc of a new process created in cpu_fork(). This prevents the stack tracer from running past the end of the stack (only the pc is checked in that case), which became fatal when db_print_backtrace() was introduced and called outside of ddb. Additional testing: kris Revision Changes Path 1.60 +2 -0 src/sys/sparc64/sparc64/vm_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403232312.i2NNC3ui053871>