I got GDB source and compiled and ran with GDB # # gdb /pfrm2.0/bin/pcscd --foreground --debug gdb: unrecognized option `--foreground' Use `gdb --help' for a complete list of options. # # 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) run Starting program: /pfrm2.0/bin/pcscd warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Program exited normally. (gdb) quit # 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
