[Bug 50192] New: [5.22 regression] Python "import sys" crashes with Unhandled exception

WineHQ Bugzilla wine-bugs at winehq.org
Thu Nov 26 01:35:37 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50192

            Bug ID: 50192
           Summary: [5.22 regression] Python "import sys" crashes with
                    Unhandled exception
           Product: Wine
           Version: 5.22
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: xantares09 at hotmail.com
      Distribution: ---

the new wine 5.22 crashes on a simple "import sys" in Python:

$ wget https://www.python.org/ftp/python/3.8.6/python-3.8.6-embed-win32.zip &&
unzip python-3.8.6-embed-win32.zip
$ wine python.exe -c "import sys"

Unhandled exception: page fault on write access to 0x46000004 in 32-bit code
(0x7bc29c12).
00ac:fixme:dbghelp:i386_stack_walk new PC=0 different from Eip=70b75362
00ac:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file
in module L"python38"
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7bc29c12 ESP:0060f928 EBP:00000006 EFLAGS:00010202(  R- --  I   - - - )
 EAX:002800e8 EBX:00000002 ECX:46000000 EDX:002800e9
 ESI:00280000 EDI:00000010
Stack dump:
0x0060f928:  00280094 1037c82c 00000000 00000010
...
0x0060f978:  00000006 00000006 0060f9cc 70b74645
Backtrace:
=>0 0x7bc29c12 EntryPoint+0xffffffff() in ntdll (0x00000006)
  1 0x70b74645 EntryPoint+0xffffffff() in ucrtbase (0x0060f9cc)
  2 0x70b75362 EntryPoint+0xffffffff() in ucrtbase (0x0060f9cc)
  3 0x101405e6 EntryPoint+0xffffffff() in python38 (0x0060f9cc)
...
  12 0x7b62c6cc EntryPoint+0xffffffff() in kernel32 (0x0060ff5c)
  13 0x7bc550d7 EntryPoint+0xffffffff() in ntdll (0x0060ff5c)
  14 0x7bc55310 EntryPoint+0xffffffff() in ntdll (0x0060ffec)
0x7bc29c12 EntryPoint+0xffffffff in ntdll: movl %eax,0x4(%ecx)

-- 
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.



More information about the wine-bugs mailing list