Le dimanche 21 d�cembre 2003 � 11:38:10, sh a �crit: > 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)
The CFStringGetCStringPtr() calls are in PCSC/src/hotplug_macosx.c My CCID driver does not use this MacOS function. So the bug is in pcsc-lite and not the CCID driver (unles I am wrong somewhere). I will try to make tests on MacOS 10.3 in the next few days. Anyone with MacOS 10.3 here? Do you have the same problem? 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
