davidhcefx

Results 14 comments of davidhcefx

Lately, we have also encountered this `pthread_join` deadlock issue since we upgraded from **librdkafka** version 1 to 2. It did not happen frequently, only something like once in several hundreds...

The call to ```c rd_kafka_mk_nodename(nodename, sizeof(nodename), mdb->host, mdb->port); ``` will eventually call `snprintf(__VA_ARGS__)`, which will restrict the output size to 256. So I wonder why is this even possible of...

What do you mean by "osbolet paquet"? Does "ubu" stands for Ubuntu?

I was editing an Expect script that ends with `.sh`. Since Sublime by default would apply the syntax to Shell, I have to manually set it to TCL. However, ApplySyntax...