I did set "set verbose" looklike looking for libthread_db.so # gdb /pfrm2.0/bin/pcscd Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback GNU gdb (GDB) 7.0.1 Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html > This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /pfrm2.0/bin/pcscd...done. (gdb) set verbose (gdb) run Starting program: /pfrm2.0/bin/pcscd Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from system-supplied DSO at 0xffffe000...(no debugging symbols found)...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Symbols already loaded for /lib/ld-linux.so.2 Symbols already loaded for /lib/ld-linux.so.2 Reading symbols from /pfrm2.0/lib/libusb-0.1.so.4...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Loaded symbols for /pfrm2.0/lib/libusb-0.1.so.4 Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/libpthread.so.0...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Trying host libthread_db library: /lib/libthread_db.so.1. dlopen failed: /lib/libthread_db.so.1: cannot open shared object file: No such file or directory. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Loaded symbols for /lib/libpthread.so.0 Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Trying host libthread_db library: /lib/libthread_db.so.1. dlopen failed: /lib/libthread_db.so.1: cannot open shared object file: No such file or directory. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Loaded symbols for /lib/libc.so.6 Reading symbols from /pfrm2.0/lib/libusb-1.0.so.0...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Trying host libthread_db library: /lib/libthread_db.so.1. dlopen failed: /lib/libthread_db.so.1: cannot open shared object file: No such file or directory. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Loaded symbols for /pfrm2.0/lib/libusb-1.0.so.0 Reading symbols from /lib/librt.so.1...(no debugging symbols found)...done. Trying host libthread_db library: libthread_db.so.1. dlopen failed: libthread_db.so.1: cannot open shared object file: No such file or directory. Trying host libthread_db library: /lib/libthread_db.so.1. dlopen failed: /lib/libthread_db.so.1: cannot open shared object file: No such file or directory. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Loaded symbols for /lib/librt.so.1 Detaching after fork from child process 9049. Program exited normally. (gdb)
On Thu, Jan 21, 2010 at 12:39 PM, Ludovic Rousseau < [email protected]> wrote: > 2010/1/21 Vasanta <[email protected]>: > > Loaded latest pcsc-lite 1.5.5, getting seg fault and complaining > > "Info.plist" not available, any idea how can I generate? > > > > # > > # /pfrm2.0/bin/pcscd -f > > tokenparser.l:170:LTPBundleFindValueWithKey() Could not open bundle file > > /usr/local/pcsc/drivers/ifdokccid_lnx-3.4.0.bundle/Contents/Info.plist: > No > > such file or directory > > Segmentation fault > > Please run pcscd inside gdb to generate a backtrace and use the > arguments "--foreground --debug" instead of just "-f" > > Thanks > > -- > Dr. Ludovic Rousseau > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle >
_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
