On Thursday 28 July 2005 19:30, Ludovic Guilhamat wrote: > Hi, > > First, thank you for your answers. > > Charles : I already set traceMask to 0xffffffff, but I had set the MTD > debug too... So I removed it (thanks Sergey), but I have no new messages. > I'm working with yaffs (not yaffs2). To quote from your previous email: yaffs_get_inode for object 146776 yaffs_read_inode for 146776 Now what is odd to me is that the object being referred to is supposed to be the root object (with an objectId of YAFFS_OBJECTID_ROOT which is 1). Big question: Why is the object Id 146776? Are you able to debug a bit more? The root object is dev->rootDir and dev->rootDir->objectId should be set up during yaffs_GutsInitialise(). Perhaps yaffs_GutsInitialise() is failing and returning early and the failure is not being handled correctly. Could you try doing some tracing in yaffs_GutsInitialise()? Thanx -- Charles > > So, here is the oops message decoded by ksymoops : > >>PC; 00078bd0 <===== > > Trace; 00076dfa > Trace; 00023d58 > Trace; 00023d58 > Trace; 0004faa6 > Trace; 00023d58 > Trace; 0004fdc4 > Trace; 00023d58 > Trace; 00076280 > Trace; 00023d58 > Trace; 000771f8 > Trace; 000772f0 > Trace; 000428bc > Trace; 00050f8c > Trace; 00042ae6 > Trace; 00051e62 > Trace; 000520e2 > Trace; 00051f2e > Trace; 00051f7e > Trace; 0005242a > Trace; 000523b2 > Trace; 00023bc6 > > Many thanks. > > Ludovic. > > _______________________________________________ > yaffs mailing list > yaffs@stoneboat.aleph1.co.uk > http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs