#1 2017-08-16 17:55:29

dhuerta
Member
Registered: 2017-08-16
Posts: 1

Exception class $C000005

Good afternoon, I've been having problems with my project, it marks exception with class $c000005 with differents messages, but my application doesn't show me the line that generates the exception. when Delphi execute the application marks automatically the exceptions.

I'd thought to put some breakpoints in the code, but it doesn't function.

can help me ?


Regrards.

Offline

#2 2017-08-16 18:38:20

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: Exception class $C000005

First is to run your project with FastMM4 in full debug mode.
It helps triggering the AV as soon as possible.

Add SynLog.pas unit, enable "detailed map file information" in the project option, and enhance exception logging.
You should have the stack trace of all exceptions, in the .log text file.

But without any more context, it is not possible to give you more help.

Offline

Board footer

Powered by FluxBB