On 12/02/15 10:29, Hugh Dickins wrote:
> On Mon, 23 Nov 2015, Dmitry Vyukov wrote:
>> On Mon, Nov 9, 2015 at 9:55 AM, Dmitry Vyukov wrote:
[snip]
>>> triggers WARNING in shmem_evict_inode:
>>>
>>> [ cut here ]
>>>
yscall(SYS_memfd_create, 0x2f96ul, 0x2ul, 0, 0, 0, 0);
> > syscall(SYS_fallocate, fd, 0x0ul, 0x31d89288ul, 0x4ul, 0, 0);
> > syscall(SYS_mmap, 0x20061000ul, 0xc0ul,
> > 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul);
> > pthread_create(&th, 0
; 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul);
> pthread_create(&th, 0, thr, 0);
> syscall(SYS_fstat, fd, 0x20550fcful, 0, 0, 0, 0);
> pthread_join(th, 0);
> return 0;
> }
>
>
> triggers WARNING in shmem_evict_inode:
>
> [ cut
locate, fd, 0x0ul, 0x31d89288ul, 0x4ul, 0, 0);
syscall(SYS_mmap, 0x20061000ul, 0xc0ul,
0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul);
pthread_create(&th, 0, thr, 0);
syscall(SYS_fstat, fd, 0x20550fcful, 0, 0, 0, 0);
pthread_join(th, 0);
return 0;
}
trigg
4 matches
Mail list logo