Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #56063 > unrolled thread

Bug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique

Started byDaniel Pocock <daniel@pocock.pro>
First post2016-12-09 09:40 +0100
Last post2016-12-15 01:00 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique Daniel Pocock <daniel@pocock.pro> - 2016-12-09 09:40 +0100
    Bug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique Ben Hutchings <ben@decadent.org.uk> - 2016-12-15 01:00 +0100
      Bug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique Daniel Pocock <daniel@pocock.pro> - 2016-12-15 08:00 +0100
    Processed: Re: kernel bug dcache.c 2373 invalid opcode 0000  d_materialise_unique owner@bugs.debian.org (Debian Bug Tracking System) - 2016-12-15 01:00 +0100

#56063 — Bug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique

FromDaniel Pocock <daniel@pocock.pro>
Date2016-12-09 09:40 +0100
SubjectBug#847549: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique
Message-ID<sMoSK-Zv-17@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Package: linux
Version: 3.16.36-1+deb8u1
Severity: important

The system is an NFS server running linux-image-3.16.0-4-amd64

At times of heavy load on NFS, such as "git checkout some-branch" in a
large repository, the system crashes (dmesg output attached).  It has
been happening regularly since the upgrade to jessie and with every
kernel released through stable updates.  I don't recall seeing this in
wheezy.

I've installed kdump-tools.  Sometimes it captures the dmesg output, a
recent example from a crash on 2016-12-02 is attached.  I'm not sure if
the crashes without /var/crash logs are the same bug.

The same crash was reported[1] on linux-fsdevel by another Debian user.

I don't mind trying a backports kernel as a workaround, but can anybody
comment on whether the backports kernel 4.7.8-1~bpo8+1 will match with
the NFS user space packages in jessie, or do I need to update some of
those packages too?

Having seen various crashes without stack dumps, I also tried checking
the RAM in the machine.  memtest86+ did not report any errors, either
using 8GB (upgraded) or the original 2GB from the vendor.  The machine
had 8GB when it crashed on 2016-12-02 and it had only 2GB when it
crashed again 2016-12-07

Regards,

Daniel


1. http://www.spinics.net/lists/linux-fsdevel/msg98540.html

[toc] | [next] | [standalone]


#56178

FromBen Hutchings <ben@decadent.org.uk>
Date2016-12-15 01:00 +0100
Message-ID<sOrCN-6Q9-9@gated-at.bofh.it>
In reply to#56063

[Multipart message — attachments visible in raw view] — view raw

Control: tag -1 moreinfo

On Fri, 9 Dec 2016 09:35:40 +0100 Daniel Pocock <daniel@pocock.pro> wrote:
> Package: linux
> Version: 3.16.36-1+deb8u1
> Severity: important
> 
> The system is an NFS server running linux-image-3.16.0-4-amd64
> 
> At times of heavy load on NFS, such as "git checkout some-branch" in a
> large repository, the system crashes (dmesg output attached).  It has
> been happening regularly since the upgrade to jessie and with every
> kernel released through stable updates.  I don't recall seeing this in
> wheezy.
> 
> I've installed kdump-tools.  Sometimes it captures the dmesg output, a
> recent example from a crash on 2016-12-02 is attached.  I'm not sure if
> the crashes without /var/crash logs are the same bug.
> 
> The same crash was reported[1] on linux-fsdevel by another Debian user.

Can you test the attached patches?  The first is the one J. Bruce
Fields pointed to and the second is in the same area; both of them went
upstream in 3.17.

Instructions for rebuilding the kernel with patches:
https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official

> I don't mind trying a backports kernel as a workaround, but can anybody
> comment on whether the backports kernel 4.7.8-1~bpo8+1 will match with
> the NFS user space packages in jessie, or do I need to update some of
> those packages too?
[...]

I don't believe that's necessary; no-one has asked for a backport of
nfs-utils.

Ben.

-- 
Ben Hutchings
The two most common things in the universe are hydrogen and stupidity.

[toc] | [prev] | [next] | [standalone]


#56193

FromDaniel Pocock <daniel@pocock.pro>
Date2016-12-15 08:00 +0100
Message-ID<sOybf-2xt-7@gated-at.bofh.it>
In reply to#56178

On 15/12/16 00:49, Ben Hutchings wrote:
> Control: tag -1 moreinfo
> 
> On Fri, 9 Dec 2016 09:35:40 +0100 Daniel Pocock <daniel@pocock.pro>
> wrote:
>> Package: linux Version: 3.16.36-1+deb8u1 Severity: important
>> 
>> The system is an NFS server running linux-image-3.16.0-4-amd64
>> 
>> At times of heavy load on NFS, such as "git checkout some-branch"
>> in a large repository, the system crashes (dmesg output
>> attached).  It has been happening regularly since the upgrade to
>> jessie and with every kernel released through stable updates.  I
>> don't recall seeing this in wheezy.
>> 
>> I've installed kdump-tools.  Sometimes it captures the dmesg
>> output, a recent example from a crash on 2016-12-02 is attached.
>> I'm not sure if the crashes without /var/crash logs are the same
>> bug.
>> 
>> The same crash was reported[1] on linux-fsdevel by another Debian
>> user.
> 
> Can you test the attached patches?  The first is the one J. Bruce 
> Fields pointed to and the second is in the same area; both of them
> went upstream in 3.17.
> 
> Instructions for rebuilding the kernel with patches: 
> https://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official
>
> 
Thanks for this feedback.  If the backport kernel continues working
for me I'm not going to have time to test this in the near future as
there are a lot of other things that don't have such a workaround and
need more urgent attention.

If anybody else comes across this bug and really wants to stay on the
stable kernel then I would encourage you to test this and give feedback.

[toc] | [prev] | [next] | [standalone]


#56179 — Processed: Re: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique

Fromowner@bugs.debian.org (Debian Bug Tracking System)
Date2016-12-15 01:00 +0100
SubjectProcessed: Re: kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique
Message-ID<sOrCO-6Q9-43@gated-at.bofh.it>
In reply to#56063
Processing control commands:

> tag -1 moreinfo
Bug #847549 [linux] kernel bug dcache.c 2373 invalid opcode 0000 d_materialise_unique
Added tag(s) moreinfo.

-- 
847549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847549
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web