Date: Wed, 19 Jan 2000 03:32:24 -0500 (EST) From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Jason Evans <jasone@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: <Pine.BSF.4.10.10001190330580.20237-100000@green.dyndns.org> In-Reply-To: <200001190704.XAA84180@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001190330580.20237-100000>