From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752169AbYASSP3 (ORCPT ); Sat, 19 Jan 2008 13:15:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751043AbYASSPR (ORCPT ); Sat, 19 Jan 2008 13:15:17 -0500 Received: from [212.12.190.90] ([212.12.190.90]:60730 "EHLO raad.intranet" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750990AbYASSPO (ORCPT ); Sat, 19 Jan 2008 13:15:14 -0500 From: Al Boldi To: linux-kernel@vger.kernel.org Subject: konqueror deadlocks on 2.6.22 Date: Sat, 19 Jan 2008 21:14:41 +0300 User-Agent: KMail/1.5 Cc: linux-fsdevel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801192114.41427.a1426z@gawab.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I was just attacked by some deadlock issue involving sqlite3 and konqueror. While sqlite3 continues to slowly fill a 7M-record db in transaction mode, konqueror hangs for a few minutes, then continues only to hang again and again. Looks like an fs/blockIO issue involving fsync. As a workaround, is there a way to make fsync soft? Thanks! -- Al --- Jan 19 20:36:13 localhost kernel: SysRq : Show Blocked State Jan 19 20:36:13 localhost kernel: task PC stack pid father Jan 19 20:36:13 localhost kernel: kjournald D c153b4c0 0 951 2 Jan 19 20:36:13 localhost kernel: c1579d70 00000046 00000010 c153b4c0 c153b5fc 00000000 c1579dbc 00000001 Jan 19 20:36:13 localhost kernel: c1579d78 c03f163e c1527848 c0216d50 00000010 c1527878 00000001 d7ca8dc0 Jan 19 20:36:13 localhost kernel: 00000000 c153b4c0 c012dcb0 c1579dbc c1579dbc 00000001 d62092c0 d7ca8dc0 Jan 19 20:36:13 localhost kernel: Call Trace: Jan 19 20:36:13 localhost kernel: [] io_schedule+0xe/0x20 Jan 19 20:36:13 localhost kernel: [] get_request_wait+0x100/0x120 Jan 19 20:36:13 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:13 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:13 localhost kernel: [] elv_merge+0xba/0x150 Jan 19 20:36:13 localhost kernel: [] __make_request+0x6c/0x2f0 Jan 19 20:36:13 localhost kernel: [] generic_make_request+0x13f/0x1d0 Jan 19 20:36:14 localhost kernel: [] __slab_alloc+0x87/0xf0 Jan 19 20:36:14 localhost kernel: [] mempool_alloc+0x2a/0xc0 Jan 19 20:36:14 localhost kernel: [] submit_bio+0x46/0xe0 Jan 19 20:36:14 localhost kernel: [] smp_apic_timer_interrupt+0x28/0x30 Jan 19 20:36:14 localhost kernel: [] apic_timer_interrupt+0x28/0x30 Jan 19 20:36:14 localhost kernel: [] bio_alloc_bioset+0x7f/0x160 Jan 19 20:36:14 localhost kernel: [] end_buffer_write_sync+0x0/0x70 Jan 19 20:36:14 localhost kernel: [] submit_bh+0xd1/0x130 Jan 19 20:36:14 localhost kernel: [] journal_do_submit_data+0x29/0x30 Jan 19 20:36:14 localhost kernel: [] journal_submit_data_buffers+0x115/0x170 Jan 19 20:36:14 localhost kernel: [] journal_commit_transaction+0x1af/0xc30 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] kjournald+0x197/0x1e0 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] kjournald+0x0/0x1e0 Jan 19 20:36:14 localhost kernel: [] kthread+0x6a/0x70 Jan 19 20:36:14 localhost kernel: [] kthread+0x0/0x70 Jan 19 20:36:14 localhost kernel: [] kernel_thread_helper+0x7/0x10 Jan 19 20:36:14 localhost kernel: ======================= Jan 19 20:36:14 localhost kernel: konqueror D c14b39f0 0 1922 1918 Jan 19 20:36:14 localhost kernel: dbb13e08 00000082 dbb13e08 c14b39f0 c14b3b2c c1517f40 c1517f00 0009813c Jan 19 20:36:14 localhost kernel: dbb13e3c c01aa5e1 00000000 c1517f50 00000000 00000000 c14b39f0 c012dcb0 Jan 19 20:36:14 localhost kernel: dbb13e48 dbb13e48 c1517f50 00000001 00000003 00000000 c14b39f0 c012dcb0 Jan 19 20:36:14 localhost kernel: Call Trace: Jan 19 20:36:14 localhost kernel: [] log_wait_commit+0xf1/0x140 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] journal_stop+0x146/0x1c0 Jan 19 20:36:14 localhost kernel: [] journal_start+0x93/0xc0 Jan 19 20:36:14 localhost kernel: [] __writepage+0x0/0x30 Jan 19 20:36:14 localhost kernel: [] journal_force_commit+0x1c/0x30 Jan 19 20:36:14 localhost kernel: [] ext3_force_commit+0x25/0x30 Jan 19 20:36:14 localhost kernel: [] write_inode+0x4b/0x50 Jan 19 20:36:14 localhost kernel: [] __sync_single_inode+0x1a3/0x1d0 Jan 19 20:36:14 localhost kernel: [] __writeback_single_inode+0x4e/0x1b0 Jan 19 20:36:14 localhost kernel: [] do_writepages+0x3d/0x50 Jan 19 20:36:14 localhost kernel: [] __filemap_fdatawrite_range+0x87/0x90 Jan 19 20:36:14 localhost kernel: [] ext3_sync_file+0x98/0xe0 Jan 19 20:36:14 localhost kernel: [] filemap_fdatawrite+0x23/0x30 Jan 19 20:36:14 localhost kernel: [] do_fsync+0x6d/0x90 Jan 19 20:36:14 localhost kernel: [] __do_fsync+0x27/0x50 Jan 19 20:36:14 localhost kernel: [] syscall_call+0x7/0xb Jan 19 20:36:14 localhost kernel: [] svc_seq_show+0x110/0x120 Jan 19 20:36:14 localhost kernel: ======================= Jan 19 20:36:14 localhost kernel: sqlite3 D c4aa4000 0 5507 2021 Jan 19 20:36:14 localhost kernel: dd53bbf0 00200082 c0217bef c4aa4000 c4aa413c dd53bc40 00000000 dd53bc48 Jan 19 20:36:14 localhost kernel: dd53bbf8 c03f163e c13e0758 c017b4b7 c03f17d5 c017b490 c89c3690 00000002 Jan 19 20:36:14 localhost kernel: c4aa4000 c017b490 c03f1882 00000002 c89c3690 00000002 00000000 c4aa4000 Jan 19 20:36:14 localhost kernel: Call Trace: Jan 19 20:36:14 localhost kernel: [] generic_make_request+0x13f/0x1d0 Jan 19 20:36:14 localhost kernel: [] io_schedule+0xe/0x20 Jan 19 20:36:14 localhost kernel: [] sync_buffer+0x27/0x40 Jan 19 20:36:14 localhost kernel: [] __wait_on_bit+0x65/0x70 Jan 19 20:36:14 localhost kernel: [] sync_buffer+0x0/0x40 Jan 19 20:36:14 localhost kernel: [] sync_buffer+0x0/0x40 Jan 19 20:36:14 localhost kernel: [] out_of_line_wait_on_bit+0xa2/0xc0 Jan 19 20:36:14 localhost kernel: [] wake_bit_function+0x0/0x60 Jan 19 20:36:14 localhost kernel: [] wake_bit_function+0x0/0x60 Jan 19 20:36:14 localhost kernel: [] __wait_on_buffer+0x30/0x40 Jan 19 20:36:14 localhost kernel: [] sync_dirty_buffer+0x67/0xf0 Jan 19 20:36:14 localhost kernel: [] journal_dirty_data+0x145/0x170 Jan 19 20:36:14 localhost kernel: [] ext3_journal_dirty_data+0x18/0x50 Jan 19 20:36:14 localhost kernel: [] walk_page_buffers+0x70/0x80 Jan 19 20:36:14 localhost kernel: [] ext3_ordered_commit_write+0x5e/0xe0 Jan 19 20:36:14 localhost kernel: [] ext3_journal_dirty_data+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] generic_file_buffered_write+0x27d/0x630 Jan 19 20:36:14 localhost kernel: [] journal_stop+0x138/0x1c0 Jan 19 20:36:14 localhost kernel: [] ext3_mark_inode_dirty+0x3b/0x40 Jan 19 20:36:14 localhost kernel: [] __do_page_cache_readahead+0x60/0x100 Jan 19 20:36:14 localhost kernel: [] file_update_time+0x49/0xe0 Jan 19 20:36:14 localhost kernel: [] __generic_file_aio_write_nolock+0x27f/0x540 Jan 19 20:36:14 localhost kernel: [] generic_file_aio_write+0x67/0xe0 Jan 19 20:36:14 localhost kernel: [] generic_file_aio_read+0x143/0x170 Jan 19 20:36:14 localhost kernel: [] ext3_file_write+0x30/0xd0 Jan 19 20:36:14 localhost kernel: [] do_sync_write+0xc0/0x100 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] scsi_finish_command+0x39/0x60 Jan 19 20:36:14 localhost kernel: [] scsi_softirq_done+0x77/0xe0 Jan 19 20:36:14 localhost kernel: [] generic_file_llseek+0x95/0xd0 Jan 19 20:36:14 localhost kernel: [] do_sync_write+0x0/0x100 Jan 19 20:36:14 localhost kernel: [] vfs_write+0xa7/0x120 Jan 19 20:36:14 localhost kernel: [] sys_write+0x47/0x80 Jan 19 20:36:14 localhost kernel: [] syscall_call+0x7/0xb Jan 19 20:36:14 localhost kernel: ======================= Jan 19 20:36:14 localhost kernel: pdflush D ce384a60 0 6381 2 Jan 19 20:36:14 localhost kernel: cd7bdec8 00000046 cd7bded8 ce384a60 ce384b9c cd7bded8 03b52325 cd7bdf2c Jan 19 20:36:14 localhost kernel: cd7bdf04 c03f16db ce384a60 cc45aa80 c0552e90 c0552e90 03b52325 c0124840 Jan 19 20:36:14 localhost kernel: ce384a60 c0552d60 00001e35 00000000 00000064 c04d90d0 c03f165e 00000000 Jan 19 20:36:14 localhost kernel: Call Trace: Jan 19 20:36:14 localhost kernel: [] schedule_timeout+0x4b/0xa0 Jan 19 20:36:14 localhost kernel: [] process_timeout+0x0/0x10 Jan 19 20:36:14 localhost kernel: [] io_schedule_timeout+0xe/0x20 Jan 19 20:36:14 localhost kernel: [] congestion_wait+0x8b/0xa0 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] autoremove_wake_function+0x0/0x50 Jan 19 20:36:14 localhost kernel: [] writeback_inodes+0x54/0x80 Jan 19 20:36:14 localhost kernel: [] wb_kupdate+0xa2/0xf0 Jan 19 20:36:14 localhost kernel: [] __pdflush+0xae/0x160 Jan 19 20:36:14 localhost kernel: [] pdflush+0x0/0x30 Jan 19 20:36:14 localhost kernel: [] pdflush+0x0/0x30 Jan 19 20:36:14 localhost kernel: [] pdflush+0x23/0x30 Jan 19 20:36:14 localhost kernel: [] wb_kupdate+0x0/0xf0 Jan 19 20:36:14 localhost kernel: [] kthread+0x6a/0x70 Jan 19 20:36:14 localhost kernel: [] kthread+0x0/0x70 Jan 19 20:36:14 localhost kernel: [] kernel_thread_helper+0x7/0x10 Jan 19 20:36:14 localhost kernel: ======================= Jan 19 20:36:14 localhost kernel: Sched Debug Version: v0.05-v20.4, 2.6.22 #11 Jan 19 20:36:14 localhost kernel: now at 62472243502739 nsecs Jan 19 20:36:14 localhost kernel: Jan 19 20:36:14 localhost kernel: cpu#0, 3000.368 MHz Jan 19 20:36:14 localhost kernel: .nr_running : 2 Jan 19 20:36:14 localhost kernel: .load : 4145 Jan 19 20:36:14 localhost kernel: .ls.delta_fair : 0 Jan 19 20:36:14 localhost kernel: .ls.delta_exec : 0 Jan 19 20:36:14 localhost kernel: .nr_switches : 33411314 Jan 19 20:36:14 localhost kernel: .nr_load_updates : 62502647 Jan 19 20:36:14 localhost kernel: .nr_uninterruptible : 4 Jan 19 20:36:14 localhost kernel: .jiffies : 62202647 Jan 19 20:36:14 localhost kernel: .next_balance : 0 Jan 19 20:36:14 localhost kernel: .curr->pid : 0 Jan 19 20:36:14 localhost kernel: .clock : 62493147453426 Jan 19 20:36:14 localhost kernel: .idle_clock : 0 Jan 19 20:36:14 localhost kernel: .prev_clock_raw : 27221561477728 Jan 19 20:36:14 localhost kernel: .clock_warps : 2 Jan 19 20:36:14 localhost kernel: .clock_overflows : 3461066 Jan 19 20:36:14 localhost kernel: .clock_deep_idle_events : 0 Jan 19 20:36:14 localhost kernel: .clock_max_delta : 999846 Jan 19 20:36:14 localhost kernel: .cpu_load[0] : 0 Jan 19 20:36:14 localhost kernel: .cpu_load[1] : 0 Jan 19 20:36:14 localhost kernel: .cpu_load[2] : 0 Jan 19 20:36:14 localhost kernel: .cpu_load[3] : 0 Jan 19 20:36:14 localhost kernel: .cpu_load[4] : 0 Jan 19 20:36:14 localhost kernel: Jan 19 20:36:14 localhost kernel: cfs_rq Jan 19 20:36:14 localhost kernel: .fair_clock : 6470841940805 Jan 19 20:36:14 localhost kernel: .exec_clock : 8802399638656 Jan 19 20:36:14 localhost kernel: .wait_runtime : -33767489 Jan 19 20:36:14 localhost kernel: .wait_runtime_overruns : 0 Jan 19 20:36:14 localhost kernel: .wait_runtime_underruns : 0 Jan 19 20:36:14 localhost kernel: .sleeper_bonus : 0 Jan 19 20:36:14 localhost kernel: .wait_runtime_rq_sum : 6226413 Jan 19 20:36:14 localhost kernel: Jan 19 20:36:14 localhost kernel: runnable tasks: Jan 19 20:36:14 localhost kernel: task PID tree-key delta waiting switches prio sum-exec sum-wait sum-sleep wait-overrun wait-underrun Jan 19 20:36:14 localhost kernel: ------------------------------------------------------------------------------------------------------------------------------------------------------------------ Jan 19 20:36:14 localhost kernel: events/0 4 6470840086822 -1853983 5650666 83829 115 0 0 0 0 0 Jan 19 20:36:14 localhost kernel: klogd 1419 6470841365058 -575747 575747 1869 120 0 0 0 0 0 Jan 19 20:36:14 localhost kernel: