I use example, provided in echobot.c.
When I try to send two identic messages ("abcd" or "test") in a row bot crashes with following error:
corrupted size vs. prev_size while consolidating
[1] 60895 abort (core dumped) ./echobot
My environment;
$ uname -a
Linux ppc 5.4.38-gentoo #21 SMP Wed Jul 22 21:10:25 MSK 2020 x86_64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz GenuineIntel GNU/Linux
I use example, provided in echobot.c.
When I try to send two identic messages ("abcd" or "test") in a row bot crashes with following error:
My environment;