On 03/11/10 09:02 AM, Ginn Chen wrote: > > > On Mar 11, 2010, at 3:14 PM, solarg wrote: >>> Try >>> rm -rf $HOME/.mozilla/firefox/etc >>> rm -rf $HOME/.mozilla/firefox/.refresh >>> unset LD_LIBRARY_PATH >>> then run thunderbird again >>> >> i don't understand, do you mean that thunderbird use .mozilla/firefox ? > > If you use tarball version of contrib Firefox/Thunderbird on S10, yes, thunderbird-3.0.3.en-US.solaris-10-fcs-sparc.tar.bz2
> $HOME/.mozilla/firefox/etc is used to store some setting files required by > Firefox/Thunderbird private GTK+ libraries (./depend directory). > ok, moving .mozilla to .mozilla.old, and doing the correcion you suggested: In /usr/local/thunderbird-3.0.3/run-mozilla.sh find LD_LIBRARY_PATH=$(NEW_PATH}/depend/lib change the line to LD_LIBRARY_PATH=/usr/local/thunderbird-3.0.3:/usr/local/thunderbird-3.0.3/components:/usr/local/thunderbird-3.0.3/depend:/opt/sfw/lib thunderbird works well but, using old .mozilla, thunderbird coredumps (see the pmap and pstack traces attached) removing $HOME/.mozilla/firefox/etc and $HOME/.mozilla/firefox/.refresh did the job, and thunderbird is working. But i don't want to clean .mozilla/firefox for all sunrays users, not everyone wants to upgrade to tb-3.0.3 thanks for replies, gerard -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: tb-3.0.3.txt URL: <http://mail.opensolaris.org/pipermail/desktop-discuss/attachments/20100311/d64186b0/attachment-0001.txt>
