gnuradio-companion 中的分段错误(核心转储)

发布于 2025-01-12 00:10:23 字数 860 浏览 0 评论 0原文

当在 gnuradio-companion 中添加 QTGUI-sink 模块时,gr 只是崩溃并出现以下错误:

segmentation fault (core dumped)

在这个错误之上,我注意到一些警告

Warning: restarting the docstring loader (crashed while loading 'qtgui_bercurve_sink')
Warning: restarting the docstring loader (crashed while loading 'qtgui_const_sink_x')
Warning: restarting the docstring loader (crashed while loading 'qtgui_edit_box_msg')
Warning: restarting the docstring loader (crashed while loading 'qtgui_freq_sink_x')
Warning: restarting the docstring loader (crashed while loading 'qtgui_histogram_sink_x')
Warning: docstring loader crashed too often

所以我导入了 Qtgui,但没问题。

>>> from PyQt5 import QtGui

环境: 操作系统:Ubuntu LTS 20.04

python:python3.8

GnuRadio:Gnuradio3.8.5

gcc:9.3.0

when add a QTGUI-sink module in gnuradio-companion , gr just crashed with the following error:

segmentation fault (core dumped)

above this error, I noticed some warnings

Warning: restarting the docstring loader (crashed while loading 'qtgui_bercurve_sink')
Warning: restarting the docstring loader (crashed while loading 'qtgui_const_sink_x')
Warning: restarting the docstring loader (crashed while loading 'qtgui_edit_box_msg')
Warning: restarting the docstring loader (crashed while loading 'qtgui_freq_sink_x')
Warning: restarting the docstring loader (crashed while loading 'qtgui_histogram_sink_x')
Warning: docstring loader crashed too often

So I import Qtgui, but it was ok.

>>> from PyQt5 import QtGui

env:
os: Ubuntu LTS 20.04

python: python3.8

GnuRadio: Gnuradio3.8.5

gcc:9.3.0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文