Rated 4 out of 5 stars

Hi all,I wrote about my solution to the 64bit problem some months ago, but mozilla deleted the comment. I will try it again:I have set up a github repository containing a copy of the original author's svn repository. I made a minor bugfix and some minor improvements and succeeded in compiling a usable 64bit library. The lib works well even with the latest FF or TB for me and some others who succeeded in contacting me via e-mail.The github repo:https://github.com/toaster/mozilla-gnome-keyringUPDATE (regarding JS Compiler): I had experienced the original crashes half a year ago on 64bit Linux while having no problems on 32bit Linux. A recompile produced a working library without changing anything in Firefox.I am using this library since then and it works without any problems. My baselinejit.* options are still enabled (default). I venture to doubt that this is the core of the problem.

This review is for a previous version of the add-on (0.1.1-signed.1-signed).  This user has 2 previous reviews of this add-on.

NOTE: It seems that the crashes experienced by the users are related to the new Javascript JIT Compiler Called ION Baseline. Disabling it seems to solve the problem. You can disable it by setting javascript.options.baselinejit.* in about:config to false