Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

segfault in ipengine on linux with windows controller

Đang mở
#280 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
35/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
distributed-systems

Hướng nghiên cứu

Tái hiện lỗi với một controller Windows và engine Linux được khởi động bằng ipengine --file=ipcontroller-engine.json. Từ qtconsole, chạy chuỗi client ipyparallelsync_imports() được hiển thị, sau đó so sánh hành vi giữa các môi trường Python và ipyparallel 6.0.2 đã được báo cáo. Hoàn tất khi việc import thông qua distributed view không còn khiến engine kết thúc với SIGSEGV.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
Jupyter Notebook
Star
2.6k
Fork
1k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của ipython/ipyparallel

Tất cả issue của ipython/ipyparallel

Issue tương tự

Thêm issue về Distributed Systems

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.