Find memory Leak through windbg (BSOD Dump file)

Virender Singh Rawat 67 Reputation points
2021-06-06T16:38:24.173+00:00

Hi Team,

just want to know if we can find memory leak through dump file. I am analyzing dump file and unable to get way to find memory Leak.
i am working on this
Bug Check 0x3B: SYSTEM_SERVICE_EXCEPTION

YSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff9600010c190, Address of the instruction which caused the bugcheck
Arg3: ffffd0003cc0a770, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

TACK_TEXT:
ffffd0003cc0b190 fffff96000109dfb : 0000000000000001 0000000000000000 fffff901400c5010 ffffc00000000000 : win32k!DrvCreateMDEV+0x110c
ffffd0003cc0b2c0 fffff960001096c4 : 0000000000000000 0000000000000001 ffffd0003cc0b5d0 fffff801f7b5ca7f : win32k!DrvInternalChangeDisplaySettings+0x64b
ffffd0003cc0b530 fffff960001151e3 : 0000000000000000 0000000000000000 0000000000000002 0000000000000000 : win32k!DrvChangeDisplaySettings+0xb84
ffffd0003cc0b6f0 fffff9600020ea3d : 0000000000000000 0000000000000000 0000000000000009 ffffd0003cc0bad0 : win32k!InitVideo+0x83
ffffd0003cc0b790 fffff9600020e683 : ffffd00000000000 0000000000000000 ffffd0003cc0b960 fffff80100000000 : win32k!RemoteConnect+0x375
ffffd0003cc0b840 fffff801f7b5f1a3 : ffffec0157ddf880 000000d797e5f550 0000000000000000 000000d797e5f680 : win32k!NtUserRemoteConnect+0x223
ffffd0003cc0bb00 00007ffcaf312fda : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : nt!KiSystemServiceCopyEnd+0x13
000000d797e5f508 0000000000000000 : 0000000000000000 0000000000000000 0000000000000000 0000000000000000 : 0x00007ffc`af312fda

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,894 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Docs 15,506 Reputation points
    2021-06-06T23:57:18.697+00:00

    This link may be useful:
    https://learn.microsoft.com/en-us/dotnet/core/diagnostics/debug-memory-leak

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.
    .
    .
    .
    .
    .

    0 comments No comments

  2. Virender Singh Rawat 67 Reputation points
    2021-06-07T16:44:44.227+00:00

    Thanks for sharing this article. is this article can use for BSOD dump analysis.


  3. Docs 15,506 Reputation points
    2021-06-07T21:01:39.287+00:00

    If there are BSOD or unexpected shutdowns and restarts then run a log collector to collect files for troubleshooting.
    Run V2 > post a share link into this thread:

    https://www.windowsq.com/resources/v2-log-collector.8/
    https://www.tenforums.com/bsod-crashes-debugging/2198-bsod-posting-instructions.html

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    .
    .
    .
    .
    .

    0 comments No comments

  4. Leila Kong 3,696 Reputation points
    2021-06-18T01:48:15.697+00:00

    Hello @Anonymous ,

    Just checking in to see if the information provided was helpful.
    Please let us know if you would like further assistance.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.