|
Message-ID: <20180315203454.gkffwgu36eh7xy6k@voyager> Date: Thu, 15 Mar 2018 21:34:54 +0100 From: Markus Wichmann <nullplan@....net> To: musl@...ts.openwall.com Subject: Re: Program with constructor function segfaults frequently with musl On Thu, Mar 15, 2018 at 11:28:56AM +0000, Bracken Dawson wrote: > Sadly my use case is to set a given mnt namespace before go becomes > multi-threaded, which happens before the go main() function, so I do depend > on reading argv in the constructor, I mean I could use a file or something > else, but would rather not. > > I guess this is just something I can get away with today in glibc that musl > will never support. > > Thanks for looking though. > How about unshare(1)? Suddenly, no hacks are needed anymore... Ciao, Markus
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.