ClickHouse/base/daemon
Azat Khuzhin 7474a7e3ca Increase buffer for uncaught exception / std::terminate
Use PIPE_BUF over some magic number 1024 in terminate_handler, since
according to pipe(7):

    PIPE_BUF
           POSIX.1  says  that  write(2)s of less than PIPE_BUF bytes must be atomic

Also note that 1024, is too small, especially for C++ stacktraces (and
especially for debug builds, that contains lots of non-inlined helpers
for various ptrs).
2021-02-19 22:45:06 +03:00
..
BaseDaemon.cpp Increase buffer for uncaught exception / std::terminate 2021-02-19 22:45:06 +03:00
BaseDaemon.h Make Poco HTTP Server zero-copy again (#19516) 2021-02-19 15:51:26 +03:00
CMakeLists.txt Rewrite curl dependency in a more ch compatible way 2020-07-03 00:57:08 +03:00
GraphiteWriter.cpp Arcadia (#9729) 2020-03-18 21:54:27 +03:00
GraphiteWriter.h Return old names of macros 2020-05-24 01:24:01 +03:00
SentryWriter.cpp Merge branch 'master' into amosbird-buildid 2020-12-07 02:17:29 +03:00
SentryWriter.h Crash log: development 2020-07-31 23:16:31 +03:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00