Skip to content

[tkinter_.py] [Mac] Crashes with message "Segmentation fault: 11" #309

@cztomczak

Description

@cztomczak

It often crashes with this message. With system Python it crashes about 50% of the time, with Homebrew Python it crashes 100% of the time.

This error occurs randomly during initial app loading. This issue occurs only on Mac. Below logs:

[tkinter_.py] CEF Python 56.0
[tkinter_.py] Python 2.7.5 
[tkinter_.py] Tk 8.5.9
Segmentation fault: 11

There are some issues with Tk <> CEF initializations, they are conflicting each other. Tk must be initialized before CEF otherwise there was an another error described in Issue #306.

I've tried debugging it using gdb/lldb instructions from KB however I couldn't get a meaningful stack trace. On Linux gdb can show Python stack trace with "py-bt", but I have no idea how to debug this on Mac.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions