Re: Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-29 Thread Jason Thorpe
> On Apr 29, 2020, at 1:56 PM, Robert Swindells wrote: > > > On Apr 27, 2020, at 8:50 AM, Thomas Klausner wrote: >> >> I think this commit broke lang/oracle8-jre: > > Linux Java doesn't crash now for me but doesn't do much, top(1) shows it > to be waiting on a futex. > > Tried doing "java

Re: Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-29 Thread Robert Swindells
On Apr 27, 2020, at 8:50 AM, Thomas Klausner wrote: > > I think this commit broke lang/oracle8-jre: Linux Java doesn't crash now for me but doesn't do much, top(1) shows it to be waiting on a futex. Tried doing "java -version" and running larger things.

Re: Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-28 Thread Jason Thorpe
> On Apr 28, 2020, at 4:25 PM, Robert Swindells wrote: > > Jason Thorpe wrote: >>> On Apr 27, 2020, at 8:50 AM, Thomas Klausner wrote: >>> >>> I think this commit broke lang/oracle8-jre: >> >> This is a Linux binary running under COMPAT_LINUX? It would be strange >> if it broke it because

Re: Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-28 Thread Robert Swindells
Jason Thorpe wrote: >> On Apr 27, 2020, at 8:50 AM, Thomas Klausner wrote: >> >> I think this commit broke lang/oracle8-jre: > >This is a Linux binary running under COMPAT_LINUX? It would be strange >if it broke it because it essentially makes the whole system do what the >Linux emulation

Re: Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-27 Thread Jason Thorpe
> On Apr 27, 2020, at 8:50 AM, Thomas Klausner wrote: > > I think this commit broke lang/oracle8-jre: This is a Linux binary running under COMPAT_LINUX? It would be strange if it broke it because it essentially makes the whole system do what the Linux emulation was already doing. I'll

Problem with Linux emulation [was Re: CVS commit: src/sys]

2020-04-27 Thread Thomas Klausner
On Fri, Apr 24, 2020 at 03:22:06AM +, Jason R Thorpe wrote: > Module Name: src > Committed By: thorpej > Date: Fri Apr 24 03:22:06 UTC 2020 > > Modified Files: > src/sys/compat/linux/common: linux_exec.c linux_sched.c > src/sys/kern: kern_exec.c kern_exit.c kern_fork.c