#7  0x00007fffdef0702e in MessageSend
(buffer_void=buffer_void@entry=0x7fffd60030d0,
buffer_size=buffer_size@entry=8, filedes=filedes@entry=1024) at
winscard_msg.c:372

The file descriptor value is 1024. This is the default maximum number of opened 
file for a process.
You can check that using "ulimit -n".

The GNU libC then aborts the call, but your backtrace does not indicate
the name of the function that is aborted. I guess it is send(2).

Using more than 1024 opened files is NOT normal. I really suspect a bug in the 
proprietary PKCS#11 library /usr/local/AWP/lib/libOcsCryptoki.so
You can increase the limit using "ulimit -n 2000" just to see what happens.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pcsc-lite in Ubuntu.
https://bugs.launchpad.net/bugs/294830

Title:
  libpcsclite.so versions >1.4.99 and <1.8.25 causes crash of
  firefox/chrome

Status in pcsc-lite package in Ubuntu:
  Fix Committed

Bug description:
  pcscd with version after 1.4.99 causes crash of firefox if smart card
  reader is not inserted, and in result firefox can not start

  in Ubuntu 8.10 package pcscd 1.4.102-1u is not good, i recommend to
  rollback to 1.4.99 or older version of pcscd

  this issue is not only in Ubuntu, it persist in Slackware too

  configuration - reader Omnikey 6121 with smart card Siemens HiPath
  SIcurity card

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/294830/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to