Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

segfault in ipengine on linux with windows controller

未关闭
#280 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
python

调研方向

使用 ipengine --file=ipcontroller-engine.json 启动 Windows 控制器和 Linux 引擎,重现该故障。在 qtconsole 中,运行所示的 ipyparallel 客户端和 sync_imports() 序列,然后比较所报告的 Python 和 ipyparallel 6.0.2 环境中的行为。当通过分布式视图导入不再使引擎因 SIGSEGV 终止时,即视为完成。

由索引模型根据 Issue 内容生成。

描述

windows

I'm running controller and the client on a windows host. I start an engine on a linux machine (using ipengine --file=ipcontroller-engine.json) and the engine connects fine. If I then start processing in qtconsole under windows and do the following:

import ipyparallel as ipp
c=ipp.Client()
dview=c[:]
with dview.sync_imports():
    import numpy

The engine shuts down with a segfault: “ipengine --file=ipcontroller-en…” terminated by signal SIGSEGV (Address boundary error) This seems to be independent of the imported module.

ipyparallel is version 6.0.2 on both systems installed via pip under linux and using conda in windows. Both systems are running python3.

主要语言
Jupyter Notebook
星标
2.6k
派生
1k
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

ipython/ipyparallel 的其他 Issue

查看 ipython/ipyparallel 的全部 Issue

相似的 Issue

更多 Distributed Systems Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。