Skip to content

Instantly share code, notes, and snippets.

mono64(58087,0x7000028e5000) malloc: *** error for object 0x7f9b6bdf6730: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <IL 0x00027, 0xffffffff>
at (wrapper alloc) object.AllocVector (intptr,intptr) <IL 0x00096, 0xffffffff>
at System.Array.Resize<T_REF> (T_REF[]&,int) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/corlib/System/Array.cs:2799
at System.Collections.Immutable.ImmutableArray`1/Builder<T_REF>.EnsureCapacity (int) <IL 0x00023, 0x00134>
at System.Collections.Immutable.ImmutableArray`1/Builder<T_REF>.set_Count (int) <IL 0x00070, 0x002d0>
2015-12-13 09:18:25.087 mono[50724:1787556] error: no object of size -1182637656
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <IL 0x00027, 0xffffffff>
at (wrapper alloc) object.AllocVector (intptr,intptr) <IL 0x00093, 0xffffffff>
at System.Collections.Generic.Queue`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyReferenceCandidate<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>>.SetCapacity (int) [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/compmod/system/collections/generic/queue.cs:314
at System.Collections.Generic.Queue`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyReferenceCandidate<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>>.Enqueue (Microsoft.CodeAnalysis.CommonReferenceMana
Last login: Fri Jul 10 18:52:16 on ttys000
davicmac:~ davidkarlas$ cd /Users/davidkarlas/GIT/MD1/monodevelop
davicmac:monodevelop davidkarlas$ make run
cd main && /Applications/Xcode.app/Contents/Developer/usr/bin/make run
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/opt/local/bin:/opt/local/sbin:/Users/davidkarlas/.kre/packages/KRE-Mono.1.0.0-alpha4/bin:/Library/Frameworks/Python.framework/Versions/3.4/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/davidkarlas/bin:/Users/davidkarlas/.calabash/bin" PKG_CONFIG_PATH="/Users/davidkarlas/GIT/MD1/monodevelop/local-config:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:" LD_LIBRARY_PATH="" DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib:/Library/Developer/CommandLineTools/usr/lib:/usr/local/lib:/Users/davidkarlas/GIT/MD1/monodevelop/main/build/bin" MONO_GAC_PREFIX="/usr/local:" MONODEVELOP_LOCALE_PATH="/Users/davidkarlas/GIT/MD1/monodevelop/main/build/locale
Last login: Fri Jul 10 18:21:02 on ttys000
davicmac:~ davidkarlas$ cd /Users/davidkarlas/GIT/MD1/monodevelop
davicmac:monodevelop davidkarlas$ make run
cd main && /Applications/Xcode.app/Contents/Developer/usr/bin/make run
PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:/opt/local/bin:/opt/local/sbin:/Users/davidkarlas/.kre/packages/KRE-Mono.1.0.0-alpha4/bin:/Library/Frameworks/Python.framework/Versions/3.4/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/davidkarlas/bin:/Users/davidkarlas/.calabash/bin" PKG_CONFIG_PATH="/Users/davidkarlas/GIT/MD1/monodevelop/local-config:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:" LD_LIBRARY_PATH="" DYLD_FALLBACK_LIBRARY_PATH="/Library/Frameworks/Mono.framework/Versions/Current/lib:/lib:/usr/lib:/Library/Developer/CommandLineTools/usr/lib:/usr/local/lib:/Users/davidkarlas/GIT/MD1/monodevelop/main/build/bin" MONO_GAC_PREFIX="/usr/local:" MONODEVELOP_LOCALE_PATH="/Users/davidkarlas/GIT/MD1/monodevelop/main/build/locale
[ERROR] FATAL UNHANDLED EXCEPTION: Nested exception detected.
Original Exception: at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0x00012>
at (wrapper alloc) object.AllocVector (intptr,intptr) <IL 0x00093, 0x000e3>
at System.Collections.Generic.Dictionary`2<ICSharpCode.NRefactory.CSharp.AstNode, ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver>.Resize () <0x001e7>
at System.Collections.Generic.Dictionary`2<ICSharpCode.NRefactory.CSharp.AstNode, ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver>.set_Item (ICSharpCode.NRefactory.CSharp.AstNode,ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver) <0x0014b>
at ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.StoreCurrentState (ICSharpCode.NRefactory.CSharp.AstNode) [0x0003e] in /Users/builder/data/lanes/1063/d06832ce/source/monodevelop/main/external/nrefactory/ICSharpCode.NRefactory.CSharp/Resolver/ResolveVisitor.cs:248
at ICSharpCode.NRefactory.CSharp.Resolver.ResolveVisitor.ICSharpCode.NRefactor