From: Jérôme D. <jde...@un...> - 2008-08-28 12:22:59
|
Hello, > I have tried to launch application on a device in debug mode and I have > found this : > > LoadDLL(4873762a,8bc3e7e0,coredll.dll,03f5b000) > LoadDLL(ffffffff,8a4c73e0,cegcc.dll,78810000) > [...] > So there is an access violation in kernel, unfortunately without map file > it's going to be hard to analyze... > Keep on digging but it's not to be easy if we don't have access to PE > loader source... How did you get a device in debug mode ? Wince 5 PE loader sources are available with Plateform Builder in PRIVATE/WINCEOS/COREOS/NK/KERNEL/loader.c. I'm currently trying to run it in a custom process to try to catch such an exception, but I don't see where those LoadDLL come from. The map file can probably be found in the build tree of Plateform Builder if you built your kernel from it... BTW, does this show we caught a bug in WM6.1 loader? -- Jérôme Decoodt |