I have successfully compiling (make) using build-shared.sh, and also can run when I am using command: qjs basic.js
But, when I try to visit using curl, I get this error message:
curl http://localhost:8080/
curl: (52) Empty reply from server
and also in the terminal I get this message:
Segmentation fault (core dumped)
And then the server is stop.
Is there any clue to solve this problem, as infomation: I am using Ubuntu Server 20.04.1.
Thank you for the help.
Regards,
jhsembiring
I have successfully compiling (make) using build-shared.sh, and also can run when I am using command: qjs basic.js
But, when I try to visit using curl, I get this error message:
curl http://localhost:8080/
curl: (52) Empty reply from server
and also in the terminal I get this message:
Segmentation fault (core dumped)
And then the server is stop.
Is there any clue to solve this problem, as infomation: I am using Ubuntu Server 20.04.1.
Thank you for the help.
Regards,
jhsembiring