QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 756|回复: 1

FF浏览一个页面是崩溃,高手请帮忙!

[复制链接]
发表于 2005-3-7 09:45:49 | 显示全部楼层 |阅读模式
在浏览下面这个网页时,每次打开firefox都崩溃关闭了,
http://it.sohu.com/20050304/n224542501.shtml

shell里的信息记录是这样的:

[root@anton ~]# /firefox1.0/firefox
*** loading the extensions datasource
*** loading the extensions datasource
Warning:
Name: menuBar
Class: XmRowColumn
XtGrabPointer failed.

/firefox1.0/run-mozilla.sh: line 159: 5629 段错误 "$prog" ${1+"$@"}


run-mozilla.sh对应的代码段落是;

## Run the program
##
"$prog" ${1+"$@"}
exitcode=$?
if [ "$DEBUG_CORE_FILES" ]
then
if [ -f core ]
then
crc_new=`$crc_prog core | awk '{print $1;}' `
fi
fi
if [ "$crc_old" != "$crc_new" ]
then
printf "\n\nOh no! %s just dumped a core file.\n\n" $prog
printf "Do you want to debug this ? "
printf "You need a lot of memory for this, so watch out ? [y/n] "
read ans
if [ "$ans" = "y" ]
then
debugger=`moz_get_debugger`
if [ -x "$debugger" ]
then
echo "$debugger $prog core"

# See http://www.mozilla.org/unix/debugging-faq.html
# For why LD_BIND_NOW is needed
LD_BIND_NOW=1; export LD_BIND_NOW

$debugger "$prog" core
else
echo "Could not find a debugger on your system."
fi
fi
fi
}
 楼主| 发表于 2005-3-7 09:49:32 | 显示全部楼层
有测试了一下,发现是一个主题的问题,我用scribbliespain1.0这个主题时发生这个错误,换成其他主题就好了,不知道这个主题有什么BUG。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 19:28 , Processed in 0.070061 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表