[Bug 40796] New: Python 3.5.1 interpreter crashes when importing pyqtSlot
https://bugs.winehq.org/show_bug.cgi?id=40796 Bug ID: 40796 Summary: Python 3.5.1 interpreter crashes when importing pyqtSlot Product: Wine Version: 1.9.12 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: alexhenrie24(a)gmail.com Distribution: --- To reproduce, execute the following commands: wget https://www.python.org/ftp/python/3.5.1/python-3.5.1-embed-win32.zip unzip python-3.5.1-embed-win32.zip curl https://bootstrap.pypa.io/get-pip.py | wine python.exe wine python.exe -m pip install pyqt5 wine python.exe -c "from PyQt5.QtCore import pyqtSlot; print('Import successful')" I would attach a backtrace, but this import statement actually depends on 6 missing functions in ucrtbase.dll: _lock_locales _unlock_locales _calloc_base _malloc_base _free_base -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 --- Comment #1 from Alex Henrie <alexhenrie24(a)gmail.com> --- Typo: There are only 5 missing functions relevant to this bug. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |e4b8bc0edc640b36f2a2a26c53e | |18edea04fa74c Status|NEW |RESOLVED --- Comment #2 from Alex Henrie <alexhenrie24(a)gmail.com> --- Fixed as of https://source.winehq.org/git/wine.git/commitdiff/e4b8bc0edc640b36f2a2a26c53... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.13. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Fixed by SHA1|e4b8bc0edc640b36f2a2a26c53e | |18edea04fa74c | Target Milestone|--- |1.8.x -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e4b8bc0edc640b36f2a2a26c53e | |18edea04fa74c -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40796 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #4 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.4. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org