You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows username contain non-ASCII characters,such as Chinese characters;
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
The text was updated successfully, but these errors were encountered:
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
Environment:
OS:Windows 10 21H2 x64
Python version:3.10.6
pyzmq version:23.2.1
libzmq version:4.3.4
Error Condition:
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
The text was updated successfully, but these errors were encountered: