Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 10 Mar 2020 09:41:13 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: musl and jemalloc support

On Tue, Mar 10, 2020 at 12:08:57PM +0100, KaisrlĂ­k, Jan wrote:
> > the fact that you have libpthread.so means it's not a musl system
> > and preloading a libpthread.so from another libc is expected to
> > crash. (even on other systems you should not just preload libpthread,
> > but libjemalloc should have it in its dependencies if needed.)
> >
> 
> Sorry, I kept libpthread from one of my previous tests which is slightly
> misleading in this case. My system has only one libpthread library coming
> from musl.

musl has no libpthread.so, only libpthread.a (which is empty). If you
have a libpthread.so, something probably went badly wrong in setting
up your system.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.