Created
August 12, 2010 16:18
-
-
Save jacksonh/521226 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../build/executable.make:134: warning: ignoring old commands for target `csproj-local' | |
MCS [basic] gmcs.exe | |
* Assertion at marshal.c:4131, condition `method' not met | |
Stacktrace: | |
at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesDataInternal (System.Reflection.ICustomAttributeProvider) <0x00049> | |
at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesDataInternal (System.Reflection.ICustomAttributeProvider) <0x00049> | |
at System.MonoCustomAttrs.GetCustomAttributesData (System.Reflection.ICustomAttributeProvider) <0x0001b> | |
at System.Reflection.CustomAttributeData.GetCustomAttributes (System.Reflection.Assembly) <0x0000f> | |
at Mono.CSharp.RootNamespace.ImportAssembly (System.Reflection.Assembly) <0x00083> | |
at Mono.CSharp.RootNamespace.ImportTypes (Mono.CSharp.CompilerContext) <0x00087> | |
at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext) <0x00073> | |
at Mono.CSharp.Driver.LoadReferences () <0x002d7> | |
at Mono.CSharp.Driver.Compile () <0x00463> | |
at Mono.CSharp.Driver.Main (string[]) <0x000bf> | |
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0x00040> | |
Native stacktrace: | |
/home/jackson/bin/bin/mono() [0x48c2b6] | |
/lib64/libpthread.so.0(+0xf2e0) [0x2b0ac17212e0] | |
/lib64/libc.so.6(gsignal+0x35) [0x2b0ac19629e5] | |
/lib64/libc.so.6(abort+0x186) [0x2b0ac1963ee6] | |
/home/jackson/bin/bin/mono() [0x5b9b5e] | |
/home/jackson/bin/bin/mono() [0x5b9d0f] | |
/home/jackson/bin/bin/mono() [0x56ffa6] | |
/home/jackson/bin/bin/mono() [0x41ecd8] | |
/home/jackson/bin/bin/mono(mono_runtime_invoke+0x4b) [0x4e371b] | |
/home/jackson/bin/bin/mono(mono_reflection_get_custom_attrs_data+0xef) [0x55cbbf] | |
[0x4120632a] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment