From: Pavel Machek <pavel@ucw.cz>
To: tytso@mit.edu, adilger.kernel@dilger.ca,
linux-ext4@vger.kernel.org,
kernel list <linux-kernel@vger.kernel.org>
Cc: jack@suse.cz, linux-fsdevel@vger.kernel.org
Subject: 5.0.0-rc8-next-20190301+: kernel bug at fs/inode.c:513
Date: Mon, 4 Mar 2019 17:02:55 +0100 [thread overview]
Message-ID: <20190304160255.GA6914@amd> (raw)
[-- Attachment #1: Type: text/plain, Size: 2738 bytes --]
Hi!
This happened on trying to sync filesystems with unison:
Any ideas?
Should I be forcing fsck soon?
Pavel
[12717.827444] ------------[ cut here ]------------
[12717.827465] kernel BUG at fs/inode.c:513!
[12717.827486] invalid opcode: 0000 [#1] SMP PTI
[12717.827495] CPU: 1 PID: 916 Comm: kswapd0 Not tainted
5.0.0-rc8-next-20190301+ #224
[12717.827501] Hardware name: LENOVO 17097HU/17097HU, BIOS 7BETD8WW
(2.19 ) 03/31/2011
[12717.827515] EIP: clear_inode+0x78/0xa0
[12717.827522] Code: 83 0c 01 00 00 8d 93 0c 01 00 00 39 c2 75 3b c7
83 9c 00 00 00 60 00 00 00 5b 5e 5d c3 90 8d 74 26 00 0f 0b 8d b6 00
00 00 00 <0f> 0b 8d b6 00 00 00 00 0f 0b 8d b6 00 00 00 00 0f 0b 8d b6
00 00
[12717.827529] EAX: c57b540c EBX: cea39720 ECX: 00000001 EDX: 00000000
[12717.827535] ESI: cea39860 EDI: cea39824 EBP: f1a61d38 ESP: f1a61d30
[12717.827541] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS:
00010086
[12717.827548] CR0: 80050033 CR2: 1d8e0000 CR3: 06dbc000 CR4: 000006b0
[12717.827553] Call Trace:
[12717.827566] ext4_clear_inode+0x12/0x70
[12717.827575] ext4_evict_inode+0x76/0x460
[12717.827582] evict+0xa4/0x1b0
[12717.827589] dispose_list+0x39/0x50
[12717.827597] prune_icache_sb+0x42/0x60
[12717.827604] ? iput+0x150/0x150
[12717.827613] super_cache_scan+0x106/0x160
[12717.827621] shrink_slab.constprop.82+0x172/0x280
[12717.827629] shrink_node+0x831/0xa00
[12717.827638] ? inactive_list_is_low.constprop.81+0x18a/0x1c0
[12717.827645] kswapd+0x331/0x780
[12717.827651] ? kswapd+0x331/0x780
[12717.827663] kthread+0xe7/0x120
[12717.827669] ? shrink_all_memory+0xd0/0xd0
[12717.827676] ? kthread_park+0xa0/0xa0
[12717.827686] ret_from_fork+0x2e/0x38
[12717.827692] Modules linked in:
[12717.827702] ---[ end trace e6eadf01587ff9cc ]---
[12717.827710] EIP: clear_inode+0x78/0xa0
[12717.827716] Code: 83 0c 01 00 00 8d 93 0c 01 00 00 39 c2 75 3b c7
83 9c 00 00 00 60 00 00 00 5b 5e 5d c3 90 8d 74 26 00 0f 0b 8d b6 00
00 00 00 <0f> 0b 8d b6 00 00 00 00 0f 0b 8d b6 00 00 00 00 0f 0b 8d b6
00 00
[12717.827723] EAX: c57b540c EBX: cea39720 ECX: 00000001 EDX: 00000000
[12717.827729] ESI: cea39860 EDI: cea39824 EBP: f1a61d38 ESP: c526947c
[12717.827735] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 EFLAGS:
00010086
[12717.827741] CR0: 80050033 CR2: 1d8e0000 CR3: 06dbc000 CR4: 000006b0
[12717.833838] wlan0: deauthenticated from 5c:f4:ab:10:d2:bb (Reason:
15=4WAY_HANDSHAKE_TIMEOUT)
[12734.494782] wlan0: authenticate with 5c:f4:ab:10:d2:bb
[12734.495011] wlan0: send auth to 5c:f4:ab:10:d2:bb (try 1/3)
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next reply other threads:[~2019-03-04 16:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-04 16:02 Pavel Machek [this message]
2019-03-04 22:32 ` 5.0.0-rc8-next-20190301+: kernel bug at fs/inode.c:513 Theodore Y. Ts'o
2019-03-04 23:14 ` Pavel Machek
2019-03-05 21:33 ` Theodore Y. Ts'o
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190304160255.GA6914@amd \
--to=pavel@ucw.cz \
--cc=adilger.kernel@dilger.ca \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.