Bug 2110169
| Summary: | 'zbar' Python bindings are unusable in Fedora 36. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | August Schwerdfeger <august> | ||||
| Component: | zbar | Assignee: | Gwyn Ciesla <gwync> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 36 | CC: | dougsland, epel-packagers-sig, gwync, mchehab, mr.marcelo.barbosa, negativo17 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | zbar-0.23.90-1.fc36 | Doc Type: | --- | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-11-29 01:27:19 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: | |||||||
| Attachments: |
|
||||||
FEDORA-2022-44f20fe17b has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-44f20fe17b FEDORA-2022-44f20fe17b has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1898987 [details] Backtrace of segfault when attempting to import the 'zbar' module. Description of problem: Any attempt to import the 'zbar' module within Python causes the interpreter to crash with a segfault (backtrace attached). This did not occur with Fedora 35 or earlier. Version-Release number of selected component (if applicable): zbar-python3-0.23-14.fc36.x86_64 Steps to Reproduce: 1. Start the Python interpreter. 2. Type 'import zbar' at the REPL loop.