I have been having a BIG problem with debugging an application on CE.Net. This is NOT a standard problem. Basically I have an application that is collecting data from a TCP/IP port and then transforming this into web pages and logging the data to a CEDB on a CF Card. There are wireless drivers for the Cisco wireless card on the build but there is no card in the device at the moment. (This we think is inconsequential... as it fails with or without the wireless card).
The problem is after 4 and a half days (between 320 million and 370 million ticks using GetTickCount()) the entire CE platform crashes. There were no reported exceptions and no unhandled exceptions from our code. The memory was not any where near it's limit and there was no excessively high processor load.... We just can't figure it out. We thought at one point that it was wireless related... but the devices fell over either way. We tried removing the wireless drivers and Zero Config (because we heard that there are issues here!) from the build and that has kept 2 out of 4 devices running but 2 fell over still.
We have tried running the database on it's own and done multiple writes... it kept on running over the 4 and a half days... we tried removing the database from the code base and outputted to a UDP logger, and this kept running over the 4 and a half days... What? Why???!
We removed all unmanaged code from the code base and re ran the same tests... Still no joy... the code still fell over.. so that area isn't causing the problem.
So the question is? Do we have a problem with wireless? Do we have a problem with CF Card writes? Do we have a genuine CE.Net issue?
It takes us 4 and a half days to get the results of any test that we do... any ideas on how to speed this process up would be appreciated and ANY help from the MS CE team would be more than greatly appreciated at this time! At the moment we have the developers and the OEM working on this problem but noone has been able to identify where the real issue lies. It is like trying to find a needle in a haystack!!! HELP!
Let me know if you or anyone you know has had similar issues and how you resolved them. I would really really appreciate it.
Sarah
posted @ Tuesday, June 14, 2005 3:16 PM