Dear Gurus,
When I run a OAL Timer Test, the CETK server disconnected abnormally and
I get the message below:
Posting WM_NETCONNECT(FALSE) message, ErrorCode = 631(0x277)
AUTORAS:: Dialer notifies: [2] [Dialer Terminate]
Internal Clientside error while trying to reconnect to the server.
Clientside will now exit
I tried many times, it always occurs on case 121, RTC Latency/Resolution
(high priority)
I dig into WINCE500/Private/Test/PQOAL/Timers/timerabstraction.cpp, and
find that the test thread are running at priority 1, and set the thread
quantum to 0. That says, it will never be swapped out unless it is
blocked. So I guess the Ethernet thread must be waiting for the end of
the test thread and can not respond for the CETK server, is that true?