[Mono-bugs] [Bug 702594] SIGABRT by mini.c:3061 while starting up app
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jul 18 08:08:10 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=702594
https://bugzilla.novell.com/show_bug.cgi?id=702594#c1
Sebastien Pouliot <sebastien.pouliot at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |sebastien.pouliot at gmail.com
InfoProvider| |markus.meyer at bissantz.de
--- Comment #1 from Sebastien Pouliot <sebastien.pouliot at gmail.com> 2011-07-18 12:08:09 UTC ---
Hello, there is no solution attached to the bug report.
>From the stack trace it looks like the device tried to JIT something - and this
is not allowed on device* (full-AOT only), throwing an exception. This often
gets turned into an TypeLoadException is the (original) exception is located in
a static ctor.
* but that would work, without exception, on the simulator
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list