GPUOpen-LibrariesAndSDKs/AGS_SDK

Application Verifier leak detected on agsDeInitialize()

alvar-ava opened this issue · 1 comments

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"

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.