Re: [Interest] malloc error with Qt5.9

2017-06-05 Thread Konstantin Tokarev
03.06.2017, 20:33, "Thiago Macieira" : > On Saturday, 3 June 2017 08:14:44 PDT Charles-Elie Gentil wrote: >>  Hello, >> >>  Unfortunately I work with Mac OS Sierra and Valgrind isn’t compatible with >>  it… >> >>  Do you have an idea ? > > Run your program with Valgrind in another OS then. Actua

Re: [Interest] Looks like a bug to me.

2017-06-05 Thread william.croc...@analog.com
For the second one, consider that after arg(d) is executed, the input string to arg(a) is "B: %41". Since 41 is now "the lowest numbered place marker", "XXX" gets substituted. It is easy to mistakenly think that QString magically treats multiple .args as somehow being indexed. I think the