Skip to content

Instantly share code, notes, and snippets.

@tripped
Created December 10, 2012 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripped/4249428 to your computer and use it in GitHub Desktop.
Save tripped/4249428 to your computer and use it in GitHub Desktop.
Kivy log output; segfault when loading Image
$ python crash.py
[INFO ] Kivy v1.4.1
[INFO ] [Logger ] Record log in /home/tvolpe/.kivy/debug/kivy_12-12-10_1.txt
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=60s
[INFO ] [Factory ] 123 symbols loaded
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[DEBUG ] [ImagePygame ] Load <foo.png>
Fatal Python error: (pygame parachute) Segmentation Fault
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment