
我從 Mozilla ftp 伺服器下載了三個版本的 Firefox:3.6、3.5 和 3.0。然後我創建了三個配置文件,例如:
firefox -no-remote -CreateProfile firefox-3.5
然後我嘗試運行它:
./firefox -no-remote -P firefox-3.5
但它失敗並出現錯誤:
./firefox-bin: symbol lookup error: ./libxul.so: undefined symbol: _Z19js_obj_defineGetterP9JSContextjPi
或者
(firefox-bin:4034): GLib-CRITICAL **: g_hash_table_insert_internal: assertion `hash_table != NULL' failed
實際上它在 10.10 中有效。我造訪了 Mozilla 的 Firefox IRC 頻道,一位朋友告訴我他以前從未見過這個錯誤,所以我認為這是 Natty 問題。