-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法使用brpc_print_bthread #1
Comments
非常感谢你的反馈。 |
再额外问一下,这个gdb脚本中提供的函数 叫 |
这个应该是gdb的功能
嘿嘿,偶就是传说中的梦幻虾米
…------------------ 原始邮件 ------------------
发件人: "hnwyllmm/coroutine_crash" ***@***.***>;
发送时间: 2021年10月12日(星期二) 晚上9:13
***@***.***>;
***@***.******@***.***>;
主题: Re: [hnwyllmm/coroutine_crash] 无法使用brpc_print_bthread (#1)
再额外问一下,这个gdb脚本中提供的函数 叫 brpc_print_bthreads,但是你的信息中显示的是 brpc_print_bthread,少了一个s,为什么可以正常执行?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
梦幻小百科_虾米_17173梦幻西游2游戏专区 ??? |
sorry,这个是邮箱签名
|
邮件签名牛逼啊。 |
这个core文件,几十G,不太方便了 |
你的服务器是ARM还是x86_64? |
是x86_64的架构 |
No type "ResourcePoolbthread::TaskMeta" within class or namespace "butil" |
我使用这个工具
(gdb) source coroutine_print/brpc_coroutine_view.gdb
(gdb) brpc_print_bthread
value requires 524288 bytes, which is more than max-value-size
(gdb) set max-value-size 524288
(gdb) brpc_print_bthread
Cannot access memory at address 0x0
看起来无法打印出bthread。请问这一般是由于什么原因造成的呢?
The text was updated successfully, but these errors were encountered: