Hi,<br><br>I replaced the next lines in header of your patch:<br>================<br>--- klone-core-2.1.0/src/libpage/<a href="http://var.c.org">var.c.org</a> 2008-05-06 12:05:22.000000000 +0200<br>+++ klone-core-2.1.0/src/libpage/var.c 2008-05-06 12:00:18.000000000 +0200<br>
================<br clear="all"><br>This new patch seems correct the segmentation fault.<br>But others bugs appear:<br>- HTTP requests on files like 'index.kl1' and 'style.css' cut shortly the HTTP connection without response (blank page in my web-browser).<br>
- telnet GET request require an additional CRLF to get an empty response (it's not normal).<br><br>For the gdb, my gdbserver is not operational (because I have not a solution to use it without error).<br><br>My "kloned.conf":<br>
============================<br>server_list app_http<br><br># needed if you want to run KLone daemon as root <br>allow_root yes<br><br># syslog logging using LOCAL0 facility (set /etc/syslog.conf accordingly)<br>log<br>
{<br> type syslog<br> syslog.facility LOG_LOCAL0<br>}<br><br>app_http<br>{<br> model iterative<br> <br> type http<br><br> addr.type IPv4<br>
addr.port 80<br> dir_root /www<br> <br> error<br> {<br> #======_erreur du client<br> # mauvaise requete<br> 400 /erreur400.html<br> # Autorisation requise<br>
401 /erreur401.html<br> # interdit<br> 403 /erreur403.html<br> # page inconnue<br> 404 /erreur404.html<br>
402 /erreur4xx.html<br> 405 /erreur4xx.html<br> 406 /erreur4xx.html<br> 407 /erreur4xx.html<br>
408 /erreur4xx.html<br> 409 /erreur4xx.html<br> 410 /erreur4xx.html<br> 411 /erreur4xx.html<br>
412 /erreur4xx.html<br> 413 /erreur4xx.html<br> 414 /erreur4xx.html<br> 415 /erreur4xx.html<br>
416 /erreur4xx.html<br> 417 /erreur4xx.html<br> <br> #======_erreur du serveur<br> # Erreur interne serveur<br> 500 /erreur500.html<br>
501 /erreur5xx.html<br> 502 /erreur5xx.html<br> 503 /erreur5xx.html<br> 504 /erreur5xx.html<br>
505 /erreur5xx.html<br> 507 /erreur5xx.html<br> }<br>}<br><br># langue choisie pour l'application<br>lang fr<br><br>fr<br>{<br> oui Oui<br>
non Non<br> ....<br>}<br>en<br>{<br> oui Yes<br> non No<br> ....<br>}<br>============================<br><br>Thank.<br>
-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>