Skip to content

Application Verifier leak detected on agsDeInitialize() #45

@alvar-ava

Description

@alvar-ava

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions