Closed
Bug 207192
Opened 21 years ago
Closed 21 years ago
mozilla crashes/freezes when trying to type in it. Ether in any form or in url..
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 207193
People
(Reporter: sundro, Unassigned)
Details
(Keywords: hang)
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)
Build Identifier: [root@ilia mozilla]# /usr/local/bin/mozilla -v Mozilla 1.4b, Copyright (c) 2003 mozilla.org <developer build>
Since upgrading to rh 9. I installed new rpms 1.3 and galeon. But it would work and then
it would freeze/crash when I try to type anything in any form or login. At this point I have
de/installed all version rpms tar build it from scratch but same luck. I have p4 1.8 system
with 256 ram. When I ran 'top' while mozilla is frozen its not taking any cpu or anything
that I can notice. Here is top while mozilla is running and is frozen. it is manual build of
1.4b from cvs.
23:25:09 up 7 days, 1:53, 5 users, load average: 0.47, 0.31, 0.37
84 processes: 80 sleeping, 4 running, 0 zombie, 0 stopped
CPU states: 6.5% user 1.1% system 0.0% nice 0.0% iowait 92.2% idle
Mem: 255264k av, 174424k used, 80840k free, 0k shrd, 6136k buff
142032k actv, 8076k in_d, 1536k in_c
Swap: 1048280k av, 77916k used, 970364k free 87604k cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU
COMMAND
4879 sundro 23 0 1124 1124 940 S 0.0 0.4 0:00 0 run-mozilla.sh
4886 sundro 15 0 35736 34M 26880 S 0.0 13.9 0:03 0 mozilla-bin
I also ran with -g option but did not know what else to do and here is output
[root@ilia tmp]# mozilla -g
/usr/local/lib/mozilla-1.4b/run-mozilla.sh -g /usr/local/lib/mozilla-1.4b/mozilla-bin
MOZILLA_FIVE_HOME=/usr/local/lib/mozilla-1.4b
LD_LIBRARY_PATH=/usr/local/lib/mozilla-1.4b:/usr/local/lib/mozilla-1.4b/plugins:/usr/local/lib/mre/mre-1.4b
DISPLAY=:0.0
FONTCONFIG_PATH=/etc/fonts:/usr/local/lib/mozilla-1.4b/res/Xft
DYLD_LIBRARY_PATH=/usr/local/lib/mozilla-1.4b:/usr/local/lib/mre/mre-1.4b
LIBRARY_PATH=/usr/local/lib/mozilla-1.4b:/usr/local/lib/mozilla-1.4b/components:/usr/local/lib/mre/mre-1.4b
SHLIB_PATH=/usr/local/lib/mozilla-1.4b:/usr/local/lib/mre/mre-1.4b
LIBPATH=/usr/local/lib/mozilla-1.4b:/usr/local/lib/mre/mre-1.4b
ADDON_PATH=/usr/local/lib/mozilla-1.4b
MOZ_PROGRAM=/usr/local/lib/mozilla-1.4b/mozilla-bin
MOZ_TOOLKIT=
moz_debug=1
moz_debugger=
which: no ddd in
(/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin)
/usr/bin/gdb /usr/local/lib/mozilla-1.4b/mozilla-bin -x /tmp/mozargs5029
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) run ( I type run, since I do not know what other options will be usefull)
Starting program: /usr/local/lib/mozilla-1.4b/mozilla-bin
[New Thread 1078679424 (LWP 5041)]
Type Manifest File: /usr/local/lib/mozilla-1.4b/components/xpti.dat
+++ JavaScript debugging hooks installed.
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
nNCL: registering deferred (0)
[New Thread 1116949808 (LWP 5048)]
[New Thread 1125342512 (LWP 5049)]
GFX: dpi=112 t2p=0.0769231 p2t=13 depth=24
WEBSHELL+ = 1
[New Thread 1134791984 (LWP 5057)]
[New Thread 1143184688 (LWP 5058)]
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
nsChromeRegistry.cpp, line 3188
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file
nsChromeRegistry.cpp, line 3188
WEBSHELL+ = 2
Note: verifyreflow is disabled
Note: styleverifytree is disabled
Note: frameverifytree is disabled
[New Thread 1152871728 (LWP 5059)]
[Thread 1152871728 (LWP 5059) exited]
WEBSHELL+ = 3
Couldn't get registers: No such process.
(gdb)
Reproducible: Always
Steps to Reproduce:
1.run mozilla
2. type web address to go to or
3. type username pass to any site
Actual Results:
frozen/crash mozilla please see details section
Expected Results:
please see details section
please see details section
Comment 1•21 years ago
|
||
*** Bug 207193 has been marked as a duplicate of this bug. ***
Comment 2•21 years ago
|
||
It looks like gdb lost track of Mozilla and/or Mozilla bailed in a way that gdb
doesn't know how to catch. If you haven't already done so, you might grab the
glibc errata from Red Hat, I think it might help with gdb.
Do you have find-as-you-type enabled? see bug 198345
Keywords: hang
Hardware: Other → PC
Updated•21 years ago
|
Severity: blocker → critical
Comment 3•21 years ago
|
||
let's try this again
*** This bug has been marked as a duplicate of 207193 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•