Hello,


here comes the result of the backtrace:

(gdb) run
Starting program: /usr/sbin/pcscd -f -d stdout
Reading symbols for shared libraries ..... done
src/PCSC/pcscdaemon.c:266 main: pcscd set to foreground
src/PCSC/pcscdaemon.c:280 main: debug messages to stdout
src/PCSC/pcscdaemon.c:469 main: warning: no reader.conf found

src/PCSC/pcscdaemon.c:487 main: pcsc-lite daemon ready.

Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
Cannot access memory at address 0x0
Cannot access memory at address 0x0
#1  0x901a4e80 in CFStringGetCStringPtr ()
#2  0x0000535c in ?? ()
#3  0x00005e9c in ?? ()
#4  0x000068e4 in ?? ()
#5  0x00006fcc in ?? ()
#6  0x00002650 in ?? ()
#7  0x000024c4 in ?? ()
(gdb)


bye


Stefan

Am 19.12.2003 um 09:50 schrieb Ludovic Rousseau:

Le jeudi 18 d�cembre 2003 � 14:42:48, sh a �crit:
Has anyone a working driver for the SPR532 Reader on Mac OS X 10.3?
If I install the ccid-0.3.2 driver pcscd crashed immediately:

[iMac:~] stefan% sudo pcscd -f -d stdout
src/PCSC/pcscdaemon.c:266 main: pcscd set to foreground
src/PCSC/pcscdaemon.c:280 main: debug messages to stdout
src/PCSC/readerfactory.c:1336 RFInitializeReader: Attempting startup of
GemPCTwin serial 0 0.

Argh! you installed the GemPCTwin _serial_ driver. That's my fault. The /etc/reader.conf is created by the Makefile. Maybe 'make install' should only install the USB driver.

You can rename the /etc/reader.conf to /etc/reader.conf.whatever so that
pcscd does not try to load this driver.


src/PCSC/readerfactory.c:237 RFAddReader: GemPCTwin serial init failed.
src/PCSC/pcscdaemon.c:487 main: pcsc-lite daemon ready.
Bus error

Nice error. I don't have a Mac OS X 10.3 right now to make tests and debug.

Can you run pcscd under gdb and send the output of 'bt' (backtrace)?

Bye,

--
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle



_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to