Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Codeguard-Log

Status
Not open for further replies.

mh28ge

Programmer
Joined
Jan 29, 2002
Messages
2
Location
DE
Hi All,

my application is running on the target system (not in debugger) and
produces an error. A codeguard log file (*.cgl) is written.
Please, can you help me to detect the error?
The output is the following:

Fehler 00001. 0x100400 (Thread 0x0330):
Zugriff in ungültigem Speicher: Es wurde versucht, auf 4 Byte(s) bei
0x00000000 zuzugreifen.
Aufrufhierarchie:
0x0217DAD4(=IfTkLst.dll:0x01:00CAD4)
0x0217D9E0(=IfTkLst.dll:0x01:00C9E0)
0x0217D961(=IfTkLst.dll:0x01:00C961)
0x021A495E(=IfTkLst.dll:0x01:03395E)
0x0222AD37(=IfTkLst.dll:0x01:0B9D37)
0x0223840E(=IfTkLst.dll:0x01:0C740E)

It seems, that a NULL-pointer is accessed. But how can I find the corresponding lines of code in my project?
I'm using the CppBuilder 5.0 Pro.

Thanks for your help.

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top