Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Verifier leak detected on agsDeInitialize() #45

Open
alvar-ava opened this issue Oct 31, 2022 · 1 comment
Open

Application Verifier leak detected on agsDeInitialize() #45

alvar-ava opened this issue Oct 31, 2022 · 1 comment

Comments

@alvar-ava
Copy link

alvar-ava commented Oct 31, 2022

when running agsDeinitialize(), ApplicetaionVerifier halts with the following error:

	=======================================
	VERIFIER STOP 0000000000000900: pid 0x6424: A heap allocation was leaked. 

	000001D3EBFBFFF0 : Address of the leaked allocation. Run !heap -p -a <address> to get additional information about the allocation.
	000001D3E1FBAD90 : Address to the allocation stack trace. Run dps <address> to view the allocation stack.
	000001D3E894FFD8 : Address of the owner dll name. Run du <address> to read the dll name.
	00007FFD980D0000 : Base of the owner dll. Run .reload <dll_name> = <address> to reload the owner dll. Use 'lm' to get more information about the loaded and unloaded modules.


	=======================================
	This verifier stop is continuable.
	After debugging it use `go' to continue.
	
	=======================================

	ags_sampled.exe has triggered a breakpoint.

This repros in the ags_sample. When running that in Debug config, the 000001D3E894FFD8 address points to "atiadlxx.dll"

@gareththomasamd
Copy link
Contributor

I've repro'ed this. Thanks for the report. It will be something in the driver rather than in AGS itself. We'll see what we can do to resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants