orangeduck / mpc

A Parser Combinator library for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPC Parse Occasional Crashing

semihmasat opened this issue · comments

Hi.

While I am following "buildyourownlips in c" with windows 10 machine, Sometimes I am getting crashes from mpc_parser from the same input. I'm posting this issue here because I believe error causes from mpc_parse function.

https://imgur.com/a/ZQqohrX

Some times it can get the same input multiples times without a problem, but eventually crashes.
When I try the same code on an ubuntu machine, this problem doesn't occur.

Sorry if this doesn't belong here.

i am closing the issue because i cannot reproduce error even in the same machine today.
also realized i had a memory leak elsewhere and fixed. so that may be the reason for it.