search for: stats_client

Displaying 8 results from an estimated 8 matches for "stats_client".

Did you mean: start_client
2019 Jan 06
3
IMAP preauth and stats-writer
...?????? /* Initialize stats-client early so it can see all > events. */ > ??????????????? value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); > -?????????????? if (value != NULL) > +?????????????? if (value != NULL && *value != '\0') > ??????????????????????? service->stats_client = > stats_client_init(value, FALSE); > ??????? } > > > Regards, > > Stephan. > Hi Stephan that fixes the issue that I reproduced. For the OP he will probably need to wait for this to be picked up for FreeBSD ports. This code seems safer than the original but it is still a...
2019 Jan 06
2
IMAP preauth and stats-writer
On 06/01/2019 02:26, John Fawcett wrote: > On 05/01/2019 15:49, Mark Hills wrote: >> I use IMAP preauth; I connect with Alpine over SSH which is very useful. >> >> The last few upgrades this has become more difficult to to. Last time >> (moving 2.2 -> 2.3, I think) I had to put in a workaround: >> >> stats_writer_socket_path = >> >> It
2019 Jan 06
2
IMAP preauth and stats-writer
...an see all > >> events. */ > >> value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); > >> - if (value != NULL) > >> + if (value != NULL && *value != '\0') > >> service->stats_client = > >> stats_client_init(value, FALSE); > >> } > >> > >> > >> Regards, > >> > >> Stephan. > >> > > Hi Stephan > > > > that fixes the issue that I reproduced. For the OP he will probably need > >...
2019 Jan 06
0
IMAP preauth and stats-writer
...TS) == 0) { ??????????????? /* Initialize stats-client early so it can see all events. */ ??????????????? value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); -?????????????? if (value != NULL) +?????????????? if (value != NULL && *value != '\0') ??????????????????????? service->stats_client = stats_client_init(value, FALSE); ??????? } Regards, Stephan.
2019 Jan 06
0
IMAP preauth and stats-writer
...tats-client early so it can see all >> events. */ >> ??????????????? value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); >> -?????????????? if (value != NULL) >> +?????????????? if (value != NULL && *value != '\0') >> ??????????????????????? service->stats_client = >> stats_client_init(value, FALSE); >> ??????? } >> >> >> Regards, >> >> Stephan. >> > Hi Stephan > > that fixes the issue that I reproduced. For the OP he will probably need > to wait for this to be picked up for FreeBSD ports. > &g...
2019 Jan 06
0
IMAP preauth and stats-writer
...>> events. */ >> >> value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); >> >> - if (value != NULL) >> >> + if (value != NULL && *value != '\0') >> >> service->stats_client = >> >> stats_client_init(value, FALSE); >> >> } >> >> >> >> >> >> Regards, >> >> >> >> Stephan. >> >> >> > Hi Stephan >> > >> > that fixes the issue that I reproduced...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...r target clang_rt.profile-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.safestack-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.scudo-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.stats-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.stats_client-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.tsan-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.tsan_cxx-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.ubsan_standalone-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.ubsan_standalone...