-
Hey,
I try to found a way to list all available threads and stracktraces in .NET. Right now I use Microsoft.Diagnostics.Runtime library, but library supports only Windows. For diagnostic purpose it…
-
```
using System;
using System.Collections.Generic;
using Microsoft.Diagnostics.Runtime;
namespace Playground
{
class Program
{
public static void Main(string[] args)
…
-
revisit dotnet/runtime#8860 . @mikem8361 fix code dump generation bug on Centos (#13887).
But I still don't how to diagnostic Task hanging bug.
scenario:
I use Task as lightweight thread to hand…
-
I have updated the ClrMD nuget package to the latest version and found out that it cannot open my recent Linux dump. It crashes with the exception when opening the dump:
```
Unhandled exception. S…
-
We talked about this awhile back (through email), it looks like SOS has the same issue. For instance:
0:000> !DumpClass /d 05add184
Class Name: System.String
mdToken: 02000073
File:…
-
Consider the following code:
```
var str = "{'Items':[" +
string.Join(",", Enumerable.Range(0, 3000).Select(i => "{}"))
+ "]}";
var jObject = JObject.Parse(str);
```
This generates a st…
-
I've been porting a game server from Desktop/Mono to .NET Core. Mostly works great, but there is one component which no longer works. The game server has a watchdog timer thread which will kill the pr…
-
On platforms other than x64 _PAL_VirtualUnwindOutOfProc(...)_ is stubbed out to return FALSE ([remote-unwind.cpp#L1081](https://github.com/dotnet/coreclr/blob/88527bb6bdec8662a5cef5efcadb22c7fcabae50…
-
https://github.com/microsoft/clrmd/blob/a3fddc25187af597e67bfdc757ea2771c23d144e/src/Microsoft.Diagnostics.Runtime/src/Implementation/SymbolServerLocator.cs#L332
I found CLRMD cannot find some bina…
-
## History of failures (since 2017/5)
Day | Build | OS
-- | -- | --
8/21 | 20170821.03 | OSX10.12
# Original history
https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_netcorea…
CIPop updated
3 years ago