Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run http server outside of examples folder #757

Open
dsalnikov opened this issue Jul 3, 2020 · 1 comment
Open

Unable to run http server outside of examples folder #757

dsalnikov opened this issue Jul 3, 2020 · 1 comment

Comments

@dsalnikov
Copy link

Hi, I am trying to use httpd server. I can build and run examples/http_server successfully.
Then I copy examples/http_server outside of SDK folder and change Makefile to use SDK_PATH instead of ../..:

include $(SDK_PATH)/common.mk

Project builds fine, but when I run I get:

ćdlpb���o��odlg���d�$l$�'�n�ۓ�b�dldsd�#�og��d�'o'��Ĝn�o$�#�og��$�ng'�����`;l�ng��|���o��#dpp_task_hdl : 3ffef9b0, prio:14, stack:512
pm_task_hdl : 3ffef2a0, prio:1, stack:176
frc2_timer_task_hdl:0x3fff3bc8, prio:12, stack:200

ESP-Open-SDK ver: 0.0.1 compiled @ Jul 3 2020 10:18:15
phy ver: 273, pp ver: 8.3

SDK version:0.9.9
mode : sta(bc:dd:c2:16:29:f5)
add if0
Function called without core lock
Function called without core lock
Function called without core locTask stack overflow (high water mark=0 name="HTTP Daemon")
kaFunction called without core lock
Function calleTask stack overflow (high water mark=0 name="HTTP Daemon")
dflow (high water maFunction called without core lock
Function called without core lock
Function called without core lock
Function called without coreTask stack overflow (high water mark=0 name="HTTP Daemon")
er maTask stack overflow (high water mark=0 name="HTTP Daemon")
Task stack overflow (high water mark=0 name="HTTP Daemon")
scandone
Task stack overflow (high water mark=0 name="HTTP Daemon")
Task stack overflow (high water mark=0 name="HTTP Daemon")
Task stack overflow (high water mark=0 name="HTTP Daemon")
Task stack overflow (high water mark=0 name="HTTP Daemon")
Task stack overflow (high water mark=0 name="HTTP Daemon")

Am I doing something wrong?

@dsalnikov
Copy link
Author

Increasing stack size seem to get it working. But I don't understand why it works fine from examples folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant