Any Mean to debug the FBA process ?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi all,

How can I debug the fba ?

I wanted to do another trial with a very light configuration
I did
1/ TAP
2/ In TD : ADD Information Appliance +
CMD Win Command Processor +
validate Show Control Panel on Start Menu IN User
Interface Core

3/ FBA : "memory writting error exception" during the component
register process

Is there any mean to debug ? Generate the image in debug mode would be
useful ?

I 'm asking maybe silly question but I loose a lot of time with this
tool (only 256 ko memory on the embedded PC)

Thks
 
If you have Windbg connected to your XPe device, you'll see debug messages
from the FBA process in the Windbg window, even with the retail binaries of
XPe. You can also investigate the FBA log for any errors
(%Windows%\FBA\fbalog.txt). In addition, check the event log.

FBA crashes can be caused by many things:
1. Hardware issues with the CF drive. Try another new CF card or another
brand.
2. If your CF reports as fixed media drive, build the image with pagefile
support. Pagefile will enable smoother FBA process.
3. Someone also suggested checking if you have enough free disk space on
the CF; too little space will cause all sorts of odd system behavior.

KS


This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top