Matthias Behr

Results 87 comments of Matthias Behr

signal=SEGV ist ein Crash. Wäre gut, wenn du Coredump aktiviert könntest (und dann anhängen/verteilen). (Suche danach mal in der Maillinglist. Hatten wir vor paar Jahren schon mal als Thread „wie...

I wonder why there is no log printout for: print(log_debug, "Parsed format string \"%s\" => \"%s\"", name().c_str(), config_format, scanf_format);

Hmm. I guess sscanf is not smart enough. The "$i" get's translated into "%%2$ms". sscanf for %n$s does a ``` s Matches a sequence of non-white-space characters; the next pointer...

We have a HAVE_CPP_REGEX already and use regex with configoptions. So I could add support for MeterExec/File as well. Shall I? Gruß Matthias

regex needs at least gcc 4.9 to work properly. Gruß Matthias

raspbian jessie seems to have gcc-4.9 > Am 28.05.2016 um 15:39 schrieb Matthias Behr [email protected]: > > regex needs at least gcc 4.9 to work properly. > > > Am...

I could add a workaround to add parsing like with D0 (I'd try the current way and if the Obis is not valid (which is currently the case for short...

hmm. I think this is due to a change done in 2014: 3d28083466b852c6a684ddd7bff44d57b0c95708

so this was explicitly decided as part of PR #71