Comment 2 for bug 1709060

Revision history for this message
eike (eikekuehn42) wrote :

I've created a minimal example to reproduce the bug:
https://github.com/randomchars42/snap_python_tkinter_skeleton

Produces:
initialising tk: window = Tk()
done
adding window title: window.title(TEXT)
done
creating a label: label = Label(window)
Segmentation fault (core dumped)

Not sure it's the same though, as it gives a SEGFAULT instead of: "_tkinter.TclError: failed to allocate font due to internal system font engine problem", so I opened a new bug (https://bugs.launchpad.net/snapcraft/+bug/1847321) which might eventually be merged if it proves to be the same.