Date: Sat, 25 Sep 2010 06:27:09 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libthr/thread thr_clean.c thr_exit.c Message-ID: <201009250627.o8P6RSb7069328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2010-09-25 06:27:09 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_clean.c thr_exit.c Log: SVN rev 213159 on 2010-09-25 06:27:09Z by davidxu Because old _pthread_cleanup_push/pop do not have frame address, it is incompatible with stack unwinding code, if they are invoked, disable stack unwinding for current thread, and when thread is exiting, print a warning message. Revision Changes Path 1.8 +1 -8 src/lib/libthr/thread/thr_clean.c 1.41 +16 -5 src/lib/libthr/thread/thr_exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009250627.o8P6RSb7069328>