<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I downloaded the prerelease.2 again today, compiled it<br>
<br>
It seems to be ok now<br>
<br>
<br>
<br>
$ rpl -i<br>
+++RPL/2 version 4.0.0.prerelease.2 (Friday 11/16/07, 12:57:52 KST)<br>
+++Copyright (C) 1989 to 2006, 2007 BERTRAND Jo&euml;l<br>
<br>
+++This is a free software with absolutely no warranty.<br>
+++For details, type 'warranty'.<br>
<br>
RPL/2&gt; <br>
<br>
<br>
<br>
Regards,<br>
<br>
Woody<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:rpl2-request@rayleigh.systella.fr">rpl2-request@rayleigh.systella.fr</a> wrote:
<blockquote
 cite="mid:mailman.1.1195124406.21038.rpl2@rayleigh.systella.fr"
 type="cite">
  <pre wrap="">Envoyez vos messages pour la liste RPL2 &agrave;
        <a class="moz-txt-link-abbreviated" href="mailto:rpl2@rayleigh.systella.fr">rpl2@rayleigh.systella.fr</a>

Pour vous (d&eacute;s)abonner par le web, consultez
        <a class="moz-txt-link-freetext" href="https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2">https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2</a>

ou, par email, envoyez un message avec 'help' dans le corps ou dans le
sujet &agrave;
        <a class="moz-txt-link-abbreviated" href="mailto:rpl2-request@rayleigh.systella.fr">rpl2-request@rayleigh.systella.fr</a>

Vous pouvez contacter l'administrateur de la liste &agrave; l'adresse
        <a class="moz-txt-link-abbreviated" href="mailto:rpl2-owner@rayleigh.systella.fr">rpl2-owner@rayleigh.systella.fr</a>

Si vous r&eacute;pondez, n'oubliez pas de changer l'objet du message afin
qu'il soit plus sp&eacute;cifique que "Re: Contenu du digest de RPL2..."


Th&egrave;mes du jour :

   1. Access violation (stack overflow) (Woody Jeon)
   2. Re: Access violation (stack overflow) (BERTRAND Jo&euml;l)


----------------------------------------------------------------------

Message: 1
Date: Thu, 15 Nov 2007 12:01:52 +0900
From: Woody Jeon <a class="moz-txt-link-rfc2396E" href="mailto:woody@posdata.co.kr">&lt;woody@posdata.co.kr&gt;</a>
Subject: [RPL/2] Access violation (stack overflow)
To: <a class="moz-txt-link-abbreviated" href="mailto:rpl2@rayleigh.systella.fr">rpl2@rayleigh.systella.fr</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:473BB6A0.2030400@posdata.co.kr">&lt;473BB6A0.2030400@posdata.co.kr&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I compiled the prerelease.2  and got a message right after rpl started,

     "+++System : Access violation (stack overflow)"

Even though I have no idea this is harmful or not, it doesn't seem a 
good sign

Any idea on this?

cheers,
woody

------------------------------------------------------------------------------------------------------------------------------------
$ rpl -i
+++RPL/2 version 4.0.0.prerelease.2 (Monday 10/01/07, 20:46:21 KST)
+++Copyright (C) 1989 to 2006, 2007 BERTRAND Jo&euml;l

+++This is a free software with absolutely no warranty.
+++For details, type 'warranty'.

+++System : Access violation (stack overflow)
RPL/2&gt;



------------------------------

Message: 2
Date: Thu, 15 Nov 2007 09:54:09 +0100
From: BERTRAND Jo&euml;l <a class="moz-txt-link-rfc2396E" href="mailto:joel.bertrand@systella.fr">&lt;joel.bertrand@systella.fr&gt;</a>
Subject: Re: [RPL/2] Access violation (stack overflow)
To: RPL/2 mailing list <a class="moz-txt-link-rfc2396E" href="mailto:rpl2@rayleigh.systella.fr">&lt;rpl2@rayleigh.systella.fr&gt;</a>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:473C0931.9000300@systella.fr">&lt;473C0931.9000300@systella.fr&gt;</a>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Woody Jeon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I compiled the prerelease.2  and got a message right after rpl started,

     "+++System : Access violation (stack overflow)"

Even though I have no idea this is harmful or not, it doesn't seem a 
good sign

Any idea on this?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
        Yes, I have ;-)

        Please try to launch RPL/2 with rpl -is. I think you shouldn't receive 
a stack overflow error. Where have you downloaded sources ? This very 
minor bug (segfault when a child process ends) was fixed a long time 
ago. I have verified that it is fixed in 4.0.0.prerelease.2 on the 
official web page.

        You can check too that src/encart.c ends by :

             XmDestroyPixmap(XtScreen(popup), pixmap_rpl);
             XmDestroyPixmap(XtScreen(popup), pixmap_rpl_masque);

             XtDestroyWidget(pixmap);
             XtDestroyWidget(cadre);
             XtDestroyWidget(form);
             XtDestroyWidget(popup);
             XtDestroyWidget(objet_principal);

             if (sigaction(SIGINT, &amp;action_passee, NULL) != 0)
             {
                 (*s_etat_processus).erreur_systeme = d_es_signal;
                 return;
             }

             exit(0);
         }
         else
         {
             if (sigaction(SIGINT, &amp;action_passee, NULL) != 0)
             {
                 (*s_etat_processus).erreur_systeme = d_es_signal;
                 return;
             }

             (*s_etat_processus).erreur_systeme = d_es_signal;
             return;
         }
     }
#   endif

     return;
}

// vim: ts=4

        That being said, it is possible you have found a new bug. In this case, 
you can start RPL/2 with (of course in bash ulimit -c unlimited) rpl -id 
to avoid signal management.

        Regards,

        JKB


------------------------------

_______________________________________________
RPL2 mailing list
<a class="moz-txt-link-abbreviated" href="mailto:RPL2@rayleigh.systella.fr">RPL2@rayleigh.systella.fr</a>
<a class="moz-txt-link-freetext" href="https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2">https://www.systella.fr/cgi-bin/mailman/listinfo/rpl2</a>
<a class="moz-txt-link-freetext" href="http://www.systella.fr/~bertrand/rpl2/english.html">http://www.systella.fr/~bertrand/rpl2/english.html</a>

Fin de Lot RPL2, Vol 39, Parution 2
***********************************


  </pre>
</blockquote>
<br>
</body>
</html>