Hi,<br><br>The session_get() seems not to be the problem (randomly bug effect),
and I have bugs more on embedded but also on standard linux.<br>
<br>Finnaly, I&#39;ve resolved my problems with gdb and gdbserver to give you a possible backtrace :<br><br>============================================================<br>(gdb) target remote ip:port<br>Remote debugging using ip:port<br>
0xa80048 in _start ()<br>(gdb) continue<br>Continuing.<br><br>Program received signal SIGILL, Illegal instruction.<br>0xaba19e in u_log (fac=0, level=7, fmt=0x9f9d3e &quot;[%s][%d:%s:%d:%s] %s %s&quot;) at toolbox/log.c:82<br>
82&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hook(hook_arg, level, buf);<br>(gdb) bt<br>#0&nbsp; 0xaba19e in u_log (fac=0, level=7, fmt=0x9f9d3e &quot;[%s][%d:%s:%d:%s] %s %s&quot;) at toolbox/log.c:82<br>#1&nbsp; 0xaba34e in u_log_write_ex (fac=0, lev=7, flags=1, err=0,<br>
&nbsp;&nbsp;&nbsp; file=0x9f9aa2 &quot;■&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sz + s-&gt;data_len + 2*sz + 1)&quot;, line=240, func=0x9f9b9d &quot;&quot;,<br>&nbsp;&nbsp;&nbsp; fmt=0x9f9a95 &quot;&quot;) at toolbox/log.c:135<br>#2&nbsp; 0xab9b56 in u_path_snprintf (buf=0x9fc374 &quot;s/%s&quot;, sz=4351, sep=47, fmt=0x9c4cb8 &quot;%s/%s&quot;)<br>
&nbsp;&nbsp;&nbsp; at toolbox/misc.c:240<br>#3&nbsp; 0xa892ac in http_alias_resolv (h=0xbcf2e8, rq=0xbcb200, dst=0x9fc374 &quot;s/%s&quot;, uri=0x9fbb74 &quot;&quot;,<br>&nbsp;&nbsp;&nbsp; sz=4351) at http.c:212<br>#4&nbsp; 0xa894a6 in http_is_valid_uri (rq=0xbcb200, buf=0x9fd48c &quot;/style.css&quot;, len=0) at http.c:235<br>
#5&nbsp; 0xa9a6d2 in request_set_uri (rq=0xbcb200, uri=0x9fe4ce &quot;/style.css&quot;,<br>&nbsp;&nbsp;&nbsp; is_valid_uri=0xa89304 &lt;http_is_valid_uri&gt;, arg=0xbcb200) at request.c:642<br>#6&nbsp; 0xa9e25c in request_parse_header (rq=0xbcb200, is_valid_uri=0xa89304 &lt;http_is_valid_uri&gt;,<br>
&nbsp;&nbsp;&nbsp; arg=0xbcb200) at request.c:1609<br>#7&nbsp; 0xa8afde in http_serve (h=0xbcf2e8, fd=4) at http.c:565<br>#8&nbsp; 0xa8c36c in http_backend_serve (be=0xbcf290, fd=4) at http.c:849<br>#9&nbsp; 0xaa630e in backend_serve (be=0xbcf290, fd=4) at backend.c:129<br>
#10 0xa82cb2 in server_be_serve (s=0xbcf480, be=0xbcf290, ad=4) at server.c:653<br>#11 0xa83508 in server_dispatch (s=0xbcf480, fd=3) at server.c:811<br>#12 0xa83eb0 in server_loop (s=0xbcf480) at server.c:979<br>#13 0xa85f34 in app_run () at main.c:142<br>
#14 0xa86436 in main (argc=2, argv=0x9fff90) at entry.c:408<br>#15 0xabbd6e in __uClibc_start_main ()<br>#16 0xabbd92 in __uClibc_main ()<br>#17 0xa80054 in __exit ()<br>#18 0xda96ae in ?? ()<br>#19 0x48d7001c in ?? ()<br>
Ignoring packet error, continuing...<br>Reply contains invalid hex digit 116<br>(gdb)<br>============================================================<br>
<br>Also one other case ??<br>============================================================<br>

0xabb51e in _time_t2tm ()<br>
============================================================<br><br>I hope that help you.<br><br><br>-- <br>Mickaël AUGER<br><a href="mailto:mickael.auger@gmail.com">mickael.auger@gmail.com</a>