On Wed, May 4, 2011 at 10:33 PM, Ludovic Rousseau <[email protected]> wrote: >>> This is an error from the driver (ifd handler) so you should look into >>> its source code. >>> Or report the bug to the driver author. >> >> Thanks for the hint. I actually did some more testing and found that >> the issue is caused by the fact that my system looks like this: >> >> APP(32bit) -> libpcsclite.so.1(32bit) -> pcscd(64bit) -> ifd-handler(64bit) >> >> Everything works fine using the same versions of the stack if >> everything is32bit. >> >> Actually I wouldn't have expected that this is an issue. Actually I >> tried to simulate that by using pcsc_scan as 32bit app against the >> 64bit stack which worked fine. So is that type of error expected in >> the above scenario? > > A 32-bits libpcsclite.so.1 should work with a 64-bits pcscd (if they > both comes from the same version of pcsc-lite). > > Again the IFD_RESPONSE_TIMEOUT comes from the driver. I don't see the > relation with a 32/64 bits libpcsclite/pcscd issue.
ok, that is actually supporting my opinion that it's supposed to work. Nevertheless I'm sure what I've tested. There is still the possibility that it's a 64bit thing in the driver then. Thanks for the pointers, Wolfgang _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
