/usr/lib/firefox/run-mozilla.sh: line 131: 2198 Segmentation fault "$prog" ${1+"$@"}I encountered this problem before and worked around it by specifying xim as the GTK input method module... but this meant I couldn't use any input methods.
So it happened again today when Firefox updated itself to 2.0.0.2, and I happened upon a much nicer workaround:
sudo vim `which firefox`then add:
GTK_IM_MODULE=scim-bridgea line before "moz_pis_startstop_scripts()".
This allows me to use SCIM in Firefox 2. Happy days...!