Hi,

On 06/22/2013 04:00 PM, Xiaofan Chen wrote:
> On Sat, Jun 22, 2013 at 9:47 PM, Xiaofan Chen <xiaof...@gmail.com> wrote:
>> On Thu, Jun 20, 2013 at 10:06 PM, Hans de Goede <hdego...@redhat.com> wrote:
>>> I'm very happy to announce libusbx-1.0.16-rc1, highlights:
>>> You can download the 1.0.16-rc1 tarbal here:
>>> http://downloads.sourceforge.net/libusbx/libusbx-1.0.16-rc1.tar.bz2
>>>
>>> Please give it a thorough testing, and report any issues you
>>> find.
>>>
>>
>> I found a regression under NetBSD 6.0 VM. 1.01.5 release
>> works ok. 1.0.16-rc1 got a hang with the listdevs example.
>
> Same regression happens under my OpenBSD 5.2VM.
>
> $ export LIBUSB_DEBUG=5
> $ ./examples/listdevs
> libusbx: debug [libusb_init] created default context
> libusbx: debug [libusb_init] libusbx v1.0.16.10755
> libusbx: debug [usbi_add_pollfd] add fd 3 events 1
> libusbx: debug [usbi_add_pollfd] add fd 5 events 1
> libusbx: debug [libusb_get_device_list]
> libusbx: debug [obsd_get_device_list]
> libusbx: debug [_cache_active_config_descriptor] fd 7
> libusbx: debug [_cache_active_config_descriptor] active bLength 9
> libusbx: debug [_cache_active_config_descriptor] index -1, len 39
> libusbx: debug [obsd_get_device_descriptor]
> libusbx: debug [libusb_get_device_descriptor]
> 0483:3748 (bus 1, device 2)
> libusbx: debug [libusb_exit]
> libusbx: debug [libusb_exit] destroying default context
> Abort trap (core dumped)

Hmm, can you run under gdb, and then do a backtrace when it hangs /
crashes (when it hangs first do ctrl+c to return to gdb).

IE:

gdb ./examples/listdevs
 > run
...
 > bt


Regards,

Hans

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to