Date: Thu, 28 May 2015 17:49:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200493] Killing pid 11 (idle) wedges the disk IO Message-ID: <bug-200493-8-baJgdWwBlq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200493-8@https.bugs.freebsd.org/bugzilla/> References: <bug-200493-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200493 --- Comment #2 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- The report is weird, because the bug is. I have no idea what could be causing this, and how to approach debugging it. More data points: the slowdown is there also for md(4). You can make things go faster by holding "enter" at the terminal; basically try this: kill -KILL 11 mdconfig -s1g while :; do dd if=/dev/md0 of=/dev/null bs=1m count=256; done and then see what happens when you hold down the enter key, and otherwise. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200493-8-baJgdWwBlq>