[GitHub] [incubator-brpc] zyearn opened a new pull request #904: unify dynamic link option in make and cmake

2019-08-25 Thread GitBox
zyearn opened a new pull request #904: unify dynamic link option in make and cmake URL: https://github.com/apache/incubator-brpc/pull/904 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-brpc] jamesge edited a comment on issue #903: tools: add gdb_bthread_stack.py

2019-08-25 Thread GitBox
jamesge edited a comment on issue #903: tools: add gdb_bthread_stack.py URL: https://github.com/apache/incubator-brpc/pull/903#issuecomment-524727431 就是example/multi_threaded_echo_c++用Makefile编译后运行echo_server并按上述流程操作的结果。os: ubuntu 16.04,gcc: 5.4, gdb:7.11.1, python: 2.7.12

[GitHub] [incubator-brpc] jamesge commented on issue #903: tools: add gdb_bthread_stack.py

2019-08-25 Thread GitBox
jamesge commented on issue #903: tools: add gdb_bthread_stack.py URL: https://github.com/apache/incubator-brpc/pull/903#issuecomment-524727431 就是example/multi_threaded_echo_c++用Makefile编译后按上述流程操作的结果。os: ubuntu 16.04,gcc: 5.4, gdb:7.11.1, python: 2.7.12 -

[GitHub] [incubator-brpc] lorinlee commented on issue #903: tools: add gdb_bthread_stack.py

2019-08-25 Thread GitBox
lorinlee commented on issue #903: tools: add gdb_bthread_stack.py URL: https://github.com/apache/incubator-brpc/pull/903#issuecomment-524726180 > ``` > [Thread debugging using libthread_db enabled] > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > 0x

[GitHub] [incubator-brpc] jamesge commented on issue #903: tools: add gdb_bthread_stack.py

2019-08-25 Thread GitBox
jamesge commented on issue #903: tools: add gdb_bthread_stack.py URL: https://github.com/apache/incubator-brpc/pull/903#issuecomment-524717659 ``` [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x7f15dda3d

[GitHub] [incubator-brpc] zyearn commented on issue #901: 链接 libbrpc.so 的时候出现错误, 依赖的静态库需要使用 -fPIC 方式编译

2019-08-25 Thread GitBox
zyearn commented on issue #901: 链接 libbrpc.so 的时候出现错误, 依赖的静态库需要使用 -fPIC 方式编译 URL: https://github.com/apache/incubator-brpc/issues/901#issuecomment-524697771 libbrpc.so依赖libgflags.so,libleveldb.so,libprotobuf.so,你看看自己系统里有没有 Thi

[GitHub] [incubator-brpc] NetWilliam commented on issue #901: 链接 libbrpc.so 的时候出现错误, 依赖的静态库需要使用 -fPIC 方式编译

2019-08-25 Thread GitBox
NetWilliam commented on issue #901: 链接 libbrpc.so 的时候出现错误, 依赖的静态库需要使用 -fPIC 方式编译 URL: https://github.com/apache/incubator-brpc/issues/901#issuecomment-524695054 既然cmake 已经没有更新支持了, 为什么不删掉呢? 我在这个地方搞了一天... 还有bazel 什么的, 我是不敢用的. 如果只支持类似autogen 的方式的编译, 建议就把命名改一下, 免得别人走歧路 -

[GitHub] [incubator-brpc] lorinlee commented on issue #900: 如何在bthread_mutex_t死锁问题时查看bthread的堆栈

2019-08-25 Thread GitBox
lorinlee commented on issue #900: 如何在bthread_mutex_t死锁问题时查看bthread的堆栈 URL: https://github.com/apache/incubator-brpc/issues/900#issuecomment-524619944 可以参考 #903 ,只支持process,不支持core dump This is an automated message from the Apa

[GitHub] [incubator-brpc] lorinlee opened a new pull request #903: tools: add gdb_bthread_stack.py

2019-08-25 Thread GitBox
lorinlee opened a new pull request #903: tools: add gdb_bthread_stack.py URL: https://github.com/apache/incubator-brpc/pull/903 contribute my own gdb script, which can get active bthread stack trace, only support running process -