Bug 1988466

Summary: python3-wxpython4 core dump: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 261: invalid continuation byte
Product: [Fedora] Fedora Reporter: Steven A. Falco <stevenfalco>
Component: python-wxpython4Assignee: Scott Talbert <swt>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dan, mattdm, rakesh.pandit, swt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-04 03:31:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steven A. Falco 2021-07-30 15:33:21 UTC
Description of problem: python3-wxpython4 dumps core when trying to report its version.


Version-Release number of selected component (if applicable):

python3-wxpython4 4.0.7-19.fc35
python3 3.10.0~b4-3.fc35


How reproducible: 100%


Steps to Reproduce:
1. Install python3-wxpython4 4.0.7-19.fc35 and python3 3.10.0~b4-3.fc35
2. python -c "import wx;print(wx.version())" 


Actual results:

rawhide$ python -c "import wx;print(wx.version())"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib64/python3.10/site-packages/wx/__init__.py", line 17, in <module>
    from wx.core import *
  File "/usr/lib64/python3.10/site-packages/wx/core.py", line 12, in <module>
    from ._core import *
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 261: invalid continuation byte
free(): invalid size
Aborted (core dumped)


Expected results:

No core dump.  Proper version reported.


Additional info: