зеркало из https://github.com/mono/mail-archives.git
147 строки
5.9 KiB
HTML
147 строки
5.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-osx] AOT error on the new 2.10.1 build
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20AOT%20error%20on%20the%20new%202.10.1%20build&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="004095.html">
|
|
<LINK REL="Next" HREF="004096.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-osx] AOT error on the new 2.10.1 build</H1>
|
|
<B>jcannonb</B>
|
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20AOT%20error%20on%20the%20new%202.10.1%20build&In-Reply-To="
|
|
TITLE="[Mono-osx] AOT error on the new 2.10.1 build">jcannonb at gmail.com
|
|
</A><BR>
|
|
<I>Sat Feb 26 21:51:42 EST 2011</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="004095.html">[Mono-osx] libgdiplus with MonoMac
|
|
</A></li>
|
|
<LI>Next message: <A HREF="004096.html">[Mono-osx] System.DllNotFoundException: libc.dylib
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4115">[ date ]</a>
|
|
<a href="thread.html#4115">[ thread ]</a>
|
|
<a href="subject.html#4115">[ subject ]</a>
|
|
<a href="author.html#4115">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Greetings to all.
|
|
|
|
I am using the new 2.10.1 build on OS X, Snow Leopard with all updates, and
|
|
trying to AOT a binary of mine, I get the following:
|
|
|
|
jcannonb-mbp13:Release jcannonb$ mono --aot -O=all <my_exe>.exe
|
|
Mono Ahead of Time compiler - compiling assembly
|
|
/Users/jcannonb/Projects/<my_project>/<my_exe>.exe
|
|
* Assertion at mini-x86.c:2981, condition `ins->dreg == MONO_ARCH_GOT_REG'
|
|
not met
|
|
|
|
Stacktrace:
|
|
|
|
|
|
Native stacktrace:
|
|
|
|
0 mono 0x000b7009 0x0 + 749577
|
|
1 libSystem.B.dylib 0x90ee746b _sigtramp + 43
|
|
2 ??? 0xffffffff 0x0 + 4294967295
|
|
3 libSystem.B.dylib 0x90f7489d raise + 26
|
|
4 libSystem.B.dylib 0x90f8a9bc abort + 93
|
|
5 mono 0x0024ee62 0x0 + 2420322
|
|
6 mono 0x0024eec4 0x0 + 2420420
|
|
7 mono 0x00105373 0x0 + 1069939
|
|
8 mono 0x00008eb9 0x0 + 36537
|
|
9 mono 0x0000ed80 0x0 + 60800
|
|
10 mono 0x00094638 0x0 + 607800
|
|
11 mono 0x0009565e 0x0 + 611934
|
|
12 mono 0x0009ed3f 0x0 + 650559
|
|
13 mono 0x000884ef 0x0 + 558319
|
|
14 mono 0x00003ca6 0x0 + 15526
|
|
|
|
Debug info from gdb:
|
|
|
|
/tmp/mono-gdb-commands.nzm2ZY:1: Error in sourced command file:
|
|
unable to debug self
|
|
|
|
=================================================================
|
|
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.
|
|
=================================================================
|
|
|
|
Abort trap
|
|
jcannonb-mbp13:Release jcannonb$ mono --aot -O=all jcache-server.exe
|
|
Mono Ahead of Time compiler - compiling assembly
|
|
/Users/jcannonb/Projects/jcache-server/testwebmt2/bin/Release/jcache-server.exe
|
|
* Assertion at mini-x86.c:2981, condition `ins->dreg == MONO_ARCH_GOT_REG'
|
|
not met
|
|
|
|
Stacktrace:
|
|
|
|
|
|
Native stacktrace:
|
|
|
|
0 mono 0x000b7009 0x0 + 749577
|
|
1 libSystem.B.dylib 0x90ee746b _sigtramp + 43
|
|
2 ??? 0xffffffff 0x0 + 4294967295
|
|
3 libSystem.B.dylib 0x90f7489d raise + 26
|
|
4 libSystem.B.dylib 0x90f8a9bc abort + 93
|
|
5 mono 0x0024ee62 0x0 + 2420322
|
|
6 mono 0x0024eec4 0x0 + 2420420
|
|
7 mono 0x00105373 0x0 + 1069939
|
|
8 mono 0x00008eb9 0x0 + 36537
|
|
9 mono 0x0000ed80 0x0 + 60800
|
|
10 mono 0x00094638 0x0 + 607800
|
|
11 mono 0x0009565e 0x0 + 611934
|
|
12 mono 0x0009ed3f 0x0 + 650559
|
|
13 mono 0x000884ef 0x0 + 558319
|
|
14 mono 0x00003ca6 0x0 + 15526
|
|
|
|
Debug info from gdb:
|
|
|
|
/tmp/mono-gdb-commands.DXiXhm:1: Error in sourced command file:
|
|
unable to debug self
|
|
|
|
=================================================================
|
|
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.
|
|
=================================================================
|
|
|
|
Hope this helps
|
|
|
|
Abort trap
|
|
jcannonb-mbp13:Release jcannonb$
|
|
|
|
|
|
--
|
|
View this message in context: <A HREF="http://mono.1490590.n4.nabble.com/AOT-error-on-the-new-2-10-1-build-tp3326515p3326515.html">http://mono.1490590.n4.nabble.com/AOT-error-on-the-new-2-10-1-build-tp3326515p3326515.html</A>
|
|
Sent from the Mono - OSX mailing list archive at Nabble.com.
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="004095.html">[Mono-osx] libgdiplus with MonoMac
|
|
</A></li>
|
|
<LI>Next message: <A HREF="004096.html">[Mono-osx] System.DllNotFoundException: libc.dylib
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#4115">[ date ]</a>
|
|
<a href="thread.html#4115">[ thread ]</a>
|
|
<a href="subject.html#4115">[ subject ]</a>
|
|
<a href="author.html#4115">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
|
mailing list</a><br>
|
|
</body></html>
|