By direct download you refer to the mozilla tarball?
Try running it inside gdb, just in a terminal enter
- Code: Select all
gdb firefox
.
You may need to add the -debug repositories so you can install the necessary -debug packages
or maybe you just need to enable them if you added your repositories via the MCC.
gdb will give you then a list of -debug packages to install.
Then run it again as above, in gdb type
run and hit enter,
then when you get the segmentation fault type
bt and enter.
Please continue to the end of the output and post everything here.