PHP to D Conversion

Boris Carvajal boris2.9 at gmail.com
Sat Oct 19 20:40:36 UTC 2019


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.


More information about the Digitalmars-d-learn mailing list