python / cpython

The Python programming language
https://www.python.org
Other
62.34k stars 29.94k forks source link

MacOS crash appJar 3.7.3 #82058

Closed 111ad77e-1e3c-4bc8-a291-97b484f456ca closed 5 years ago

111ad77e-1e3c-4bc8-a291-97b484f456ca commented 5 years ago
BPO 37877
Nosy @ronaldoussoren

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = created_at = labels = ['OS-mac', '3.7', 'type-crash'] title = 'MacOS crash appJar 3.7.3' updated_at = user = 'https://bugs.python.org/MichaelHearn' ``` bugs.python.org fields: ```python activity = actor = 'Michael Hearn' assignee = 'none' closed = True closed_date = closer = 'Michael Hearn' components = ['macOS'] creation = creator = 'Michael Hearn' dependencies = [] files = [] hgrepos = [] issue_num = 37877 keywords = [] message_count = 4.0 messages = ['349880', '349882', '349885', '349887'] nosy_count = 2.0 nosy_names = ['ronaldoussoren', 'Michael Hearn'] pr_nums = [] priority = 'normal' resolution = 'third party' stage = 'resolved' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue37877' versions = ['Python 3.7'] ```

111ad77e-1e3c-4bc8-a291-97b484f456ca commented 5 years ago

macOS 10.14.6 -anaconda install Python 3.7.3 pip install appJar (0.94.0)

On start of app with app.go() a crash will occur causing mac to logout.

Python 3.7.2 does not show this behavior

Will document on medium.

https://raw.githubusercontent.com/borosilicate/RCSB-Protein-Data-Bank-CSV-Maker/master/pygui.py

ronaldoussoren commented 5 years ago

Does this application use Tkinter?

If so, this is a duplicate of bpo-37833, and a bug in macOS triggered by (amongst others) anaconda but (AFAIK) not by the Python.org installer.

The "logout" is a crash in the WindowServer proces, which is something that should never happen. I've filed an issue with Apple about that, but have no idea if or when they will look at that.

111ad77e-1e3c-4bc8-a291-97b484f456ca commented 5 years ago

Thanks for the fast response it uses appJar which is a very similar GUI package but not the same one. AppJar is based of it but I don’t believe it was built off it.

On Fri, Aug 16, 2019 at 3:55 PM Ronald Oussoren \report@bugs.python.org\ wrote:

Ronald Oussoren \ronaldoussoren@mac.com\ added the comment:

Does this application use Tkinter?

If so, this is a duplicate of bpo-37833, and a bug in macOS triggered by (amongst others) anaconda but (AFAIK) not by the Python.org installer.

The "logout" is a crash in the WindowServer proces, which is something that should never happen. I've filed an issue with Apple about that, but have no idea if or when they will look at that.

---------- nosy: +ronaldoussoren


Python tracker \report@bugs.python.org\ \https://bugs.python.org/issue37877\


111ad77e-1e3c-4bc8-a291-97b484f456ca commented 5 years ago

Hopefully apple will fix this. https://medium.com/@michaeljosephhearn/macos-mojave-crash-6fd1e69d3d34