Hi,
have PXA255 platform derived from Lubbock. Using WInCE 5.0.
I have setup my hive registry to be on NOR Flash. Everything works fine in a
debug build, hives are mounted on flash and booting time is aorund 20
seconds. With a release build its taking long time to boot around 5 minutes.

Any help is appreciated,

thanks
Anand

Re: Hive based registry hangs in retail build by Sue

Sue
Tue May 16 10:36:57 CDT 2006

Why is this hive registry related?

Run celog during boot to measure what's going on.
http://msdn.microsoft.com/library/en-us/wcedebug5/html/wce51tskEnablingCeLogEventTrackingInRun-TimeImage.asp

If CeLog shows that there's a thread running all the time, run the monte
carlo profiler to measure what it's doing.
http://msdn.microsoft.com/library/en-us/wcedebug5/html/wce50conPlatformProfiling.asp

Hope that helps,

Sue
sloh@microsoft.com (remove "online" from reply-to address)
http://blogs.msdn.com/ce_base/
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________



Re: Hive based registry hangs in retail build by Anand

Anand
Fri May 26 16:36:01 CDT 2006

Hi,
I enabled celog during boot. I checked celog.clg file in kernel tracker. I
found one thread in filesys.exe process is causing delay. From debug output I
can confirm its trying to mount hive registry files. Still I can't find out
why mounting takes such a long time.
I tried to use monte carlo profiler. But there is no documentation to start
during boot.

Any help is appreciated

"Sue Loh [MS]" wrote:

> Why is this hive registry related?
>
> Run celog during boot to measure what's going on.
> http://msdn.microsoft.com/library/en-us/wcedebug5/html/wce51tskEnablingCeLogEventTrackingInRun-TimeImage.asp
>
> If CeLog shows that there's a thread running all the time, run the monte
> carlo profiler to measure what it's doing.
> http://msdn.microsoft.com/library/en-us/wcedebug5/html/wce50conPlatformProfiling.asp
>
> Hope that helps,
>
> Sue
> sloh@microsoft.com (remove "online" from reply-to address)
> http://blogs.msdn.com/ce_base/
> _____________________________________________________________
> This posting is provided "AS IS" with no warranties, and confers no rights.
> _____________________________________________________________
>
>
>

Re: Hive based registry hangs in retail build by Sue

Sue
Tue May 30 20:39:44 CDT 2006

If it's before the hive is mounted, there isn't really a way to start the
profiler that early (not without hacking the OAL to start it or something).

Can you break into the debugger? If it's taking 5 minutes it should be easy
to stop and see what's going on.

Sue
sloh@microsoft.com (remove "online" from reply-to address)
http://blogs.msdn.com/ce_base/
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________