zcfh commented on PR #2156:
URL: https://github.com/apache/brpc/pull/2156#issuecomment-1976430923
目前从clang11 切换 到clang16 遇到了一些新的问题。和 #1776
提到的问题应该是一样的,不过我看**1776对应的代码并没有合入**, 是有做了其他修复吗。
对比了汇编,这样差异在于326-331 行这段代码(version 0.96)
```c++
// Clean tls variables, must be done
1797818494 commented on issue #1392:
URL: https://github.com/apache/brpc/issues/1392#issuecomment-1976553107
同样的问题,有解决的吗
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
1797818494 commented on issue #1392:
URL: https://github.com/apache/brpc/issues/1392#issuecomment-1976555306

**
代码位置src/butil/containers/doubly_buffered_data.h
template
class DoublyBufferedData::WrapperTLSGroup {
public:
const static size_t RAW_BLOCK_SIZE = 409
TousakaRin commented on issue #1392:
URL: https://github.com/apache/brpc/issues/1392#issuecomment-1977903132
@1797818494 一般这种undefined reference的问题,首先利用 gcc -print-search-dirs 或者 ld
--verbose | grep SEARCH_DIR 找到系统里寻找 so 的路径,还有上面编译命令里指定的 -L 后面的路径,从这里路径里找到
libprotobuf.so 这个文件,然后利用 objdump/nm
chenBright commented on issue #2561:
URL: https://github.com/apache/brpc/issues/2561#issuecomment-1978029444
欢迎提PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubs