From: Tim R. <ti...@pr...> - 2014-12-10 17:23:38
|
Richard Bryan wrote: > Actually, that didn't resolve the issue. It's still occurring just > perhaps not as often. So is the consensus that this is the result of > calling libusb_get_device_list() multiple times? No, you have received no "consensus" of any kind. You're going to need to figure out what combination of things triggers this. Are the calls to libusb_get_device_list in a separate thread? Does this happen only when you call libusb_get_device_list while one of your reads is outstanding? If this is caused by some interference between the two processes, that's a problem that can be tackled, but it's going to take some analysis. As it is, you have nothing but vague suspicions. -- Tim Roberts, ti...@pr... Providenza & Boekelheide, Inc. |