Questions tagged [adplus]

ADPlus is a tool from Microsoft Product Support Services (PSS) that can troubleshoot any process or application that stops responding (hangs) or fails (crashes).

ADPlus is a tool from Microsoft Product Support Services (PSS) that can troubleshoot any process or application that stops responding (hangs) or fails (crashes).

44 questions
2
votes
0 answers

adplus unable to create second chance dump file

I run adplus using below to monitor MyProcess and create dump file on crash. "adplus -crash -pn MyProcess -o c:\temp" But second chance dump file creation fails with below error. "Unable to create file…
AviTM
  • 21
  • 5
2
votes
1 answer

Debugging winform crash - C# [ADPlus + Windbg]

System.AccessViolationException was unhandled Message=Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Source=System.Windows.Forms StackTrace: at…
karephul
  • 1,473
  • 4
  • 19
  • 36
2
votes
1 answer

ADPlus PostCommand not running

I'm trying to get ADPlus to run a PostCommand, but the call is failing. I first was using the config file that I had used to call a PreCommand in an older version of ADPlus. The config file looks like this: ...
mrranstrom
  • 228
  • 2
  • 10
2
votes
3 answers

Windbg Thread ID After StackOverflow And Process Shut Down

Using ADPlus (in crash dump mode) to generate .dmp files. The final sequence of unhandled exceptions (that produce full memory dump files) is... 1st chance DLL unload: contains thread id's but doesn't contain the StackOverflowException (I wouldn't…
Axl
  • 8,272
  • 2
  • 26
  • 18
1
vote
2 answers

Application crashes on start - how to get a crash dump file?

My winform application crashes as soon as its been launched. This problem is only happening in one of the client computer. Works fine for all other clients. I was thinking of using ADPlus to get a crash dump but problem is in order to configure…
imak
  • 6,489
  • 7
  • 50
  • 73
1
vote
1 answer

Adplus fullonfirst for a specific exception?

A colleague is trying to track down a race condition, leading to an InvalidOperationException. I suggested adplus with fullonfirst, but it turns out that a third party library throws and catches all manner of exceptions under the hood. Is there any…
James L
  • 16,456
  • 10
  • 53
  • 70
1
vote
3 answers

DebugDiag vs AdPlus

I have never used DebugDiag but just wondering if it offer any advantages over taking a process dump over Adplus? Or if it has any limitations that I should consider in taking snapshot. UPDATE: Doing some reading about it, seem like DebugDiag need…
palm snow
  • 2,392
  • 4
  • 29
  • 49
1
vote
2 answers

AdPlus & WinDbg: difference between taking a dump with AdPlus and with WinDbg?

The task - when the application crashes, it is required to find the crash cause. I saw recommendations to take the crash dump with AdPlus and then load it into WinDbg for analysis. What I do is attach WinDbg to a process and wait for the program…
net_prog
  • 9,921
  • 16
  • 55
  • 70
1
vote
2 answers

Analyzing Asp.net deadlock crash dump

I'm having a deadlock on my asp.net. I don't know where it comes from (what function), not talking about where in that function. I generated dump file using adplus (http://support.microsoft.com/?ID=828222) and then used Debug Diag & windbg to find…
Shay
  • 279
  • 2
  • 12
1
vote
1 answer

ADPlus Dump Analysis. If PDB file is not present in production?

I am analyzing one application which hangs randomly in production. I want to use ADPlus/DebugDiag to analyse by generating dumps. If I am generating dumps with the 'debug' mode application running, I am able to see the proper call stack with…
VAB
  • 21
  • 2
1
vote
1 answer

ADPlus.exe with Windows debugging tools - what's funcationlity difference if compare to ADPlus vbscript

I have installed the new version of Windows debugging tools and I got a AdPlus.exe. I don't know if there are any changes but I remember when I installed it sometime ago on another computer, what i got was a ADPlus as vbscript file ( and not an…
imak
  • 6,489
  • 7
  • 50
  • 73
1
vote
1 answer

Adplus.config - vs

I'm new to WinDbg and ADPlus, and have a pretty basic question. The documentation in ADPlus.doc talks about an section. But I have seen example adplus.config files that use . What is the difference between these…
Katie Kilian
  • 6,815
  • 5
  • 41
  • 64
1
vote
1 answer

Debugging a disappearing .NET app with ADPlus, getting CONTRL_C_OR_Debug_Break exception

Recently, we've had a 64-bit .NET 4.0 process with some unmanaged code crash by simply disappearing. No event viewer entries, no windows error dialogs, and our current logging and trace statements don't indicate anything obvious. The code base is…
1
vote
1 answer

how can I run adplus in crash mode but not have it write a dump on shutdown?

If I run: adplus.exe -pmn "MyClient.exe" -o "d:\DumpFiles" -crash When I shut down I get a dump file created: FULLDUMP_FirstChance_epr_Process_Shut_Down_MyClient.EXE__333c_2012-05-29_14-29-04-654_2690 Is there a way to run adplus in crash mode but…
Derek
  • 7,615
  • 5
  • 33
  • 58
0
votes
1 answer

Does adplus/cdb crash dumps still work on Vista 64 Ultimate?

I am doing some research on a asp.net bug. I tried to get adplus to give me a crash dump file from IIS crashing. I have done this in the past on XP machines, but with my current Vista Ultimate setup - the adplus script doesn't spawn the 2nd window…
wyldebill
  • 43
  • 2