many thread applications are unstable on 7-current

Daniel Eischen deischen at freebsd.org
Sun Jul 23 12:52:30 UTC 2006


On Sun, 23 Jul 2006, Norikatsu Shigemura wrote:

> On Tue, 18 Jul 2006 09:39:43 +1000
> Iain Templeton <iain.templeton at cisra.canon.com.au> wrote:
>>>  5 nork at nadesico$ firefox
>>> /libexec/ld-elf.so.1: /usr/lib/libthr.so.2: Undefined symbol "thr_getscheduler"
>>> 6 nork at nadesico$ cvsync
>>> /libexec/ld-elf.so.1: /usr/lib/libthr.so.2: Undefined symbol "thr_getscheduler"
>> If you have set SYMVER_ENABLED when building libc, then you may not have
>> thr_getscheduler(), thr_setscheduler() and thr_setschedparam() in the
>> src/lib/libc/sys/Versions.def file for the syscalls. (Path and syscall
>> name may vary...)
>
> 	I knew why these functions are not.  Some syscall functions
> 	are not in Symbol.map.  Please apply following patch.

Yes, please commit this or forward it to whomever added
aio_fsync(), thr_getscheduler(), ...

-- 
DE


More information about the freebsd-current mailing list