* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 [not found] <CADW=+3kQ+CrNqGYZ+EEHqj+rV_qQvE-_cE7XzYGJJ3Fgo30GUQ@mail.gmail.com> @ 2016-08-11 9:17 ` Edward Shishkin 2016-08-11 9:20 ` Dušan Čolić 0 siblings, 1 reply; 6+ messages in thread From: Edward Shishkin @ 2016-08-11 9:17 UTC (permalink / raw) To: Dušan Čolić, reiserfs-devel Interesting... What is your CONFIG_REISER4_DEBUG status? 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 2016-08-11 9:17 ` [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 Edward Shishkin @ 2016-08-11 9:20 ` Dušan Čolić 2016-08-11 9:27 ` Edward Shishkin 0 siblings, 1 reply; 6+ messages in thread From: Dušan Čolić @ 2016-08-11 9:20 UTC (permalink / raw) To: Edward Shishkin; +Cc: reiserfs-devel On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin <edward.shishkin@gmail.com> wrote: > Interesting... > What is your CONFIG_REISER4_DEBUG status? > krshina3 dusan # zcat /proc/config.gz | grep REISER4_DEBUG # CONFIG_REISER4_DEBUG is not set > 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 > > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 2016-08-11 9:20 ` Dušan Čolić @ 2016-08-11 9:27 ` Edward Shishkin 2016-08-11 9:31 ` Dušan Čolić 0 siblings, 1 reply; 6+ messages in thread From: Edward Shishkin @ 2016-08-11 9:27 UTC (permalink / raw) To: Dušan Čolić; +Cc: reiserfs-devel On 08/11/2016 11:20 AM, Dušan Čolić wrote: > On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin > <edward.shishkin@gmail.com> 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? > > > >> 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 >> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 2016-08-11 9:27 ` Edward Shishkin @ 2016-08-11 9:31 ` Dušan Čolić 2016-08-11 18:02 ` Dušan Čolić 0 siblings, 1 reply; 6+ messages in thread From: Dušan Čolić @ 2016-08-11 9:31 UTC (permalink / raw) To: Edward Shishkin; +Cc: reiserfs-devel On Thu, Aug 11, 2016 at 11:27 AM, Edward Shishkin <edward.shishkin@gmail.com> wrote: > On 08/11/2016 11:20 AM, Dušan Čolić wrote: >> >> On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin >> <edward.shishkin@gmail.com> 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. > > >> >> >> >>> 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 >>> >>> > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 2016-08-11 9:31 ` Dušan Čolić @ 2016-08-11 18:02 ` Dušan Čolić 2016-08-11 18:54 ` Edward Shishkin 0 siblings, 1 reply; 6+ messages in thread From: Dušan Čolić @ 2016-08-11 18:02 UTC (permalink / raw) To: Edward Shishkin; +Cc: reiserfs-devel On Thu, Aug 11, 2016 at 11:31 AM, Dušan Čolić <dusanc@gmail.com> wrote: > On Thu, Aug 11, 2016 at 11:27 AM, Edward Shishkin > <edward.shishkin@gmail.com> wrote: >> On 08/11/2016 11:20 AM, Dušan Čolić wrote: >>> >>> On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin >>> <edward.shishkin@gmail.com> 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. 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 >>>> >>>> >> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 2016-08-11 18:02 ` Dušan Čolić @ 2016-08-11 18:54 ` Edward Shishkin 0 siblings, 0 replies; 6+ messages in thread From: Edward Shishkin @ 2016-08-11 18:54 UTC (permalink / raw) To: Dušan Čolić; +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ć <dusanc@gmail.com> wrote: >> On Thu, Aug 11, 2016 at 11:27 AM, Edward Shishkin >> <edward.shishkin@gmail.com> wrote: >>> On 08/11/2016 11:20 AM, Dušan Čolić wrote: >>>> On Thu, Aug 11, 2016 at 11:17 AM, Edward Shishkin >>>> <edward.shishkin@gmail.com> 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 >>>>> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-08-11 18:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CADW=+3kQ+CrNqGYZ+EEHqj+rV_qQvE-_cE7XzYGJJ3Fgo30GUQ@mail.gmail.com>
2016-08-11 9:17 ` [BUG 4.5.3.patch] kernel BUG at fs/reiser4/plugin/file/file.c:820 Edward Shishkin
2016-08-11 9:20 ` Dušan Čolić
2016-08-11 9:27 ` Edward Shishkin
2016-08-11 9:31 ` Dušan Čolić
2016-08-11 18:02 ` Dušan Čolić
2016-08-11 18:54 ` Edward Shishkin
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.