Re: [pthreads-users] NGPT 2.0.1 with 2.4.18 (RES END)

Peter Waechtler <[email protected]> Mon, 9 Sep 2002 22:18:42 +0200
Newsgroups gmane.linux.ngpt.devel,gmane.linux.ngpt.user
Message-ID <[email protected]>
Am Montag den, 9. September 2002, um 17:29, schrieb Howell, David P:

> Marc-Christian Peterson wrote:
>
>> I replaced the libpthread.so* with the ones in the RPM package, loaded
>> ngptinit, shared mem was set up correct.
>>
>> I've noticed that the following programs (maybe more) are not working 
>> at
> all
>> or not working proberly:
>>
>> - mySQL
>>   /usr/sbin/mysqld: relocation error: /usr/sbin/mysqld: symbol pread64,
>>   version GLIBC_2.2 not defined in file libpthread.so.0 with link time
>>   reference
> [DPH] This was added for NGPT 2.0.2 and is in the release candidates.
> Ngpt_2.0.2
> 	is due out this Wednesday, barring unforeseen problems.

I tried to start xmms - but it eat all my virtual mem.
I also tried to use malloc() instead of mmap() in pth_malloc(), but this
breaks different things in a strange way.

What's wrong with the usage of malloc()? With _REENTRANT it should
be threadsafe - at least I thought this until now ... ;-)