-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
WorkerThread[3119]: segfault at fffffffffffffffe ip 0000000000513388 sp 00007f200b01f9f0 error 6 in pika[400000+5bb000] 经常出现崩溃 #2972
Comments
[root@centos core_files]# gdb -c core-WorkerThread-1659-1733850077 |
看堆栈是在解析网络包的时候踩内存了,但不知道具体是哪个变量导致的,bt full也没有打印具体值。如果有稳定复现的场景的话,麻烦提供下,我们这边复现下。 |
According to the stack, the memory was touched when parsing the network packet, but I don’t know which variable caused it, and bt full did not print the specific value. If there is a scene that can be reproduced stably, please provide it and we can reproduce it here. |
Is this a regression?
Yes
Description
pika实例相关日志没有任何相关信息(我现在的pika版本是3.0.9<系统是centos 6.4>)
通过coredump打出的信息如下:
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: