Hi,<br><br>I get an illegal instruction error that often appears but randomly and that I will describe below.<br><br>I use KLone 2.1.1 with kloned.conf :<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
allow_root yes<br>log<br>{<br>&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; syslog<br>&nbsp;&nbsp;&nbsp; syslog.facility&nbsp;&nbsp;&nbsp; LOG_LOCAL0<br>}<br>app_http<br>{<br>&nbsp;&nbsp;&nbsp; model&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; iterative<br>&nbsp;&nbsp;&nbsp; type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http<br>&nbsp;&nbsp;&nbsp; addr.type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IPv4<br>
&nbsp;&nbsp;&nbsp; addr.port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 80<br>&nbsp;&nbsp;&nbsp; dir_root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /www<br>&nbsp;&nbsp;&nbsp; post_maxsize&nbsp;&nbsp;&nbsp; 400000<br>}<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br><br>and this Makefile&#39;s option :<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
KLONE_CONF_ARGS += --enable_hooks<br>KLONE_IMPORT_ARGS = -z<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br><br>I wanted to test the load of KLone server.<br>I get an illegal instruction error when I often (every one second) call my pages (.kl1), so when the server is &quot;overloaded&quot;.<br>
This error often appears after &quot;request_cb_close_socket()&quot; call.<br><br>I use &quot;gdbserver&quot; to debug my application (with &quot;kloned&quot; and &quot;kloned.gdb&quot; binaries) and here this last trace.<br>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>0x9c0048 in _start ()<br>(gdb) continue<br>Continuing.<br><br>Program received signal SIGILL, Illegal instruction.<br>0x98b230 in ?? ()<br>
(gdb) bt<br>#0&nbsp; 0x98b230 in ?? ()<br>#1&nbsp; 0x9cbbfc in request_cb_close_socket ()<br>#2&nbsp; 0x9c6392 in timerm_sigalrm ()<br>#3&nbsp; 0x97fce8 in ?? ()<br>#4&nbsp; 0x9c1972 in server_loop ()<br>#5&nbsp; 0x9c27ba in app_run ()<br>#6&nbsp; 0x9c2a6e in main ()<br>
#7&nbsp; 0x9ed546 in __uClibc_start_main ()<br>#8&nbsp; 0x9ed56a in __uClibc_main ()<br>#9&nbsp; 0x9c0054 in __exit ()<br>#10 0xa416ae in ?? ()<br>#11 0x48d7001c in ?? ()<br clear="all">=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
<br><span class="clickable" style="cursor: pointer;" onclick="dr4sdgryt(event,&quot;Ox&quot;)"><span class="hw">Apparently</span> t<span class="hg"></span></span>his error doesn&#39;t caused by my pages or my librairies, but I don&#39;t find a solution.<br>
<br>Good luck :)<br>-- <br>Mickaël AUGER<br><br>