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> type syslog<br> syslog.facility LOG_LOCAL0<br>}<br>app_http<br>{<br> model iterative<br> type http<br> addr.type IPv4<br>
addr.port 80<br> dir_root /www<br> post_maxsize 400000<br>}<br>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br><br>and this Makefile'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 "overloaded".<br>
This error often appears after "request_cb_close_socket()" call.<br><br>I use "gdbserver" to debug my application (with "kloned" and "kloned.gdb" 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 0x98b230 in ?? ()<br>#1 0x9cbbfc in request_cb_close_socket ()<br>#2 0x9c6392 in timerm_sigalrm ()<br>#3 0x97fce8 in ?? ()<br>#4 0x9c1972 in server_loop ()<br>#5 0x9c27ba in app_run ()<br>#6 0x9c2a6e in main ()<br>
#7 0x9ed546 in __uClibc_start_main ()<br>#8 0x9ed56a in __uClibc_main ()<br>#9 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,"Ox")"><span class="hw">Apparently</span> t<span class="hg"></span></span>his error doesn't caused by my pages or my librairies, but I don't find a solution.<br>
<br>Good luck :)<br>-- <br>Mickaël AUGER<br><br>