While debugging the reboot hang, I tried to print a struct yaffs_dev. gdb infomed me that it "Cannot access memory at address 0x418d80d8"
Interestingly, it was more than willing to let me read any individual field of that struct. I suspect that it doesn't like the size of the thing, which is 3684 bytes. Can this limit be raised ? I think this may also be what causes stack traces to get truncated pretty quickly, often after as only 2-3 frames. The error message in this case is a somewhat misleading Backtrace stopped: previous frame inner to this frame (corrupt stack?) - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
