<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Obávám se, že mě směrujete do neprobádané oblasti - linker script
jsem nijak nemodifikoval. <br>
</p>
<p>Co mám zjistit?</p>
<p>Díky</p>
<p>Petr<br>
</p>
<br>
<div class="moz-cite-prefix">Dne 20.8.2019 v 19:39 Miro su
napsal(a):<br>
</div>
<blockquote type="cite"
cite="mid:CABPWwZG8s6T6s=FvQ-1Ei5+3THWdxZ9FcrHd78gXjrmYfUicnA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div dir="auto">Vypisuje chybu ze pristupujete ku cache ale ta nie
zapnuta. Mate dobry rozsah v linker scripte?
<div dir="auto"><br>
</div>
<div dir="auto">Miro</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, 20 Aug 2019, 19:16
Petr Zapadlo, <<a href="mailto:zapik@email.cz"
moz-do-not-send="true">zapik@email.cz</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Zdravím,<br>
<br>
zapnul jsem ty ladící výpisy a níže je výsledek. Podle mého to
v obsluze <br>
webu nehavaruje. Bohužel tam není ani náznak (alespoň pro mě)
proč to <br>
spadne.<br>
<br>
<br>
Petr<br>
<br>
[V][WebServer.cpp:284] handleClient(): New client<br>
[V][Parsing.cpp:113] _parseRequest(): method: POST url: /
search:<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Host<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue:
192.168.1.232<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Connection<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: keep-alive<br>
[V][Parsing.cpp:146] _parseRequest(): headerName:
Content-Length<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: 8<br>
<br>
[V][Parsing.cpp:146] _parseRequest(): headerName:
Cache-Control<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: max-age=0<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Origin<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: <a
href="http://192.168.1.232" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">http://192.168.1.232</a><br>
[V][Parsing.cpp:146] _parseRequest(): headerName:
Upgrade-Insecure-Requests<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: 1<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Content-Type<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: <br>
application/x-www-form-urlencoded<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: User-Agent<br>
<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: Mozilla/5.0
(X11; <br>
Linux x86_64) AppleWebKit/537.36 (KHTML, like G<br>
ecko) Chrome/73.0.3683.86 Safari/537.36<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Accept<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: <br>
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,<br>
image/apng,*/*;q=0.8,application/signed-exchange;v=b3<br>
[V][Parsing.cpp:146] _parseRequest(): headerName: Referer<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: <a
href="http://192.168.1.232/" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">http://192.168.1.232/</a><br>
[V][Parsing.cpp:146] _parseRequest(): headerName:
Accept-Encoding<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue: gzip,
deflate<br>
[V][Parsing.cpp:146] _parseRequest(): headerName:
Accept-Language<br>
[V][Parsing.cpp:147] _parseRequest(): headerValue:
cs-CZ,cs;q=0.9,en;q=0.8<br>
[V][Parsing.cpp:247] _parseArguments(): args: wjas=218<br>
[V][Parsing.cpp:265] _parseArguments(): args count: 1<br>
[V][Parsing.cpp:273] _parseArguments(): pos 0 =@4 &@-1<br>
[V][Parsing.cpp:284] _parseArguments(): arg 0 key: wjas value:
218<br>
[V][Parsing.cpp:291] _parseArguments(): args count: 1<br>
[V][Parsing.cpp:189] _parseRequest(): Plain: wjas=218<br>
[V][Parsing.cpp:230] _parseRequest(): Request: /<br>
[V][Parsing.cpp:231] _parseRequest(): Arguments: wjas=218<br>
Submit w_jas_temp:218<br>
Guru Meditation Error: Core 1 panic'ed (Cache disabled but
cached <br>
memory region accessed)<br>
Guru Meditation Error: Core 1 panic'ed (IllegalInstruction).
Exception <br>
was unhandled.<br>
Memory dump at 0x40149cac: bad00bad bad00bad bad00bad<br>
<br>
<br>
Dne 20.8.2019 v 09:34 Pavel Brychta napsal(a):<br>
> Dobrý den,<br>
><br>
> no verze Atomu je asi nezajímavá - spíš šlo o verzi PIO,
ale to <br>
> nevadí. ESP32 Core používám 1.8.0, což by neměl být tak
velký rozdíl <br>
> (bohužel verze v PIO nekorespodují s oficiálními verzemi
espressif <br>
> Core, což je dost opruz). Pro PIO a ladění zadejte do
platformio.ini<br>
><br>
> build_flags =<br>
> ;-fexceptions<br>
> -D CORE_DEBUG_LEVEL=5<br>
> -D DEBUG_ESP_PORT=Serial<br>
> (doufám, že mám debug_level správně - takhle to používám
já...).<br>
><br>
> Ten handlesubmit IMO není také dobře - nikde nevidím
odeslání (aspoň <br>
> nějaké) odpovědi. Nespadne spíš následně webový server?
Exception <br>
> decoder nenapoví víc?<br>
><br>
> Pavel<br>
<br>
_______________________________________________<br>
HW-list mailing list - sponsored by <a
href="http://www.HW.cz" rel="noreferrer noreferrer"
target="_blank" moz-do-not-send="true">www.HW.cz</a><br>
<a href="mailto:Hw-list@list.hw.cz" target="_blank"
rel="noreferrer" moz-do-not-send="true">Hw-list@list.hw.cz</a><br>
<a href="http://list.hw.cz/mailman/listinfo/hw-list"
rel="noreferrer noreferrer" target="_blank"
moz-do-not-send="true">http://list.hw.cz/mailman/listinfo/hw-list</a><br>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
HW-list mailing list - sponsored by <a class="moz-txt-link-abbreviated" href="http://www.HW.cz">www.HW.cz</a>
<a class="moz-txt-link-abbreviated" href="mailto:Hw-list@list.hw.cz">Hw-list@list.hw.cz</a>
<a class="moz-txt-link-freetext" href="http://list.hw.cz/mailman/listinfo/hw-list">http://list.hw.cz/mailman/listinfo/hw-list</a>
</pre>
</blockquote>
<br>
</body>
</html>