Some extensions cause an empty error console to appear at the bottom of the SeaMonkey window. In my case, I install them all as root, so I can get them in the app directory, not in the profile. I much prefer uninstalling/reinstalling the package than fixing a broken profile, or starting a new one. I recently identified what the issue was, simply bad permissions on the extension .jar file. Examples of extensions that cause this are crash handler, session manager and undo close tabs. The fix is to find the file and chmod 644. They are normally in /opt/seamonkey/lib/seamonkey-1.1.12/chrome, but undo close tabs was in /opt/seamonkey/lib/seamonkey-1.1.12/defaults/pref.
I was scratching my head for a long time and compiling lists of linux-incompatible extensions until I figured this out, so I hope this helps someone...

EDIT: Obviously, the 1.1.12 in the paths would change to reflect the version of SeaMonkey you have installed.