[JFFS2] Running fsstress on JFFS2 causing freeze
Adrian Hunter
ext-adrian.hunter at nokia.com
Tue Apr 15 09:08:58 EDT 2008
rohit h wrote:
> ( wchan gives the function the process is currently executing ).
A better way is to dump the task list to the console, which you can probably do like this:
sudo echo t > /proc/sysrq-trigger
dmesg > my_console_messages.txt
(More information in the kernel source in Documentation/sysrq.txt or search the internet for "sysrq")
Then send us my_console_messages.txt
More information about the linux-mtd
mailing list