On 1027T1843, JB via freebsd-emulation wrote:
> >
> > Message: 4
> > Date: Sun, 25 Oct 2020 22:05:42 +
> > From: Edward Tomasz Napiera?a tr...@freebsd.org
> > To: JB via freebsd-emulation freebsd-emulation@freebsd.org
> > Subject: Re: /compat/linux Web Br
>
> Message: 4
> Date: Sun, 25 Oct 2020 22:05:42 +
> From: Edward Tomasz Napiera?a tr...@freebsd.org
> To: JB via freebsd-emulation freebsd-emulation@freebsd.org
> Subject: Re: /compat/linux Web Browser
> Message-ID: 20201025220542.GA2593@brick
> Content-Type: text
On 1025T2005, JB via freebsd-emulation wrote:
> Hi Emulators,
> Can someone suggest the next troubleshooting steps for an application that
> doesn't work well from the Linux compatibility layer?
Could you give it a try with 12.2-RC, and using Ubuntu chroot, as
described at https://wiki.freebsd.or
contact the app vendor there is certainly some kind of bug where it is
not cleaning up properly on exit, perhaps
not calling free on all the memory it allocates, assuming that when the
program closes it will automatically
free all ram. This is sloppy programming on the part of the app vendor