From owner-cvs-all Wed Jan 19 8:18:12 2000 Delivered-To: cvs-all@freebsd.org Received: from canonware.com (canonware.com [207.20.242.18]) by hub.freebsd.org (Postfix) with SMTP id DC4A0152C7 for ; Wed, 19 Jan 2000 08:18:08 -0800 (PST) (envelope-from jasone@canonware.com) Received: (qmail 38576 invoked by uid 1001); 19 Jan 2000 16:16:51 -0000 Date: Wed, 19 Jan 2000 08:16:51 -0800 From: Jason Evans To: Brian Fundakowski Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_jmp.c Makefile.inc pthread_private.h uthread_cancel.c uthread_cond.c uthread_create.c uthread_fd.c uthread_file.c uthread_init.c uthread_join.c uthread_kern.c uthread_mutex.c uthread_priority_queue.c ... Message-ID: <20000119081651.L27689@sturm.canonware.com> References: <200001190704.XAA84180@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from green@FreeBSD.org on Wed, Jan 19, 2000 at 03:32:24AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Jan 19, 2000 at 03:32:24AM -0500, Brian Fundakowski Feldman wrote: > On Tue, 18 Jan 2000, Jason Evans wrote: > > > jasone 2000/01/18 23:04:52 PST > > Log: > > Implement continuations to correctly handle [sig|_]longjmp() inside of a > > signal handler. Explicitly check for jumps to anywhere other than the > > current stack, since such jumps are undefined according to POSIX. > > I really wanted to try this out, but couldn't because I get this > error. Does it work for you as it is now in the tree? > > building shared library libc_r.so.4 > sigsetjmp.So: In function `siglongjmp': > sigsetjmp.So(.text+0xa4): multiple definition of `_libc_siglongjmp' > uthread_jmp.So(.text+0x0): first defined here > setjmp.So: In function `_libc_longjmp': > setjmp.So(.text+0x98): multiple definition of `_libc_longjmp' > uthread_jmp.So(.text+0x124): first defined here > _setjmp.So: In function `_libc__longjmp': > _setjmp.So(.text+0x74): multiple definition of `_libc__longjmp' > uthread_jmp.So(.text+0x24c): first defined here > *** Error code 1 > > Stop in /usr/src/lib/libc_r. You need to update libc as well. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message