BUG:
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Tue Feb 26 22:24:53 GMT 2019
Hi,
On Mon Feb 18, 2019 at 15:45:39 +0100, David PICARD wrote:
> In Buildroot/Busybox, with 1 locale, "C", I get the following error when I try
> to start minicom :
>
> minicom: minicom.c: 1041: test_mbswidth: Assertion `mbswidth(e[i].s) == e
> [i]._mbswidth || mbswidth(e[i].s) == e[i]._mbswidth_kaputt' failed.
> Aborted
>
> Then it quits.
That's an assertion trying to verify that the multi-byte is ok.
I would appreciate it if you could enable the printf before the assert
in minicom.c and show the output.
You could also comment out that function to make it work for you.
Thanks, Adam
More information about the minicom-devel
mailing list