eltorio Newbie
Joined: 16 Oct 2007
Posts: 1
|
Posted: Tue Oct 16, 2007 11:19 am Post subject: BUG in libtc08usb for pico tc08 ? |
|
|
Hi,
I'm testing the libtc08usb library but there is a problem while reading more than 185 GetSingle value.
If I modify the line 189 of examples/tc08test_cpp/main.cpp with
| Code: | | for (int conversions = 0; conversions < 1000; conversions++) { |
(for getting more than 185 reading)
I got a segmentation fault caused while calling usb_bulk_write in PicoUsbDevice_Linux.cpp
| Code: | Program received signal SIGSEGV, Segmentation fault.
0xb7f73f21 in PicoLinuxUsbDevice::WritePipe (this=0x804d0f8, pipeNumber=1, buf=0xbfe6a798, size=1) at shared/PicoUsbDevice_Linux.cpp:564 |
|
|