-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Closed
Copy link
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-Consolethe console experiencethe console experience
Milestone
Description
I have an intermittent crash in
Microsoft.PowerShell.TaskbarJumpList.CreateElevatedEntry(System.String)
on process startup.
0:009> !pe
Exception object: 000002a22d6b11f8
Exception type: System.ExecutionEngineException
Message: <none>
InnerException: <none>
StackTrace (generated):
<none>
StackTraceString: <none>
HResult: 80131506
With symbols available, it had been a lot easier to provide better debug info.
0:009> !clrstack
OS Thread Id: 0x5f3c (9)
Child SP IP Call Site
000000b2b7d7ebb0 00007ffbc04100f4 [GCFrame: 000000b2b7d7ebb0]
000000b2b7d7ed20 00007ffbc04100f4 [GCFrame: 000000b2b7d7ed20]
000000b2b7d7ee48 00007ffbc04100f4 [HelperMethodFrame_1OBJ: 000000b2b7d7ee48]
000000b2b7d7ef80 00007ffb305bf033 Microsoft.PowerShell.TaskbarJumpList.CreateElevatedEntry(System.String)
000000b2b7d7f0f0 00007ffb305c18a4 Microsoft.PowerShell.ConsoleHost+<>c.<Start>b__4_0()
000000b2b7d7f120 00007ffb2a84cb49 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) [E:\A\_work\31\s\src\mscorlib\shared\System\Threading\ExecutionContext.cs @ 167]
000000b2b7d7f1a0 00007ffb2a8ff517 System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef) [E:\A\_work\31\s\src\mscorlib\src\System\Threading\Tasks\Task.cs @ 2440]
000000b2b7d7f240 00007ffb2a9366bc System.Threading.ThreadPoolWorkQueue.Dispatch() [E:\A\_work\31\s\src\mscorlib\src\System\Threading\ThreadPool.cs @ 588]
000000b2b7d7f690 00007ffb2d071573 [DebuggerU2MCatchHandlerFrame: 000000b2b7d7f690]
> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0-preview.4
PSEdition Core
GitCommitId 6.1.0-preview.4OS Microsoft Windows 10.0.17134
OS Microsoft Windows 10.0.16299
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
@bergmeister Is this something you recognize?
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-Consolethe console experiencethe console experience