<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/ildjit/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/ildjit/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 06 Aug 2008 21:57:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ildjit/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Errore nell'esecuzione di un programma</title><link>https://sourceforge.net/p/ildjit/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Se una classe contiente il seguente metodo, ILDJIT provoca un segmentation fault (con mono invece funziona)&lt;/p&gt;
&lt;p&gt;public class Classe&lt;br /&gt;
{&lt;br /&gt;
public Classe()&lt;br /&gt;
{&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;public void metodo()&lt;br /&gt;
{&lt;br /&gt;
_INSTR1: goto _INSTR2;  &lt;br /&gt;
_INSTR2: goto _INSTR4;  &lt;br /&gt;
_INSTR3: goto _INSTR5;  &lt;br /&gt;
_INSTR6: goto _INSTR7;  &lt;br /&gt;
_INSTR5: goto _INSTR7;  &lt;br /&gt;
_INSTR7: goto _INSTR2;  &lt;br /&gt;
_INSTR4: return;     &lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Ecco lo stack al momento del crash:&lt;/p&gt;
&lt;p&gt;#0  0x0805c5f8 in add_label_inst ()&lt;br /&gt;
#1  0x080654ed in translate_method_from_cil_to_ir ()&lt;br /&gt;
#2  0x0808f94a in cilIRTranslator ()&lt;br /&gt;
#3  0x0808eb7e in internal_highPriority_execution ()&lt;br /&gt;
#4  0x0808ed45 in start_high_priority_cil_ir_translator ()&lt;br /&gt;
#5  0xb7ebd31b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0&lt;br /&gt;
#6  0xb7e2257e in clone () from /lib/tls/i686/cmov/libc.so.6&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Emanuele Parrinello</dc:creator><pubDate>Wed, 06 Aug 2008 21:57:18 -0000</pubDate><guid>https://sourceforge.net89af554abd6787c0f28106b76e36caba6d65da75</guid></item></channel></rss>