2009/1/14 Marc Rios Valles <m...@c3po.es>:
> Hello to everybody,

Hello,

> I send this message because I'm having problems linking with
> libopensc.so in versions 0.11.5 and 0.11.6. The error is located when I
> try to get the iso7816 driver. At this line:
>
> struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
>
> When the execution arribes to this line I get a segfault. The same code
> with opensc-0.11.4 runs correctly. What have changed since then?? Any
> clue?

Run your program inside gdb. Then use the gdb "bt" command after the
crash to generate a backtrace.

Bye

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to