linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG at fs/btrfs/file.c:870
@ 2013-08-14 17:50 tim
  2013-08-14 19:33 ` Josef Bacik
  0 siblings, 1 reply; 3+ messages in thread
From: tim @ 2013-08-14 17:50 UTC (permalink / raw)
  To: linux-btrfs

hi all,

trying to reproduce [1], i've came across another btrfs bug:

[ 4031.725643] ------------[ cut here ]------------
[ 4031.725647] kernel BUG at fs/btrfs/file.c:870!
[ 4031.725648] invalid opcode: 0000 [#1] PREEMPT SMP
[ 4031.725650] Modules linked in: ecryptfs sha256_generic encrypted_keys
sha1_generic trusted tpm tpm_bios pci_stub vboxpci(O) vboxnetadp(O)
vboxnetflt(O) vboxdrv(O) parport_pc ppdev bluetooth nfsd binfmt_misc
auth_rpcgss oid_registry exportfs nfs_acl nfs lockd sunrpc fscache
dm_crypt wacom lp parport arc4 rt2800usb rt2x00usb rt2800lib rt2x00lib
snd_hda_codec_hdmi mac80211 cfg80211 snd_hda_codec_realtek crc_ccitt
snd_usb_audio snd_usbmidi_lib snd_hda_intel snd_hda_codec snd_hdsp
coretemp snd_hwdep snd_pcm_oss snd_mixer_oss kvm_intel kvm snd_pcm
snd_seq_dummy snd_page_alloc snd_seq_oss nvidia(PO) snd_seq_midi
snd_seq_midi_event snd_rawmidi microcode mxm_wmi snd_seq snd_seq_device
snd_timer serio_raw snd soundcore lpc_ich btrfs xor zlib_deflate
raid6_pq libcrc32c hid_generic usbhid hid firewire_ohci firewire_core
crc_itu_t ghash_clmulni_intel aesni_intel aes_x86_64 glue_helper lrw
gf128mul ablk_helper cryptd ahci libahci i915 xhci_hcd video r8169
i2c_algo_bit mii drm_kms_helper drm
[ 4031.725680] CPU: 0 PID: 7404 Comm: btrfs-endio-wri Tainted: P
   O 3.10.5+ #6
[ 4031.725681] Hardware name: Gigabyte Technology Co., Ltd.
Z68X-UD3H-B3/Z68X-UD3H-B3, BIOS F3 05/13/2011
[ 4031.725682] task: ffff88035b64c880 ti: ffff880315238000 task.ti:
ffff880315238000
[ 4031.725683] RIP: 0010:[<ffffffffa023c00a>]  [<ffffffffa023c00a>]
__btrfs_drop_extents+0xafa/0xb30 [btrfs]
[ 4031.725692] RSP: 0018:ffff880315239b68  EFLAGS: 00010297
[ 4031.725693] RAX: 0000000000000014 RBX: ffff88041d9991a0 RCX:
ffff88020e732000
[ 4031.725694] RDX: 0000000000000000 RSI: 0000000000000b9f RDI:
ffff88041d9991a0
[ 4031.725695] RBP: ffff880315239c58 R08: 0000000000000001 R09:
00000000ffffffff
[ 4031.725696] R10: 0000000000000000 R11: 0000000b6f90f000 R12:
0000000b6f909000
[ 4031.725696] R13: 0000000000000001 R14: ffff8802685b7be0 R15:
0000000000000b72
[ 4031.725697] FS:  0000000000000000(0000) GS:ffff88042fa00000(0000)
knlGS:0000000000000000
[ 4031.725698] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4031.725699] CR2: fffff9802ff00000 CR3: 000000035be86000 CR4:
00000000000427f0
[ 4031.725700] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000
[ 4031.725701] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7:
0000000000000400
[ 4031.725701] Stack:
[ 4031.725702]  00000000004f0e82 0000000b6f8e9000 0000000000000000
0000000b00000001
[ 4031.725704]  ffff88041a3a7000 0000000000000008 0000000100001000
0000000000020000
[ 4031.725705]  0000000000000000 ffff880233cd1950 ffff880239cd45d0
00000205b483a000
[ 4031.725706] Call Trace:
[ 4031.725714]  [<ffffffffa023cb26>] btrfs_drop_extents+0x66/0xa0 [btrfs]
[ 4031.725720]  [<ffffffffa022e152>]
insert_reserved_file_extent.constprop.66+0x72/0x2b0 [btrfs]
[ 4031.725726]  [<ffffffffa0229103>] ? start_transaction+0x93/0x460 [btrfs]
[ 4031.725732]  [<ffffffffa02352c0>] btrfs_finish_ordered_io+0x530/0x990
[btrfs]
[ 4031.725735]  [<ffffffff81045d58>] ? try_to_del_timer_sync+0x48/0x60
[ 4031.725737]  [<ffffffff81045dba>] ? del_timer_sync+0x4a/0x60
[ 4031.725738]  [<ffffffff810454c0>] ? usleep_range+0x40/0x40
[ 4031.725744]  [<ffffffffa0235730>] finish_ordered_fn+0x10/0x20 [btrfs]
[ 4031.725750]  [<ffffffffa025423f>] worker_loop+0x14f/0x540 [btrfs]
[ 4031.725756]  [<ffffffffa02540f0>] ? btrfs_queue_worker+0x310/0x310
[btrfs]
[ 4031.725758]  [<ffffffff81058b1b>] kthread+0xbb/0xc0
[ 4031.725760]  [<ffffffff81058a60>] ?
kthread_freezable_should_stop+0x60/0x60
[ 4031.725762]  [<ffffffff815988ec>] ret_from_fork+0x7c/0xb0
[ 4031.725764]  [<ffffffff81058a60>] ?
kthread_freezable_should_stop+0x60/0x60
[ 4031.725764] Code: 00 00 c7 45 8c 00 00 00 00 4d 89 dd e9 49 fb ff ff
c7 85 74 ff ff ff 01 00 00 00 4d 89 df e9 69 fc ff ff 0f 0b 0f 0b 0f 0b
0f 0b <0f> 0b 45 85 c0 4d 89 da 75 06 0f 0b 0f 0b 0f 0b 48 8d 55 b6 4c
[ 4031.725779] RIP  [<ffffffffa023c00a>]
__btrfs_drop_extents+0xafa/0xb30 [btrfs]
[ 4031.725785]  RSP <ffff880315239b68>
[ 4031.725794] ---[ end trace a5973c1aa21c0c01 ]---


this is 3.10.5. is this a known issue? anything i can do to help?

cheers, tim

[1] https://bugzilla.kernel.org/show_bug.cgi?id=60666


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG at fs/btrfs/file.c:870
  2013-08-14 17:50 BUG at fs/btrfs/file.c:870 tim
@ 2013-08-14 19:33 ` Josef Bacik
  2013-08-14 19:42   ` tim
  0 siblings, 1 reply; 3+ messages in thread
From: Josef Bacik @ 2013-08-14 19:33 UTC (permalink / raw)
  To: tim; +Cc: linux-btrfs

On Wed, Aug 14, 2013 at 07:50:05PM +0200, tim wrote:
> hi all,
> 
> trying to reproduce [1], i've came across another btrfs bug:
> 

You hit the strangest things.  I'm going to sit down and write a bunch of unit
tests for this function to verify it is working properly.  Thanks,

Josef

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG at fs/btrfs/file.c:870
  2013-08-14 19:33 ` Josef Bacik
@ 2013-08-14 19:42   ` tim
  0 siblings, 0 replies; 3+ messages in thread
From: tim @ 2013-08-14 19:42 UTC (permalink / raw)
  To: linux-btrfs

>> trying to reproduce [1], i've came across another btrfs bug:
>>
> 
> You hit the strangest things.  I'm going to sit down and write a bunch of unit
> tests for this function to verify it is working properly.  Thanks,


glad to help. not sure if this is related, but i always have some
warnings about hung tasks, mainly when accessing the disk the first time:

[ 6234.211826] INFO: task AioMgr0-N:6041 blocked for more than 120 seconds.
[ 6234.211828] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[ 6234.211829] AioMgr0-N       D ffff880267f91b38     0  6041   5941
0x00000000
[ 6234.211832]  ffff880267f91aa8 0000000000000002 ffff880267f91fd8
0000000000004000
[ 6234.211833]  ffff880267f91fd8 ffff88041f176080 ffff880267f8e740
0000000000000246
[ 6234.211834]  0000000000000246 ffffffffa0247fbc ffff88041b522958
ffff88041cdc9800
[ 6234.211836] Call Trace:
[ 6234.211853]  [<ffffffffa0247fbc>] ? btrfs_queue_worker+0x1dc/0x310
[btrfs]
[ 6234.211860]  [<ffffffffa02251ee>] ? run_delalloc_range+0x19e/0x390
[btrfs]
[ 6234.211863]  [<ffffffff810d65d0>] ? __lock_page+0x70/0x70
[ 6234.211866]  [<ffffffff81591994>] schedule+0x24/0x70
[ 6234.211867]  [<ffffffff81591a6a>] io_schedule+0x8a/0xd0
[ 6234.211868]  [<ffffffff810d65d9>] sleep_on_page+0x9/0x10
[ 6234.211870]  [<ffffffff8158fc23>] __wait_on_bit_lock+0x53/0xb0
[ 6234.211871]  [<ffffffff810d65c2>] __lock_page+0x62/0x70
[ 6234.211873]  [<ffffffff810596a0>] ? autoremove_wake_function+0x30/0x30
[ 6234.211880]  [<ffffffffa023a007>]
extent_write_cache_pages.isra.34.constprop.51+0x377/0x3d0 [btrfs]
[ 6234.211882]  [<ffffffff810d6273>] ? find_get_pages_tag+0xe3/0x170
[ 6234.211888]  [<ffffffffa023a2d8>] extent_writepages+0x48/0x60 [btrfs]
[ 6234.211894]  [<ffffffffa0220e70>] ? btrfs_fiemap+0x60/0x60 [btrfs]
[ 6234.211899]  [<ffffffffa021fc63>] btrfs_writepages+0x23/0x30 [btrfs]
[ 6234.211901]  [<ffffffff810e1249>] do_writepages+0x19/0x40
[ 6234.211902]  [<ffffffff810d73e1>] __filemap_fdatawrite_range+0x51/0x60
[ 6234.211904]  [<ffffffff810d74c2>] filemap_write_and_wait_range+0x32/0x70
[ 6234.211905]  [<ffffffff810d758d>] generic_file_direct_write+0x8d/0x190
[ 6234.211907]  [<ffffffff8103e155>] ? current_fs_time+0x15/0x60
[ 6234.211913]  [<ffffffffa022ec22>] btrfs_file_aio_write+0x472/0x5b0
[btrfs]
[ 6234.211916]  [<ffffffff8122dce7>] ? security_file_permission+0x27/0xb0
[ 6234.211922]  [<ffffffffa022e7b0>] ?
__btrfs_buffered_write+0x340/0x340 [btrfs]
[ 6234.211924]  [<ffffffff81168d10>] do_io_submit+0x410/0x6f0
[ 6234.211926]  [<ffffffff81168ffb>] SyS_io_submit+0xb/0x10
[ 6234.211929]  [<ffffffff81598b8b>] tracesys+0xdd/0xe2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-14 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 17:50 BUG at fs/btrfs/file.c:870 tim
2013-08-14 19:33 ` Josef Bacik
2013-08-14 19:42   ` tim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).