Bug 95861 - fs/inode.c:509 invalid opcode: 0000 [#1] SMP
Summary: fs/inode.c:509 invalid opcode: 0000 [#1] SMP
Status: NEW
Alias: None
Product: File System
Classification: Unclassified
Component: ext3 (show other bugs)
Hardware: Intel Linux
: P1 normal
Assignee: fs_ext3@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 17:15 UTC by David Ronis
Modified: 2016-03-20 10:17 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.19.2
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description David Ronis 2015-03-30 17:15:50 UTC
I was backing up some files onto an external hard drive which is unmounted when finished (all this is in a script).  This time, trying to unmount /dev/sdb1 gave:

[251916.217504] ------------[ cut here ]------------
[251916.217853] kernel BUG at fs/inode.c:509!
[251916.218002] invalid opcode: 0000 [#1] SMP 
[251916.218002] Modules linked in: snd_hda_codec_idt snd_hda_codec_generic snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep autofs4 nfsd lockd grace nfs_acl auth_rpcgss sunrpc oid_registry ipv6 nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack xt_multiport iptable_filter ip_tables fuse floppy loop [last unloaded: snd_hwdep]
[251916.218002] CPU: 0 PID: 23470 Comm: umount Not tainted 3.19.2 #1
[251916.218002] task: de90a780 ti: c90b2000 task.ti: c90b2000
[251916.218002] EIP: 0060:[<c1112dd0>] EFLAGS: 00010006 CPU: 0
[251916.218002] EIP is at clear_inode+0x60/0x80
[251916.218002] EAX: 00001800 EBX: dab85068 ECX: c90b3e80 EDX: 00000000
[251916.218002] ESI: dab85104 EDI: c1661100 EBP: de90a780 ESP: c90b3f28
[251916.218002]  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[251916.218002] CR0: 8005003b CR2: b7396bd4 CR3: 15c74000 CR4: 000007d0
[251916.218002] Stack:
[251916.218002]  dab85068 c111387e dab852f4 c90b3f4c ca337460 c111396a ca3373c4 ca3373c4
[251916.218002]  c1114426 dab852f4 d46a7ccc ca337400 ca337460 c1661100 c10fe173 00000083
[251916.218002]  f544ea00 de90ab48 c10fe437 ca337400 c186c184 c10fe6ca f263b500 c19473ec
[251916.218002] Call Trace:
[251916.218002]  [<c111387e>] ? evict+0x8e/0x150
[251916.218002]  [<c111396a>] ? dispose_list+0x2a/0x40
[251916.218002]  [<c1114426>] ? evict_inodes+0x86/0xd0
[251916.218002]  [<c10fe173>] ? generic_shutdown_super+0x33/0xc0
[251916.218002]  [<c10fe437>] ? kill_block_super+0x17/0x60
[251916.218002]  [<c10fe6ca>] ? deactivate_locked_super+0x2a/0x40
[251916.218002]  [<c1116ca1>] ? cleanup_mnt+0x31/0x80
[251916.218002]  [<c1051cb9>] ? task_work_run+0x99/0xd0
[251916.218002]  [<c1002363>] ? do_notify_resume+0x53/0x70
[251916.218002]  [<c164ad77>] ? work_notifysig+0x24/0x29
[251916.218002] Code: 39 83 20 01 00 00 75 2b 8b 43 64 a8 20 74 2c a8 40 75 30 c7 43 64 60 00 00 00 5b c3 8d b4 26 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 00 00 0f 0b 8d b6 00
[251916.218002] EIP: [<c1112dd0>] clear_inode+0x60/0x80 SS:ESP 0068:c90b3f28
[251916.218002] ---[ end trace d775e62345bf5ab2 ]---

Note You need to log in before you can comment on or make changes to this bug.