Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

3.12: SEGV after import wxPython then exit #106918

Closed
pkoning2 opened this issue Jul 20, 2023 · 3 comments
Closed

3.12: SEGV after import wxPython then exit #106918

pkoning2 opened this issue Jul 20, 2023 · 3 comments
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

Comments

@pkoning2
Copy link

Bug report

If I do "import wx" then Control/D to exit, a SEGV results. I see this with 3.12.0b3 and 3.12.0b4 on Mac (M1, ARM). Failure report text (from Apple's "report" popup after the failure) attached.
pywx.log

Your environment

Python 3.12.0b4
Mac OS 12.6.7 (ARM-64) on MacBook Pro

@pkoning2 pkoning2 added the type-bug An unexpected behavior, bug, or error label Jul 20, 2023
@AlexWaygood
Copy link
Member

Are you sure this is a bug in Python itself, and not a bug in wxPython? Have you raised this issue with wxPython?

@pkoning2
Copy link
Author

I have not. But it works fine in Python 3.11.

@terryjreedy terryjreedy added the pending The issue will be closed if no feedback is provided label Jul 20, 2023
@AlexWaygood AlexWaygood changed the title SEGV after import wxPython then exit 3.12: SEGV after import wxPython then exit Jul 20, 2023
@AlexWaygood AlexWaygood added 3.12 bugs and security fixes 3.13 bugs and security fixes labels Jul 20, 2023
@chgnrdv
Copy link
Contributor

chgnrdv commented Jul 21, 2023

Looks like a duplicate of #105690. wxPython depends on siplib 3.7.9 which uses PyMem_Malloc/PyMem_Free.

@AlexWaygood AlexWaygood closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

4 participants