Hi again, Thanks to Michele Baldessari, I have spotted the probable cause of the crash. It seems somehow, the /usr/lib/xulrunner-1.9/chrome file ended up being a directory instead of a symbolic link to /usr/share/xulrunner-1.9/chrome.
Please all check /usr/lib/xulrunner-1.9/chrome is not a directory and if it is a directory, try to check what packages it belongs to with "dpkg -S /usr/lib/xulrunner-1.9/chrome". If the only output is xulrunner-1.9, it means there has been a package creating this directory in the past, but it is not installed on your system anymore. The fact is, /usr/lib/xulrunner-1.9/chrome has been a symbolic link since the beginning of the xulrunner-1.9 package. And apparently, there is no package shipping /usr/lib/xulrunner-1.9/chrome other than xulrunner-1.9 in unstable, so any new install should be safe. Anyways, if /usr/lib/xulrunner-1.9/chrome is a directory on your system, please check if it is empty. If so, please remove it and create the missing symbolic link with "ln -s ../../share/xulrunner-1.9/chrome /usr/lib/xulrunner-1.9/chrome" If not, please send a list of files, move them to /usr/share/xulrunner-1.9/chrome, then do the same as above. After these operations, iceweasel should stop crashing. Cheers, Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]