Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

memory error on shutdown? #408

Open JohnDMcMaster opened 10 months ago

JohnDMcMaster commented 10 months ago

When shutting down I've seen this:

The program 'python3' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 890 error_code 9 request_code 130 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
QObject::~QObject: Timers cannot be stopped from another thread

It possibly corresponds to sending a set_objective request, but not always.

JohnDMcMaster commented 10 months ago

Seems to be happening on some runs even if I don't do anything