Re: [Yaffs] yaffs2 crashes kernel during 'cp'

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: Re: [Yaffs] yaffs2 crashes kernel during 'cp'
On Wednesday 18 April 2007 01:01, Matthias Fuchs wrote:
> On Monday 16 April 2007 18:49, Matthias Fuchs wrote:
> > I will start debugging tomorrow to see if one of the BUG()-calls in
> > nandmtd2_WriteChunkWithTagsToNAND() causes this crash.
>
> Further investigation has shown that the data pointer in
> nandmtd2_WriteChunkWithTagsToNAND() is NULL.
>
> Any ideas?


Could you please post the contents of /proc/yaffs.

This pointer should not be NULL for a yaffs2-mode system, but can be NULL for
a system running in yaffs1 mode. In that case, however, this function should
not be called.

-- Charles