評分: 4 / 5 顆星

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.

此意見為舊版本 (0.1.1-signed.1-signed) 的附加元件。  此使用者對此附加元件 曾發表過 2 筆評論

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