Ho Mohamed,

On 2012.11.30 10:16, Mohamed HAMZAOUI wrote:
> ret = libusb_handle_events_timeout_completed(lib->ctx, &tv, NULL);
> if (ret)
> {
> ret  = 0;/* for debug */

Please don't try to hide errors under the carpet, even for debug.

Instead, can you enable debug logging and send us a log of what happens 
when the problem starts to occur? You also need to clarify where the 
LIBUSB_ERROR_NO_MEM you mention comes from? Is that the code returned by 
libusb_handle_events_timeout_completed()?

Regards,

/Pete

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to