This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WINCE 6.0 / AM3703 / Unknown exception - code dfff0123

Other Parts Discussed in Thread: AM3703

Hi,

We have an issue using WINCE 6 under AM3703.

When running a software we randomly have some error message   :        "Application ***.exe encountered a serious error and must be shutdown"

***..exe can be some navigation application (like Drive.exe for sygic but it does the same for another navigation programm), it can be our application (that uses .NET CF), or I already saw "servicesd.exe"

So I build an image including ''error report generator" componant and let running 5 platform during the week end with differents configuration. (One running only Sygic navigation / one running only another navigation software / one running our application / two running our application + navigation)

I got at least one dump file on each platform (2 dumpfile on 3 platform and 4 on 1).

When watching them with Windbg I see the same result :


Microsoft (R) Windows Debugger Version 6.2.8229.0 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [F:\1\DumpFiles\Ce010106-01\Ce010106-01.kdmp]
Windows CE System Dump File: Most application state is available

Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path.           *
* Use .symfix to have the debugger choose a symbol path.                   *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
Windows CE Version 0 (Texas Instruments) UP Free ARM (CE) 32-bit
Machine Name:
System Uptime: not available
Process Uptime: not available
................................................................
...
................................................................

.............................................................
.............................................................
(400002.3d20002): Unknown exception - code dfff0123 (!!! second chance !!!)
Unable to load image srvkm_rev125.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for srvkm_rev125.dll
*** ERROR: Module load completed but symbols could not be loaded for srvkm_rev125.dll
*** WARNING: Unable to verify timestamp for srvkm_rev125.dll
*** ERROR: Module load completed but symbols could not be loaded for srvkm_rev125.dll
srvkm_rev125+0x3c78:
c0733c78 e7802001 str         r2,[r0,r1]


I have no idea where it can come from.

Is it an issue with srvkm_rev125.dll? or the dll appears because the symbols could not be loaded?

Any help or suggest are welcome.

Thanks,

Marc.