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

Fix allocator null for trim capture #1713

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

jirongjiao
Copy link
Contributor

Problem
During trim capture of some D3D12 apps, some command allocators may be released during state tracking stage, resulting trace replay crash at CreateCommandList() due to null command allocator.
Solution
Create temp command allocator for CreateCommandList when it's allocator has been released during state tracking.

@ci-tester-lunarg
Copy link

Author jirongjiao not on autobuild list. Waiting for curator authorization before starting CI build.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build queued with queue ID 256005.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 4829 running.

@ci-tester-lunarg
Copy link

CI gfxreconstruct build # 4829 passed.

@davidd-lunarg davidd-lunarg self-assigned this Sep 16, 2024
@davidd-lunarg davidd-lunarg merged commit 5583aee into LunarG:dev Sep 25, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants