trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

Errors when creating code coverage for runtime packages #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Create a package containing source code (Source.bpl)
2. Create a test executable testing the source code, accessing the source code 
as runtime package (Test.exe)
3. Run CodeCoverage.exe: CodeCoverage.exe -e Test.exe -m Source.map -html

Some parameters missing in 3, but you should get the point.

What is the expected output? What do you see instead?
I would expect to see a code coverage report for the units within Source.bpl. 
Instead, I occur different errors (depending on the package I wanted to create 
a report for):

1) An error message when loading kernel32.dll
2) CodeCoverage.exe doesn't stop loading, logfile is growing and growing (I 
killed execution around ~7 GB).

I attached the logfiles of both errors.

What version of the product are you using? On what operating system?
1.0 RC8, Windows 7 Professional 64bit, Delphi XE2

Original issue reported on code.google.com by tkaelin....@gmail.com on 28 Sep 2012 at 6:28

Attachments:

GoogleCodeExporter commented 9 years ago
What are the settings for linker to create map files?

Are map files Detailed?

Original comment by linards....@gmail.com on 6 Dec 2012 at 6:57

GoogleCodeExporter commented 9 years ago
Try version 1.0 RC9, this issue should be fixed there.

Original comment by e.kotlya...@gmail.com on 14 Sep 2014 at 3:26