|
Message-ID: <20181108004312.GX5150@brightrain.aerifal.cx> Date: Wed, 7 Nov 2018 19:43:12 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: Problems with pthreads from a shared object? 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? > > > > Rich > > > > Here you go! > > $ 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? 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.