Skip to content

reader.connect method crashes in Linux #3

Description

@adricasti

The source code includes a test page WebCard.html that can be opened locally to test the plugin (after it has been registered in the system). In Firefox running on Ubuntu 14.10 the page hangs when you present a card, however if you comment out line 40 then the card insert/remove events work just fine.

The problem seems to be with the connect method, if you manually open the console and do

var reader = webcard.readers[0];  // After this you can even see the ATR of the card if there is one
reader.connect(2); // This crashes

I am by no means a Linux expert so I don't know how you could debug this, but it could be useful as a pointer for someone who wants to have a look at it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions