Hello,

On Wed, May 23, 2012 at 6:41 PM, Ludovic Rousseau
<[email protected]> wrote:
> Thanks for the backtrace.
>
> Your application did a SCardConnect() and the reader was removed at
> the same time.
> It is clearly a bug in pcscd.
>

I tried to figure out how to do the stresstest automatically and found
this script:

#!/bin/sh

# 6-1 was discovered by removing and inserting the token
# followed by dmesg
USB="6-1"

while true ; do
  echo -n $USB >/sys/bus/usb/drivers/usb/unbind
  sleep 1
  echo -n $USB >/sys/bus/usb/drivers/usb/bind
  sleep 4
done

I just let it run with freerdp/scard. Login into server and then
start the script. After some time I just landed in pattern "C".
With this it should be easier to reproduce....

Maybe that it does not need freerdp/scard at all and any more
complex scard app triggers this too.

So, maybe this script is helpfull,

Martin
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to