On Thu, Oct 7, 2021 at 10:28 PM Lennart Sorensen <lsore...@csclub.uwaterloo.ca> wrote: > On Wed, Oct 06, 2021 at 02:08:49PM -0400, Camm Maguire wrote: > > I also get the impression in my searching for stuff about this problem, > that 3/4 of the things I find about wanting to do this are gcl related. > I guess it may be the only major offender really left that anyone uses > at all. Seems everything else either gave up, or actually fixed their > code.
Looking at https://codesearch.debian.net/search?q=ADDR_LIMIT_3GB supports this. While a number of packages enumerate all the possible personality flags, gcl is the only one that actually passes this one. I also looked at users of "setarch --32bit --3gb", which brings up a ruby package, but this does it only for x86. Arnd