1

Once in a rare while my GTK3 Python application crashes with segfault, or some obscure error like

Gdk-WARNING **: file.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.

Is there a way to get more info on errors like this in Sentry's Python reporter?

Aran-Fey
  • 39,665
  • 11
  • 104
  • 149
NoBugs
  • 9,310
  • 13
  • 80
  • 146
  • I dont think you can. if you're using raven-python, it relies on python vm, which can't recovery from SIGSEGV. I have no knowledge about GTK3 Python errors, but I think they were raised from a c module, at python level, raven could capture them, but lack c level details. – georgexsh Sep 30 '17 at 10:11
  • @georgexsh Yeah that's what I had guessed – NoBugs Oct 02 '17 at 03:57

0 Answers0