ColinPitrat / kalenji-gps-watch-reader

A tool to import data from some Kalenji running watches
GNU General Public License v3.0
30 stars 11 forks source link

crash while dumping gpx data from geonaute on move 700 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the current svn snapshot (revision 120) with a geonaute onmove 700. 
The application crash just before dumping the data retrieved from the GPS.

I'm using the following command line:

./kalenji_reader  -D Kalenji -o GPX -d .

but it's independent from the output format and the applied filter.

Apparently the libusb_exit() invocation in USB::release() requires the 
USBcontext as argument, at list with the version of libUSB I have installed on 
my system (1.0.9~rc3)

The attached patch fix the issue.

Original issue reported on code.google.com by paolo.ab...@gmail.com on 23 Mar 2013 at 4:37

Attachments:

GoogleCodeExporter commented 9 years ago
This is really e feature request, not a defect, but I don't know how to change 
the issue type

Original comment by paolo.ab...@gmail.com on 24 Mar 2013 at 2:56

GoogleCodeExporter commented 9 years ago
Thanks for this patch. I integrated it in SVN.

Original comment by colin.pi...@gmail.com on 24 Mar 2013 at 7:49

GoogleCodeExporter commented 9 years ago

Original comment by colin.pi...@gmail.com on 30 Mar 2013 at 5:36