LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   segmentation fault (https://www.linuxquestions.org/questions/linux-software-2/segmentation-fault-314879/)

r_x 04-19-2005 09:09 AM

segmentation fault
 
hi,
i'm new here ....................i run slackware 10.1 with gnome 2.10 from gsb freerock gnome
my problem is that whenever i run mozilla / galeon / epiphany it crashes .
i got the following error running mozilla
/usr/lib/mozilla-1.7.5/run-mozilla.sh: line 159: 479 Segmentation fault "$prog" ${1+"$@"}

funnily mozilla runs when i try to open a local ftp site but crashes if opening a web page :( ; also it runs if i m root ( in su & root)
ne help ????
P.S. i also have firefox n it works without ne problems ( installed in /usr/share/firefox )
is it possible that this happened when i tried to install radeon 9200 drivers ??
thnx in advance

lokee 04-19-2005 09:25 AM

Hi,
Since there seems to be no solution on the web for your problem, I'd like to see where the script fails.
But I have a different version of mozilla, could you post the output of this:
Code:

head -n 175 /usr/lib/mozilla-1.7.5/run-mozilla.sh | tail -n 20
Regards,

[EDIT]
SHould've researched more, pwaaaaa...
Read this:
http://bugzilla.gnome.org/show_bug.cgi?id=300321
That fits your description doesn't it??
[/EDIT]

r_x 04-20-2005 07:16 AM

here's what i got
g@gR:/$ head -n 175 /usr/lib/mozilla-1.7.5/run-mozilla.sh | tail -n 20
}
##########################################################################
moz_run_program()
{
prog=$MOZ_PROGRAM
##
## Make sure the program is executable
##
if [ ! -x "$prog" ]
then
moz_bail "Cannot execute $prog."
fi
##
## Use md5sum to crc a core file. If md5sum is not found on the system, ## then dont debug core files.
##
moz_test_binary /bin/type
if [ $? -eq 1 ]
then
crc_prog=`type md5sum 2>/dev/null | awk '{print $3;}' 2>/dev/null | sed -e 's/\.$//'`

r_x 04-26-2005 05:22 AM

it's solved
 
hey every1 its solved
dunno how :? ..............................but i added some fonts to the sys. n updated the sys using fc-cache
n POW!!!!! mozilla was running the next time i started it


All times are GMT -5. The time now is 09:11 PM.