#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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/294830

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

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to