Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2000 08:16:51 -0800
From:      Jason Evans <jasone@canonware.com>
To:        Brian Fundakowski Feldman <green@FreeBSD.org>
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>
In-Reply-To: <Pine.BSF.4.10.10001190330580.20237-100000@green.dyndns.org>; from green@FreeBSD.org on Wed, Jan 19, 2000 at 03:32:24AM -0500
References:  <200001190704.XAA84180@freefall.freebsd.org> <Pine.BSF.4.10.10001190330580.20237-100000@green.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000119081651.L27689>