2012/6/14 Umberto Rustichelli aka Ubi <[email protected]>: > >> Each call to SCardEstablishContext() should create a pcscd thread. >> If the application do not call the corresponding SCardReleaseContext() >> then you have a problem. > > > > Thank you very much. > That said, I have only one last question: is it reasonable that a smart card > driver needs to open 16 threads, or am I almost certainly facing a bug (I'm > going to contact the driver producer)?
You can try to "debug" the application using "PCSC API spy, third try" [1]. 16 is a high number. It looks like a bug. Bye [1] http://ludovicrousseau.blogspot.com/2011/11/pcsc-api-spy-third-try.html -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
