Exception

  • Thread starter Thread starter zamboigs
  • Start date Start date
Z

zamboigs

Hi frnd,
Currently I'm using a german PPC2003.I'm receiving an
exception with the following exception :

Fehler bei systemeigener Ausnahme
Ausnahmecode : 0xc0000005
Ausnahmeaddress : 0x00adacbc
Lesen : 02ffffff00
OK zum Beenden
ABBRECHEN zum Debbuger

The english converstion for the above exception comes out
to be:
Error with system exception
Exception Code: 0xc0000005
Exception Address: 0x00adacbc
Memory or Read : 02ffffff00
Ok for Terminating
Close for exiting Debugger


I'm unable to trace the error code. Can u plz suggest me
something about this error ?

Thanks
 
No, you'll have to tell us what line of code causes the problem. The error
is basically a invalid address. This might be called by passing a null
pointer to an API function or something along those lines.

Paul T.
 
Back
Top