Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread richard -rw- weinberger
On Thu, Apr 4, 2013 at 7:04 PM, Toralf Förster wrote: > > if SLUB is used (SLAB works fine till now with this syscall). > > What I get with the this trinity command line > > gt; trinity --children 2 -c madvise Does the attached patch fix the problem? -- Thanks, //richard stub_pte_fix.diff Desc

Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread Toralf Förster
On 04/06/2013 01:43 PM, richard -rw- weinberger wrote: >> What I get with the this trinity command line >> >> gt; trinity --children 2 -c madvise > > Does the attached patch fix the problem? yes, the issue for this syscall is fixed now. -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F

Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread Toralf Förster
On 04/06/2013 02:47 PM, Toralf Förster wrote: > On 04/06/2013 01:43 PM, richard -rw- weinberger wrote: >>> What I get with the this trinity command line >>> >>> gt; trinity --children 2 -c madvise >> >> Does the attached patch fix the problem? > > yes, the issue for this syscall is fixed now. >

Re: [uml-user] user mode linux: trinity syscall "madvise" triggers quickly BUG: Bad page map

2013-04-06 Thread richard -rw- weinberger
On Sat, Apr 6, 2013 at 2:55 PM, Toralf Förster wrote: > On 04/06/2013 02:47 PM, Toralf Förster wrote: >> On 04/06/2013 01:43 PM, richard -rw- weinberger wrote: What I get with the this trinity command line gt; trinity --children 2 -c madvise >>> >>> Does the attached patch fix the p