Skip to content

Instantly share code, notes, and snippets.

@directhex
Created November 25, 2015 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save directhex/2b5def025fda42cc334b to your computer and use it in GitHub Desktop.
Save directhex/2b5def025fda42cc334b to your computer and use it in GitHub Desktop.
MCS [basic] mscorlib.dll
System/AppDomain.cs(344,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System/AppDomain.cs(364,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.Reflection/MonoAssembly.cs(133,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/activator.cs(471,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/collections/compatiblecomparer.cs(23,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/collections/compatiblecomparer.cs(67,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/collections/hashtable.cs(1206,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/collections/hashtable.cs(1244,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/collections/hashtable.cs(1270,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/reflection/memberinfo.cs(23,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/reflection/methodbase.cs(58,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/reflection/methodbase.cs(319,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(326,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(495,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(540,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(603,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/security/attributes.cs(108,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/threading/threadpool.cs(1377,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/threading/threadpool.cs(1396,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/threading/threadpool.cs(1926,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
../../../external/referencesource/mscorlib/system/threading/Tasks/TaskScheduler.cs(50,25): warning CS1635: Cannot restore warning `CS0618' because it was disabled globally
System.Diagnostics/StackTrace.cs(175,9): warning CS0168: The variable `printOffset' is declared but never used
System.Security/PermissionSet.cs(230,13): warning CS0219: The variable `current' is assigned but its value is never used
System.Security/PermissionSet.cs(231,14): warning CS0219: The variable `domain' is assigned but its value is never used
ReferenceSources/RuntimeType.cs(77,9): warning CS0219: The variable `bNeedSecurityCheck' is assigned but its value is never used
ReferenceSources/RuntimeType.cs(78,9): warning CS0219: The variable `bCanBeCached' is assigned but its value is never used
ReferenceSources/RuntimeType.cs(79,9): warning CS0219: The variable `bSecurityCheckOff' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/rttype.cs(4252,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/rttype.cs(4718,28): warning CS0219: The variable `isByRef' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/rttype.cs(4721,25): warning CS0219: The variable `lcid' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/rttype.cs(4758,18): warning CS0219: The variable `bDefaultBinder' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/globalization/compareinfo.cs(1146,20): warning CS0219: The variable `keyData' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/convert.cs(2448,19): warning CS0219: The variable `actualResultLength' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/enum.cs(628,19): warning CS0429: Unreachable expression code detected
../../../external/referencesource/mscorlib/system/enum.cs(630,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/type.cs(1590,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/collections/generic/list.cs(960,21): warning CS0219: The variable `i' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/globalization/datetimeparse.cs(3936,20): warning CS0219: The variable `originalFormat' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/globalization/sortversion.cs(33,24): warning CS0219: The variable `b' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/io/binaryreader.cs(423,18): warning CS1717: Assignment made to same variable; did you mean to assign something else?
../../../external/referencesource/mscorlib/system/io/stream.cs(317,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/io/stream.cs(376,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/io/stream.cs(463,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/io/stream.cs(563,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/io/streamwriter.cs(257,59): warning CS0184: The given expression is never of the provided (`System.IO.__ConsoleStream') type
../../../external/referencesource/mscorlib/system/resources/manifestbasedresourcegroveler.cs(586,38): warning CS0168: The variable `fle' is declared but never used
../../../external/referencesource/mscorlib/system/security/claims/ClaimsIdentity.cs(1027,32): warning CS0219: The variable `version' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(623,73): warning CS0429: Unreachable expression code detected
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(625,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(738,73): warning CS0429: Unreachable expression code detected
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(739,17): warning CS0162: Unreachable code detected
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(1338,21): warning CS0219: The variable `p' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(1339,21): warning CS0219: The variable `i' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(1559,17): warning CS0219: The variable `deltaLength' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/text/stringbuilder.cs(1597,25): warning CS0219: The variable `indexBeforeAdjustment' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/objectmanager.cs(344,26): warning CS0219: The variable `originalHolder' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/serializationeventscache.cs(39,29): warning CS0219: The variable `rt' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/serializationeventscache.cs(100,26): warning CS0219: The variable `p' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/serializationeventscache.cs(119,26): warning CS0219: The variable `p' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/serializationeventscache.cs(138,26): warning CS0219: The variable `p' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatterwriter.cs(400,17): warning CS0219: The variable `byteLength' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs(672,18): warning CS0219: The variable `genId' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs(1058,20): warning CS0219: The variable `objName' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs(1526,34): warning CS0219: The variable `typeFowardedFromAssembly' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryutilclasses.cs(357,24): warning CS0219: The variable `obj' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/Tasks/FutureFactory.cs(871,25): warning CS0219: The variable `asyncResult' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/Tasks/FutureFactory.cs(1011,25): warning CS0219: The variable `asyncResult' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/Tasks/FutureFactory.cs(1159,25): warning CS0219: The variable `asyncResult' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/Tasks/FutureFactory.cs(1315,25): warning CS0219: The variable `asyncResult' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/Tasks/Parallel.cs(125,21): warning CS0472: The result of comparing value type `System.Threading.CancellationToken' with null is always `false'
../../../external/referencesource/mscorlib/system/threading/Tasks/Parallel.cs(126,21): warning CS0162: Unreachable code detected
System.Diagnostics/StackTrace.cs(61,16): warning CS0414: The private field `System.Diagnostics.StackTrace.debug_info' is assigned but its value is never used
System.Reflection/Assembly.cs(66,11): warning CS0414: The private field `System.Reflection.Assembly.UnmanagedMemoryStreamForModule.module' is assigned but its value is never used
System.Runtime.Remoting.Messaging/CADMessages.cs(440,11): warning CS0414: The private field `System.Runtime.Remoting.Messaging.CADMethodReturnMessage._sig' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/rttype.cs(2731,31): warning CS0169: The private field `System.RuntimeType.s_SICtorParamTypes' is never used
../../../external/referencesource/mscorlib/system/rttype.cs(4484,36): warning CS0414: The private field `System.RuntimeType.s_typedRef' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/globalization/compareinfo.cs(107,24): warning CS0169: The private field `System.Globalization.CompareInfo.m_dataHandle' is never used
../../../external/referencesource/mscorlib/system/globalization/compareinfo.cs(110,24): warning CS0169: The private field `System.Globalization.CompareInfo.m_handleOrigin' is never used
../../../external/referencesource/mscorlib/system/globalization/compareinfo.cs(262,29): warning CS0169: The private field `System.Globalization.CompareInfo.win32LCID' is never used
../../../external/referencesource/mscorlib/system/boolean.cs(34,20): warning CS0649: Field `System.Boolean.m_value' is never assigned to, and will always have its default value `false'
../../../external/referencesource/mscorlib/system/typedreference.cs(24,27): warning CS0169: The private field `System.TypedReference.type' is never used
../../../external/referencesource/mscorlib/system/globalization/charunicodeinfo.cs(49,21): warning CS0414: The private field `System.Globalization.CharUnicodeInfo.s_initialized' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/globalization/datetimeformatinfo.cs(402,22): warning CS0169: The private field `System.Globalization.DateTimeFormatInfo.bUseCalendarInfo' is never used
../../../external/referencesource/mscorlib/system/globalization/datetimeformatinfo.cs(404,24): warning CS0169: The private field `System.Globalization.DateTimeFormatInfo.nDataItem' is never used
../../../external/referencesource/mscorlib/system/globalization/datetimeformatinfo.cs(1521,23): warning CS0414: The private field `System.Globalization.DateTimeFormatInfo.MonthSpaces' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/io/ioexception.cs(36,24): warning CS0414: The private field `System.IO.IOException._maybeFullPath' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(201,22): warning CS0414: The private field `System.Resources.ResourceManager.UseSatelliteAssem' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/resources/resourcemanager.cs(270,38): warning CS0649: Field `System.Resources.ResourceManager.s_IsAppXModel' is never assigned to, and will always have its default value `false'
../../../external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs(35,24): warning CS0649: Field `System.Runtime.ExceptionServices.ExceptionDispatchInfo.m_remoteStackTrace' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs(37,24): warning CS0649: Field `System.Runtime.ExceptionServices.ExceptionDispatchInfo.m_dynamicMethods' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs(38,25): warning CS0649: Field `System.Runtime.ExceptionServices.ExceptionDispatchInfo.m_IPForWatsonBuckets' is never assigned to, and will always have its default value
../../../external/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs(39,24): warning CS0649: Field `System.Runtime.ExceptionServices.ExceptionDispatchInfo.m_WatsonBuckets' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/runtime/compilerservices/typedependencyattribute.cs(17,24): warning CS0414: The private field `System.Runtime.CompilerServices.TypeDependencyAttribute.typeName' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/security/cryptography/passwordderivebytes.cs(34,33): warning CS0414: The private field `System.Security.Cryptography.PasswordDeriveBytes._cspParams' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/objectmanager.cs(47,14): warning CS0414: The private field `System.Runtime.Serialization.ObjectManager.m_isCrossAppDomain' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatterwriter.cs(322,45): warning CS0649: Field `System.Runtime.Serialization.Formatters.Binary.__BinaryWriter.binaryCrossAppDomainString' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatterwriter.cs(692,47): warning CS0649: Field `System.Runtime.Serialization.Formatters.Binary.__BinaryWriter.crossAppDomainAssembly' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binarymethodmessage.cs(18,18): warning CS0414: The private field `System.Runtime.Serialization.Formatters.Binary.BinaryMethodCallMessage._inargs' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binarymethodmessage.cs(103,18): warning CS0414: The private field `System.Runtime.Serialization.Formatters.Binary.BinaryMethodReturnMessage._outargs' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs(53,36): warning CS0649: Field `System.Runtime.Serialization.Formatters.Binary.ObjectReader.serObjectInfoInit' is never assigned to, and will always have its default value `null'
../../../external/referencesource/mscorlib/system/threading/CancellationTokenSource.cs(1039,60): warning CS0414: The private field `System.Threading.SparselyPopulatedArray<T>.m_head' is assigned but its value is never used
../../../external/referencesource/mscorlib/system/threading/threadpool.cs(583,23): warning CS0649: Field `System.Threading.ThreadPoolWorkQueue.loggingEnabled' is never assigned to, and will always have its default value `false'
../../../external/referencesource/mscorlib/system/threading/Tasks/ParallelLoopState.cs(415,29): warning CS0649: Field `System.Threading.Tasks.ParallelLoopStateFlags.PLS_NONE' is never assigned to, and will always have its default value `0'
../../../external/referencesource/mscorlib/microsoft/win32/safehandles/safewaithandle.cs(40,22): warning CS0414: The private field `Microsoft.Win32.SafeHandles.SafeWaitHandle.bIsMutex' is assigned but its value is never used
../../../external/referencesource/mscorlib/microsoft/win32/safehandles/safewaithandle.cs(45,22): warning CS0414: The private field `Microsoft.Win32.SafeHandles.SafeWaitHandle.bIsReservedMutex' is assigned but its value is never used
Compilation succeeded - 105 warning(s)
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Environment.Exit (int) <0xffffffff>
at Mono.CSharp.Driver.Main (string[]) <0x002f8>
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x100a35b0]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x100da9c0]
linux-vdso32.so.1(__kernel_sigtramp_rt32+0) [0x1003c0]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x102035e4]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x10203624]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x1020bcd0]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x101fc11c]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x101fc434]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x101ff094]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x101ff870]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono(mono_domain_finalize+0xd8) [0x101aa248]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x10022c00]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x101246fc]
[0x47802a9c]
[0x417c1414]
[0x417c1738]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono() [0x100252ec]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono(mono_runtime_invoke+0x64) [0x101b2884]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono(mono_runtime_exec_main+0x178) [0x101b5598]
/home/directhex/mono-4.2.1.102+dfsg2/mono/mini/mono(mono_main+0x124c) [0x10075c8c]
/lib/powerpc-linux-gnu/libc.so.6(+0x23274) [0xfcb3274]
/lib/powerpc-linux-gnu/libc.so.6(+0x23434) [0xfcb3434]
Debug info from gdb:
[New LWP 25137]
[New LWP 25136]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
0x0fe52360 in waitpid () from /lib/powerpc-linux-gnu/libpthread.so.0
Id Target Id Frame
3 Thread 0x40bff440 (LWP 25136) "mono" 0x0fe4ce4c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/powerpc-linux-gnu/libpthread.so.0
2 Thread 0x41a1f440 (LWP 25137) "Finalizer" 0x0fe4fc3c in do_futex_wait () from /lib/powerpc-linux-gnu/libpthread.so.0
* 1 Thread 0x400443f0 (LWP 25124) "mono" 0x0fe52360 in waitpid () from /lib/powerpc-linux-gnu/libpthread.so.0
Thread 3 (Thread 0x40bff440 (LWP 25136)):
#0 0x0fe4ce4c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/powerpc-linux-gnu/libpthread.so.0
#1 0x10214364 in thread_func (thread_data=0x0) at sgen-thread-pool.c:118
#2 0x0fe47c3c in start_thread () from /lib/powerpc-linux-gnu/libpthread.so.0
#3 0x0fd86470 in clone () from /lib/powerpc-linux-gnu/libc.so.6
Thread 2 (Thread 0x41a1f440 (LWP 25137)):
#0 0x0fe4fc3c in do_futex_wait () from /lib/powerpc-linux-gnu/libpthread.so.0
#1 0x0fe4fd38 in sem_wait@@GLIBC_2.1 () from /lib/powerpc-linux-gnu/libpthread.so.0
#2 0x1024219c in mono_sem_wait (sem=sem@entry=0x1033629c <finalizer_sem>, alertable=alertable@entry=1) at mono-semaphore.c:107
#3 0x101a9344 in finalizer_thread (unused=unused@entry=0x0) at gc.c:1096
#4 0x10185c84 in start_wrapper_internal (data=0x10909fd0) at threads.c:723
#5 start_wrapper (data=data@entry=0x10909fd0) at threads.c:770
#6 0x1024b4a8 in inner_start_thread (arg=0xffcfc388) at mono-threads-posix.c:97
#7 0x0fe47c3c in start_thread () from /lib/powerpc-linux-gnu/libpthread.so.0
#8 0x0fd86470 in clone () from /lib/powerpc-linux-gnu/libc.so.6
Thread 1 (Thread 0x400443f0 (LWP 25124)):
#0 0x0fe52360 in waitpid () from /lib/powerpc-linux-gnu/libpthread.so.0
#1 0x100a36a8 in mono_handle_native_sigsegv (signal=signal@entry=11, ctx=ctx@entry=0x403f23e0, info=info@entry=0x403f2360) at mini-exceptions.c:2193
#2 0x100da9c0 in mono_arch_handle_altstack_exception (sigctx=0x403f23e0, siginfo=0x403f2360, fault_addr=<optimized out>, stack_ovf=0) at exceptions-ppc.c:664
#3 <signal handler called>
#4 major_free_swept_blocks (allowance=<optimized out>) at sgen-marksweep.c:1988
#5 0x1020bcd0 in sgen_memgov_calculate_minor_collection_allowance () at sgen-memory-governor.c:102
#6 0x101fc11c in major_finish_collection (reason=reason@entry=0x102fce1c "user request", old_next_pin_slot=18, forced=forced@entry=1, scan_whole_nursery=scan_whole_nursery@entry=0) at sgen-gc.c:2099
#7 0x101fc434 in major_do_collection (reason=0x102fce1c "user request", forced=1) at sgen-gc.c:2139
#8 0x101ff094 in sgen_perform_collection (requested_size=requested_size@entry=0, generation_to_collect=generation_to_collect@entry=1, reason=reason@entry=0x102fce1c "user request", wait_to_finish=wait_to_finish@entry=1) at sgen-gc.c:2379
#9 0x101ff870 in sgen_gc_collect (generation=1) at sgen-gc.c:2800
#10 0x101ddb3c in mono_gc_collect (generation=<optimized out>) at sgen-mono.c:2522
#11 0x101aa248 in mono_domain_finalize (domain=domain@entry=0x108cd508, timeout=timeout@entry=2000) at gc.c:379
#12 0x10022c00 in mini_cleanup (domain=0x108cd508) at mini-runtime.c:3439
#13 0x101246fc in ves_icall_System_Environment_Exit (result=0) at icall.c:6008
#14 0x47802a9c in ?? ()
#15 0x417c1414 in ?? ()
#16 0x417c1738 in ?? ()
#17 0x100252ec in mono_jit_runtime_invoke (method=<optimized out>, obj=0x40408f50, params=0xffcfc548, exc=0x0) at mini-runtime.c:2334
#18 0x101b2884 in mono_runtime_invoke (method=0x108d0560, obj=0x0, params=0xffcfc548, exc=0x0) at object.c:2783
#19 0x101b5598 in mono_runtime_exec_main (method=0x108d0560, args=<optimized out>, exc=0x0) at object.c:4040
#20 0x10075c8c in main_thread_handler (user_data=<synthetic pointer>) at driver.c:1062
#21 mono_main (argc=<optimized out>, argv=<optimized out>) at driver.c:2014
#22 0x0fcb3274 in ?? () from /lib/powerpc-linux-gnu/libc.so.6
#23 0x0fcb3434 in __libc_start_main () from /lib/powerpc-linux-gnu/libc.so.6
#24 0x00000000 in ?? ()
=================================================================
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.
=================================================================
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment