Skip to content

Instantly share code, notes, and snippets.

System.Memory.Tests - Total: 45033 Failed: 14
System.Runtime.Tests - Total: 32363 Failed: 44
System.Linq.Expressions.Tests - Total: 31027 Failed: 65
System.Collections.Tests - Total: 30406 Failed: 8
System.Linq.Parallel.Tests - Total: 28883 Failed: 4
System.Xml.RW.XmlWriterApi.Tests - Total: 23385 Failed: 0
Microsoft.VisualBasic.Core.Tests - Total: 19079 Failed: 0
System.Text.Encoding.Tests - Total: 9943 Failed: 23
System.ComponentModel.TypeConverter.Tests - Total: 6662 Failed: 0
System.Runtime.Extensions.Tests - Total: 6499 Failed: 16
* Assertion at method-to-ir.c:12303, condition `load_opcode != OP_LOADV_MEMBASE' not met
=================================================================
Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Native stacktrace:
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <search.h>
typedef struct { int32_t key; void* UCollator; } TCollatorMap;
static int TreeComparer(const void* left, const void* right)
{
const TCollatorMap* leftMap = left;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project>
<PropertyGroup>
<_RoslynTargetDirectoryName Condition="'$(MSBuildRuntimeType)' == 'Core'">netcoreapp2.1</_RoslynTargetDirectoryName>
<_RoslynTargetDirectoryName Condition="'$(MSBuildRuntimeType)' != 'Core'">net472</_RoslynTargetDirectoryName>
<_RoslynTasksDirectory>$(MSBuildThisFileDirectory)..\tasks\$(_RoslynTargetDirectoryName)\</_RoslynTasksDirectory>
<RoslynTasksAssembly>$(_RoslynTasksDirectory)Microsoft.Build.Tasks.CodeAnalysis.dll</RoslynTasksAssembly>
<UseSharedCompilation Condition="'$(UseSharedCompilation)' == ''">true</UseSharedCompilation>
<CSharpCoreTargetsPath>$(_RoslynTasksDirectory)Microsoft.CSharp.Core.targets</CSharpCoreTargetsPath>
* Assertion at appdomain.c:2255, condition `alc' not met
=================================================================
Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
*** Unoptimized LLVM IR for System.Number:TryInt32ToHexStr ***
; Function Attrs: uwtable
define monocc i8 @"System.Number:TryInt32ToHexStr (int,char,int,System.Span`1<char>,int&)"(i32 %arg_value, i32 %arg_hexBase, i32 %arg_digits, i64 %arg_destination, i64, i64* %arg_charsWritten) #0 {
BB0:
%1 = alloca %"System.Span`1<char>", align 8
%2 = alloca %"System.Span`1<char>", align 8
%3 = alloca %"System.Span`1<char>", align 8
%4 = bitcast %"System.Span`1<char>"* %1 to i64*
%5 = getelementptr i64, i64* %4, i32 0
*** Unoptimized LLVM IR for (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object ***
; Function Attrs: noinline uwtable
define monocc i64* @"(wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)"(i64* %arg_this, i64 %arg_params, i64 %arg_exc, i64 %arg_method) #0 personality i32 (...)* @mono_personality {
BB0:
%0 = alloca i64, align 8
%1 = alloca i64, align 8
%2 = alloca i64*, align 1
%3 = alloca i64*, align 1
%4 = alloca i64*, align 1
MethodTable* GCToEEInterface::GetFreeObjectMethodTable()
{
if (!array_fill_vtable) {
static char _vtable[sizeof(MonoVTable)+8];
MonoVTable* vtable = (MonoVTable*) ALIGN_TO((size_t)_vtable, 8);
gsize bmap;
vtable->klass = mono_class_create_array_fill_type ();
bmap = 0;