我是靠谱客的博主 土豪楼房,这篇文章主要介绍Python multi thread "error: longjmp causes uninitialized stack frame",现在分享给大家,希望可以做个参考。

Python 使用pycurl 在多线程下crash的问题

问题背景:

在工作中需要使用pycurl 在多线程情况下对server发送请求。发现py程序跑一会就回出现程序crash,console报错如下:

longjmp causes uninitialized stack frame
#0  0x00ad1424 in __kernel_vsyscall ()
#1  0x008a7d31 in raise () from /lib/libc.so.6
#2  0x008a960a in abort () from /lib/libc.so.6
#3  0x008e5d5d in __libc_message () from /lib/libc.so.6
#4  0x009752ed in __fortify_fail () from /lib/libc.so.6
#5  0x0097525a in ____longjmp_chk () from /lib/libc.so.6
#6  0x009751c9 in __longjmp_chk () from /lib/libc.so.6

最后

以上就是土豪楼房最近收集整理的关于Python multi thread "error: longjmp causes uninitialized stack frame"的全部内容,更多相关Python内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(115)

评论列表共有 0 条评论

立即
投稿
返回
顶部