Mozilla Calendar segmentation fault
Submitted by thepletts on Mon, 03/28/2005 - 19:03.
Using Software
Posts: 76
Posts: 76
When starting Mozilla calendar from within Navigator or Mail, Mozilla crashes & disappears. I then started from within terminal mozilla -calendar, and get a "segmentation fault" error message.
Any ideas? It has worked reliably until now.
Thanks much ... Daniel
Re: Mozilla Calendar segmentation fault
Posts: 49
Test if it is a local corrupted setting:
rename the hidden .mozilla/ directory inside of your home directory
$ mv .mozilla .mozilla-old
Then try using the calender program. If it works OK, then the problem was a messed-up local setting.
Note: If this dosen't seem to be the problem, you can change the directory name back again.
If this dosen't work, then reconfigure the program as root:
# dpkg-reconfigure mozilla-browser
# dpkg-reconfigure mozilla-calender
Bob