https://bugzilla.novell.com/show_bug.cgi?id=298139#c3 --- Comment #3 from Simon Brys <sbrys@novell.com> 2007-08-08 10:02:26 MST --- I guess running a 32-bit testpcsc against a 64-bit pcscd says enough. It already fails at SCardEstablishContext(). -------------------------------------/snip/------------------------------------- sbrys@linux-lju2:~/Work> file ./testpcsc /testpcsc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.4, dynamically linked (uses shared libs), stripped sbrys@linux-lju2:~/Work> ltrace -f -o testpcsc.txt ./testpcsc MUSCLE PC/SC Lite unitary test Program THIS PROGRAM IS NOT DESIGNED AS A TESTING TOOL FOR END USERS! Do NOT use it unless you really know what you do. winscard_clnt.c:477:SCardEstablishContextTH() Your pcscd is too old and does not support CMD_VERSION Testing SCardEstablishContext : RPC transport error. sbrys@linux-lju2:~/Work> cat testpcsc.txt 5435 __libc_start_main(0x8048ca0, 1, 0xffd21f64, 0x8049a50, 0x8049a40 <unfinished ...> 5435 puts("\nMUSCLE PC/SC Lite unitary test "...) = 41 5435 puts("\033[35mTHIS PROGRAM IS NOT DESIGNE"...) = 67 5435 puts("Do NOT use it unless you really "...) = 55 5435 __printf_chk(1, 0x8049e20, 0xf7fc4756, 1, 0) = 32 5435 SCardEstablishContext(2, 0, 0, 0xffd21828, 0) = 0x80100013 5435 pcsc_stringify_error(0x80100013, 0xf7fcb770, 0, 0xffd2180c, 0xf7fd3ca0) = 0xf7f9d180 5435 __printf_chk(1, 0x8049b1b, 0xf7f9d180, 0xffd2180c, 0xf7fd3ca0) = 33 5435 SCardReleaseContext(0, 0x8049b1b, 0xf7f9d180, 0xffd2180c, 0xf7fd3ca0) = 0x80100003 5435 exit(-1 <unfinished ...> 5435 +++ exited (status 255) +++ -------------------------------------/snip/------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.