On Saturday, 19 October 2019 at 19:08:45 UTC, Vino wrote:
On Friday, 18 October 2019 at 14:56:05 UTC, Andre Pany wrote:
On Friday, 18 October 2019 at 09:21:46 UTC, Vino wrote:
On Friday, 18 October 2019 at 09:17:24 UTC, Vino wrote:
[...]

And now getting the error : Program exited with code -1073741819

Hi,

Maybe port 8080 is blocked, because there is an instance of your application running on the background. Just check by changing the port in the source code.

Kind regards
Andre

Hi Andre,

Tried with different ports still no luck getting this error : Program exited with code -1073741819.

From,
Vino.B

Your program is crashing probably because you are dereferencing a null/ dangling pointer. Build your program in debug mode and run it in a debugger, that way you will get a backtrace telling you the exactly line of the code when it happens.

Reply via email to