Closed
Bug 530266
Opened 15 years ago
Closed 15 years ago
Error: gCrashReporter is not defined in the error Console, when load or reload web page
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3.6
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta4-fixed |
People
(Reporter: alice0775, Assigned: dietrich)
References
()
Details
(Keywords: regression, verified1.9.2)
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
beltzner
:
approval1.9.2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b4pre) Gecko/20091120 Firefox/3.5.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b4pre) Gecko/20091120 Firefox/3.5.5
Load or Reload web page,
The following error shown in the Error Eonsole.
Error: gCrashReporter is not defined
Source File: chrome://browser/content/browser.js
Line: 4030
Reproducible: Always
Steps to Reproduce:
1.Start Namoroka with new profile
2.Set "javascript.options.showInConsole" to true in about:config
3.Restart Browser
4.Open Error Console (Ctrl+Shift+J)
5.Open URL and reload
Actual Results:
The following error shown in the Error Eonsole.
Error: gCrashReporter is not defined
Source File: chrome://browser/content/browser.js
Line: 4030
Expected Results:
No error
Reporter | ||
Comment 1•15 years ago
|
||
This error does not happen in the following trunk build.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.3a1pre) Gecko/20091120 Minefield/3.7a1pre ID:20091120042913
Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Reporter | ||
Comment 2•15 years ago
|
||
Regression window:
Fine:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b4pre) Gecko/20091117 Namoroka/3.6b4pre ID:20091117121000
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/784785a78a5a
Broken:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b4pre) Gecko/20091118 Namoroka/3.6b4pre ID:20091118050048
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/b4c505cfcdbd
Pushlog:
http://hg.mozilla.org/releases/mozilla-1.9.2/pushloghtml?fromchange=784785a78a5a&tochange=b4c505cfcdbd
Reporter | ||
Comment 3•15 years ago
|
||
Candidate regression bug:
Bug 526545 - Crash reporter still can send wrong URL when crashing during pageload (r=bsmedberg)
Blocks: 526545
Keywords: regression
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
>
> *** This bug has been marked as a duplicate of bug 529622 ***
Please check change log order.
Checked in bug 529622 did not fix this issue.
So this is not duplicate.
Reporter | ||
Comment 6•15 years ago
|
||
not yet fixed on the following branch build
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/d75213d4b1e2
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b4pre) Gecko/20091121 Namoroka/3.6b4pre ID:20091121052014
Comment 7•15 years ago
|
||
Unduping because that hasn't anything to do with a self-made build and the crashreporter disabled.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 8•15 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2b4pre) Gecko/20091120 Namoroka/3.6b4pre ID:20091120033655
It also occurs in the Error Console when clicking the Home button in the navigation toolbar.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 9•15 years ago
|
||
Does this affect any functionality of the crash reporter? Means, does it have to be fixed for 3.6?
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dietrich
Assignee | ||
Comment 10•15 years ago
|
||
same as bug 526545, which gavin's patched already.
Status: NEW → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 12•15 years ago
|
||
double ugh, not at all related.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•15 years ago
|
Attachment #414087 -
Flags: review? → review?(gavin.sharp)
Comment 14•15 years ago
|
||
Comment on attachment 414087 [details] [diff] [review]
fix
Doh! I failed to notice that the 1.9.2 code didn't use defineLazyServiceGetter (because it doesn't exist there).
Weird that the original exception from getService() wasn't noticed, though...
Attachment #414087 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #414087 -
Flags: approval1.9.2?
Comment 15•15 years ago
|
||
Comment on attachment 414087 [details] [diff] [review]
fix
a192=beltzner
Attachment #414087 -
Flags: approval1.9.2? → approval1.9.2+
Assignee | ||
Comment 16•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
status1.9.2:
--- → final-fixed
OS: Windows Vista → All
Hardware: x86 → All
Resolution: --- → FIXED
Comment 17•15 years ago
|
||
Verified fixed with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2b5pre) Gecko/20091126 Namoroka/3.6b5pre ID:20091126033851.
You need to log in
before you can comment on or make changes to this bug.
Description
•