[sane-devel] Error on Canon CanoScanLiDE20

2005-06-09 Thread Gerhard Jaeger
Hi, On Wednesday 08 June 2005 21:46, Steven Palm wrote: > > On Jun 8, 2005, at 1:30 PM, Gerhard Jaeger wrote: > > On Wednesday 08 June 2005 18:35, Steven Palm wrote: > > > >> scanimage(12019) malloc: *** error for object 0x303fe0: double free > >> scanimage(12019) malloc: *** set a breakpoint in

[sane-devel] Error on Canon CanoScanLiDE20

2005-06-09 Thread Steve Welsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > for( tmp = usbDevs; tmp; ) { > tmp = usbDevs->next; > free( usbDevs ); > usbDevs = tmp; > } should that not be tmp = usbDevs; while(tmp) { ... } ?? Why use a for loop withou

[sane-devel] Error on Canon CanoScanLiDE20

2005-06-08 Thread Gerhard Jaeger
Hi, On Wednesday 08 June 2005 18:35, Steven Palm wrote: > sane-find-scanner lists: > > found USB scanner (vendor=0x04a9 [Canon], product=0x220d [CanoScan], > chip=LM9832/3) at libusb:003:002-04a9-220d-ff-00 > > scanimage -L lists: > > device `plustek:libusb:003:002-04a9-220d-ff-00' is a Canon N670

[sane-devel] Error on Canon CanoScanLiDE20

2005-06-08 Thread Steven Palm
On Jun 8, 2005, at 1:30 PM, Gerhard Jaeger wrote: > On Wednesday 08 June 2005 18:35, Steven Palm wrote: > >> scanimage(12019) malloc: *** error for object 0x303fe0: double free >> scanimage(12019) malloc: *** set a breakpoint in szone_error to debug >> >> Is this a known issue, or something unique

[sane-devel] Error on Canon CanoScanLiDE20

2005-06-08 Thread Steven Palm
sane-find-scanner lists: found USB scanner (vendor=0x04a9 [Canon], product=0x220d [CanoScan], chip=LM9832/3) at libusb:003:002-04a9-220d-ff-00 scanimage -L lists: device `plustek:libusb:003:002-04a9-220d-ff-00' is a Canon N670U/ N676U/LiDE20 USB flatbed scanner scanimage(12019) malloc: *** er