RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1464255 - ESC crashes occasionally with pcscd messages
Summary: ESC crashes occasionally with pcscd messages
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcsc-lite
Version: 7.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Bob Relyea
QA Contact: Asha Akkiangady
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-22 19:53 UTC by Roshni
Modified: 2019-04-02 22:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-19 14:45:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Roshni 2017-06-22 19:53:47 UTC
Description of problem:
ESC crashes with pcscd messages

Version-Release number of selected component (if applicable):
pcsc-lite-1.8.8-6.el7.x86_64

How reproducible:
occasionally

Steps to Reproduce:
1. ESC crashes
2.
3.

Actual results:


Expected results:


Additional info:
Jun 22 11:32:32 localhost abrt-server: Email was sent to: root@localhost
Jun 22 11:32:38 localhost pcscd: 99999999 commands.c:1449:CCID_Receive Card absent or mute
Jun 22 11:32:38 localhost pcscd: 00000987 ifdwrapper.c:527:IFDTransmit() Card not transacted: 612
Jun 22 11:32:38 localhost pcscd: 00000006 winscard.c:1606:SCardTransmit() Card not transacted: 0x80100016
Jun 22 11:32:38 localhost pcscd: 00003887 winscard.c:926:SCardDisconnect() Error resetting card.
Jun 22 11:32:38 localhost pcscd: 00007000 winscard.c:926:SCardDisconnect() Error resetting card.
Jun 22 11:32:41 localhost journal: g_slice_set_config: assertion 'sys_page_size == 0' failed

Comment 3 Roshni 2017-08-30 16:54:54 UTC
Bob,

I can try to reproduce it as i have seen it inconsistently. Please give me a command to get the stack trace when I see the issue.

Thanks
Roshni

Comment 4 Bob Relyea 2017-08-30 18:08:40 UTC
The easiest is to run ESC under gdb. ESC is really xulrunner iirc. It's probably easiest to run ESC normally, then attach to it with gdb (do a ps looking for xulrunner than :

gdb <path to xulrunner> <process id of ESC>


let gdb to, when ESC crashes, gdb will break at that point and you can use the 'where' command to get a stack backtrace.

(adding Jack to correct any errors here).

bob

Comment 5 Jack Magne 2017-08-30 21:58:29 UTC
That is correct bob. I believe cfu and myself just yesterday saw something similar on the latest Fedora when replacing a token. It works the first time and then if you take it out and put it back in, it can sometimes go down. No changes to esc lately that would account for this. Of course it could have been doing somethign wrong that has been let go all this time.

Comment 6 Roshni 2017-09-19 14:45:24 UTC
I was not able to reproduce this issue, so closing for now.


Note You need to log in before you can comment on or make changes to this bug.