Closed
Bug 479247
Opened 16 years ago
Closed 16 years ago
Segmentation Fault when typing an URL in the location bar
Categories
(Firefox :: Address Bar, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 472450
People
(Reporter: kubrick, Unassigned)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1b3pre) Gecko/20090219 Shiretoko/3.1b3pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1b3pre) Gecko/20090219 Shiretoko/3.1b3pre
When I type an URL in the location bar, firefox crashes :
$ /usr/local/lib/firefox-3.1/firefox
*** Failed to get string Suspend_Firebug in bundle: chrome://firebug/locale/firebug.properties
*** e = [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]" nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)" location: "JS frame :: chrome://browser/content/utilityOverlay.js :: getShellService :: line 312" data: no]
/usr/local/lib/firefox-3.1/run-mozilla.sh: line 131: 670 Erreur de segmentation "$prog" ${1+"$@"}
Maybe it's a problem with auto completion because if I copy-paste a full URL in the location bar, it works well.
I'm usign today's mercurial version :
$ hg identify
91496ec9f3a5 tip
I had no problem with previous (two days ago) version.
Reproducible: Always
Steps to Reproduce:
1. begin to type someting in the location bar
2. et voilà !
Actual Results:
Segmentation fault
Expected Results:
Should propose urls thanks to autocompletion
CFLAGS=-march=prescott -O2 -pipe -fomit-frame-pointer
Comment 1•16 years ago
|
||
If you have JIT.Chrome set to true - then the crash is known, and fixed on trunk builds and TraceMonkey.. I assume it will be fixed in branch before 3.1b3 comes out.
Reporter | ||
Comment 2•16 years ago
|
||
The segfault seems to occur only when "javascript.options.jit.chrome" is set to "true"
Reporter | ||
Comment 3•16 years ago
|
||
Sorry I didn't read your answer, so yes it seems to be the problem.
Comment 4•16 years ago
|
||
feel free to reopen if the issue will repeat again after bug 472450 is landed on 1.9.1 branch.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•