> Gentle reminder...We are kind of stuck and delivery date is very near. > > Note that failure generally happens when we have opendir() or readdir() > calls. Any one has encountered such problem? > > We are using FAT32 file system in our project. > > We are facing strange problem. When we test the file system commands > (open, close, read, write) all works very correctly in single thread. > However when we invoke other thread, then file system commands do not > work and board gets reset. > > We have allocated thread stack memory of file system thread up to 10 > KB > and for other thread is 4 KB. > > We have tried to combine both the threads in one thread and then also > the results are the same (board gets reset). > > We have tried to find out problem by enabling asserts and tracing. > However we don't get any assert at the time of reset. > > What could be the issue?
These are exactly the types of situations that commercial support exists for. What you are basically asking for here is for someone to help you debug your code. Please note there's a reason there isn't a '[email protected]' How about throwing Gary or the eCosCentric guys a bone and support them for supporting you? --Chris -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
