From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward Shishkin Subject: Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 Date: Thu, 11 Aug 2016 20:54:32 +0200 Message-ID: <57ACC9E8.3030704@gmail.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=aQIxK3bZm7TRghPHNRmeIO2lOzgxsnJt197FtgOy4dQ=; b=WTWXTzeiEB4DLMOIb9Eyw/2J3ZOvWRW1Um4BtkBr0suYeVbCDxwgI+xj1IHwJJ8rL5 xZkYyQNlP6wGsZORNfIJU1D+Cmvpr3mCF9s02D0zWWIU3WHoqojkxUwD7H6D8dmxNchI e3sO389wjIsmBHU0YT6VH//X/BHdB7uleKCw1qrtTPnUx7c60Y7dP67uNNnnAF0MOZ6b l7CdQ0slrJrvtzVM40lA3o/RdwOSvUnQNU6s/jZt8umxLy39XG6ydJ391Z/od3AYNFNW lu4lKDwXi5gFdFMuiftuQ7OwyrskDarZCvTWyyN+wzgyq0Gt2LXLzWX7NY+/0odMttfj uTxg== In-Reply-To: Sender: reiserfs-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" To: =?UTF-8?B?RHXFoWFuIMSMb2xpxIc=?= Cc: reiserfs-devel On 08/11/2016 08:02 PM, Dušan Čolić wrote: > On Thu, Aug 11, 2016 at 11:31 AM, Dušan Čolić wrote: >> On Thu, Aug 11, 2016 at 11:27 AM, Edward Shishkin >> wrote: >>> On 08/11/2016 11:20 AM, Dušan Čolić wrote: >>>> On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin >>>> wrote: >>>>> Interesting... >>>>> What is your CONFIG_REISER4_DEBUG status? >>>>> >>>> krshina3 dusan # zcat /proc/config.gz | grep REISER4_DEBUG >>>> # CONFIG_REISER4_DEBUG is not set >>> >>> It's correct. >>> Is it annoying/reproducible? >>> >> No, happened for the first time after 1 month runtime. >> > And of course those were the famous last words. > Happened just now again. Anyway, no much happiness. Only code review can help here.. > I was playing some youtube video and changed in firefox both times but > I don't know if that's related. > Only if the GPU driver stomped over R4 . >>> >>>> >>>> >>>>> Thanks! >>>>> Edward. >>>>> >>>>> >>>>> On 08/11/2016 10:51 AM, Dušan Čolić wrote: >>>>>> With reiser4-for-4.5.3.patch I got kernel BUG at >>>>>> fs/reiser4/plugin/file/file.c:820 >>>>>> >>>>>> System froze and there was nothing in logs after restart but I made a >>>>>> photo of log (attached). >>>>>> >>>>>> krshina3 dusan # cat /etc/fstab | grep -v '#' >>>>>> /dev/sda1 /boot ext2 noauto,noatime >>>>>> 1 >>>>>> 2 >>>>>> /dev/md123 none swap sw >>>>>> 0 >>>>>> 0 >>>>>> /dev/sda2 / reiser4 >>>>>> noatime,onerror=remount-ro 0 0 >>>>>> /dev/md125 /mnt/backup reiser4 >>>>>> noatime,noauto,onerror=remount-ro 0 0 >>>>>> /dev/md126 /mnt/media reiser4 >>>>>> noatime,users,onerror=remount-ro 0 0 >>>>>> /dev/md127 /usr/portage reiser4 >>>>>> noatime,onerror=remount-ro 0 0 >>>>>> /dev/dvdrom /mnt/cdrom auto noauto,ro >>>>>> 0 >>>>>> 0 >>>>>> >>>>>> shm /dev/shm tmpfs >>>>>> nodev,nosuid,noexec 0 0 >>>>>> >>>>>> All reiser4 partitions are ccreg40. >>>>>> >>>>>> Thanks >>>>>> >>>>>> Dushan >>>>>