Hi Ludovic, Strangely, I keep getting now that the value of i (print i) is 168184320... This means that the value of driverTracker[i].* cannot be accessed. The dev->descriptor.idVendor is 2278 and dev->descriptor.idProduct is 1072.
BTW, I tried using pcsc-lite 1.2.0 and it works fine - perhaps by inspecting the differences between these two versions you will be able to find the problem. Thanks, Amira. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ludovic Rousseau Sent: Monday, August 01, 2005 9:21 AM To: MUSCLE Subject: Re: [Muscle] pcsclite-1.2.9beta7 and GemPC430 crash on Fedora 4 On 28/07/05, Amira Solomovici <[EMAIL PROTECTED]> wrote: > Here is the complete output from the debugger after applying your patch: Thanks. But, as expected, that does not solve the problem. Please execute: (gdb) print i (gdb) print driverSize (gdb) print driverTracker[i].libraryPath (gdb) print driverTracker[i].manuID (gdb) print driverTracker[i].productID (gdb) print dev (gdb) print dev->descriptor.idVendor (gdb) print dev->descriptor.idProduct Thanks, -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
