Re: [Yaffs] why one file's parent pointer does point to its …

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
Subject: Re: [Yaffs] why one file's parent pointer does point to its parent directory?
On Thursday 14 June 2012 21:06:26 Ezio Zhang wrote:
> hi,guys,when i use yaffs in my system ,i tried to
> write,read,remove,close files in lager scales.system often crashed for
> one file's parent pointer does not point to its parent ,and the code
> goes to:
> if (l->parent != directory)
>     BUG();:
> in file yaffs_guts.c.
> how does this situation occurs?


You will have to tell us much more than that. Are you using the latest code?
Are you using Linux or something else?...

-- CHarles