It appears there are global or static variables that crash the program when two threads use the parser simultaneously.
The two threads must be modifying the same variable and step on each other, causing the problem to crash. If I don’t use multi threads, it runs fine.
Thanks for the work.
It appears there are global or static variables that crash the program when two threads use the parser simultaneously.
The two threads must be modifying the same variable and step on each other, causing the problem to crash. If I don’t use multi threads, it runs fine.
Thanks for the work.