From owner-cvs-all Wed Jan 19 0:32:42 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 21793151B6; Wed, 19 Jan 2000 00:32:32 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost (green@localhost) by green.dyndns.org (8.9.3/8.9.3) with ESMTP id DAA21868; Wed, 19 Jan 2000 03:32:25 -0500 (EST) (envelope-from green@FreeBSD.org) X-Authentication-Warning: green.dyndns.org: green owned process doing -bs Date: Wed, 19 Jan 2000 03:32:24 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Jason Evans 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 ... In-Reply-To: <200001190704.XAA84180@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message