Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 8 Nov 2018 03:50:00 -0500
From: Jeffrey Walton <noloader@...il.com>
To: musl@...ts.openwall.com
Subject: Re: Problems with pthreads from a shared object?

On Wed, Nov 7, 2018 at 7:43 PM Rich Felker <dalias@...c.org> wrote:
>
> On Wed, Nov 07, 2018 at 06:53:33PM -0500, Barry Flartus wrote:
> > >
> > > OK. Can you run strace -f ./launch (or whatever the launch program
> > > executable is called) and post the output?
> > > ...
> >
> > $ strace -f ./launch
> > execve("./launch", ["./launch"], [/* 22 vars */]) = 0
> > brk(NULL)                               = 0xe44000
> > access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
>
> OK, this is a glibc program, not a musl one. That's your problem. How
> did you compile/link it?

Sorry to butt-in.

Alpine Linux uses musl. BF won't need anything special to use or
exercise musl (and certainly won't need to worry about
cross-pollination).

Jeff

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.