Skip to content
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

Dll crash:Bad file descriptor (C:\\projects\\libzmq\\src\\epoll.cpp:100) #1754

Closed
Godsix opened this issue Sep 3, 2022 · 1 comment
Closed

Comments

@Godsix
Copy link

Godsix commented Sep 3, 2022

Environment:
OS:Windows 10 21H2 x64
Python version:3.10.6
pyzmq version:23.2.1
libzmq version:4.3.4
Error Condition:

  1. Windows username contain non-ASCII characters,such as Chinese characters;
  2. libzmq compile tool is msvc v142 or msvc v143,but v141 is OK;
    I use pyzmq which is downloaded from pypi,it use libzmq-v142,it crashes,I compile pyzmq with libzmq-v141,it is OK,I compile libzmq with msvc-v143,and use it compile pyzmq,it crashes too.

Error:
Dll crashes:"Bad file descriptor (E:\OpenSource\libzmq\src\epoll.cpp:100)" or "Bad file descriptor (C:\projects\libzmq\src\epoll.cpp:100)",it indicates crash at src\epoll.cpp, line 100

@Godsix Godsix changed the title dll crash:Bad file descriptor (C:\\projects\\libzmq\\src\\epoll.cpp:100) Dll crash:Bad file descriptor (C:\\projects\\libzmq\\src\\epoll.cpp:100) Sep 3, 2022
@minrk
Copy link
Member

minrk commented Sep 7, 2022

Thanks for reporting details! I've never been able to reproduce this bug (tracked as #1505) because the wheels always work for me.

It appears to be a bug in libzmq: zeromq/libzmq#4386 Do any notes there help you?

I'll close this as a duplicate of #1505, keeping this for further detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants