hmm, i vaguely recall reading a discussion on clone & glibc usage somewhere (unrelated to minijail).
tl;dr is that once a code base calls clone(), glibc no longer supports the runtime. which is reasonable.
our own minijail code says that creating minijails w/pid namespaces in a multi-threaded process is unsupported. is that what you're trying to do ?
this doesn't mean single-threaded processes are guaranteed to work either, it just seems like so far it's worked well enough that we haven't worried about it.