Bug 1988466 - python3-wxpython4 core dump: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 261: invalid continuation byte
Summary: python3-wxpython4 core dump: UnicodeDecodeError: 'utf-8' codec can't decode b...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-wxpython4
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Scott Talbert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-30 15:33 UTC by Steven A. Falco
Modified: 2021-08-04 03:31 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-08-04 03:31:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.