On 20-Mar-2002 Hiten Pandya wrote:
> Hi all,
> > How does one debug faults in the BTX Loader?  I am currently trying
> to work on PR i386/21559, and after reading jhb's document on the
> loading process, I was curious to know..

> Well, you need to be fairly familiar with how IA32 works.  The int=
> number is the fault that was triggered.  Then, use a program to convert 
> the hex dump at cs:eip to binary

Which tool can be used for this task?  Any available in the ports?

> and run that through ndisasm or ndisasm -U depending on if the code 
> segment in cs is USE32 or not) to see what instruction it died on. 
> You then look up that instruction in teh reference manual and see how 
> the given fault can be triggered.  Some faults are rather obvious just 
> from the fault number and don't require you to look up the instruction.  
> Sometimes it's not the actual instruction that's the problem, but instead 
> you managed to hose the stack or some such in which case you just ahve to 
> look at the register and stack dumps to try and figure out what went 
> wrong.

Thanks for the kind help. :)
Regards,

-- 
Hiten Pandya
http://jfs4bsd.sf.net - JFS for FreeBSD (JFS4BSD)
http://www.FreeBSD.org - The Power to Serve

Public Key: http://www.pittgoth.com/~hiten/pubkey.asc
--- 4FB9 C4A9 4925 CF97 9BF3  ADDA 861D 5DBD E4E3 03C3 ---

Attachment: msg33027/pgp00000.pgp
Description: PGP signature

Reply via email to