sepcity

Results 2 issues of sepcity

``` #include "coroutine.h" #include "win_exit.h" #include co_chan ch_0; int main(int argc, char** argv) { go [=]{ ch_0 > i; co_sched.Stop(); return 0; } ``` 因为我想验证外部线程与协程之间交换数据 我简单改了下示例三里面的代码, 不太理解为什么程序结束的时候会崩溃?? 我是在windows平台下, 使用master最新代码编译的库

**Describe the bug (描述bug)** when i build brpc-1.9.0 on openEuler-22.03SP3 aarch64 i got these errors `/usr/local/gcc-13.3.0/bin/g++ -c -I./src -I/hst/fsp_third_party/output/gflags/include/ -I/hst/fsp_third_party/output/leveldb/include/ -I/hst/fsp_third_party/output/openssl/include/ -I/hst/fsp_third_party/output/protobuf/include/ -I/hst/fsp_third_party/output/zlib/include/ -DGFLAGS_NS=google -fPIC src/bthread/butex.cpp -o src/bthread/butex.o In file...