chuan-yun / Molten

php probe for zipkin and opentracing
Apache License 2.0
792 stars 160 forks source link

日志这种分配栈内存的方式,导致在cli模式下出现段错误,OOM错误 #142

Open teqian opened 5 years ago

teqian commented 5 years ago

void slog_record(int level, const char file, int line, const char fmt, ...) { va_list args; char format[256] = {0}; char time_buf[64] = {0}; char log_buf[512] = {0}; ...... }