Closed jonashen closed 6 years ago
@ryanjulian I discovered quite an interesting bug. When I implement async plotting using multiprocessing, Ubuntu works with no issue but Mac OSX will throw a glfw-related segmentation fault. However, when I switch to multithreading, Mac OSX works with no issue but Ubuntu takes forever to load the window, if at all (the likely culprit being Python's GIL). I'll implement both by first checking which OS the current machine running the code is, and then either fire up a thread or process accordingly.
Great debugging. SGTM
Issues are equivalent to TensorFlow. See #1.