Re: WARNING in shmem_evict_inode

2015-12-16 Thread Holger Hoffstätte
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 ] >>>

Re: WARNING in shmem_evict_inode

2015-12-02 Thread Hugh Dickins
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

Re: WARNING in shmem_evict_inode

2015-11-23 Thread Dmitry Vyukov
; 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

WARNING in shmem_evict_inode

2015-11-09 Thread Dmitry Vyukov
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