Closed
Bug 518358
Opened 16 years ago
Closed 16 years ago
Fennec crashes when clicking "Visit Page" or "Add Exception" on Certificate NetError Page.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec1.0+)
VERIFIED
FIXED
fennec1.0b5
| Tracking | Status | |
|---|---|---|
| fennec | 1.0+ | --- |
People
(Reporter: jbos, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14
Build Identifier: fennec-1.0b4pre
When calling about:blabla in fennec the ui disappears (looks like fennec crashes, but not xulrunner).
In fennec-1.0b3pre this was happening when about:neterror got called internally i.e by a invalid certificate. Within fennec-1.0b4pre this behavior when calling about:neterror is fixed, but it still happens when pressing in that error page a link or calling other valid and invalid about pages.
Reproducible: Always
Steps to Reproduce:
1. call about:blabla
Actual Results:
Fennec Crash, Xulrunner life on. No Ui anymore.
Expected Results:
Fennec display the pages.
| Reporter | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Flags: wanted-fennec1.0?
| Reporter | ||
Comment 1•16 years ago
|
||
Sorry forgot to mention that it is the qt-version I am talking about.
| Reporter | ||
Comment 2•16 years ago
|
||
Just checked it with the newest versions of fennec and xulrunner.
The behavior regarding about:something is fixed and display a dialog.
But when you go to a page with an broken/nonconfirmable certificate you get these Add Exception page. When you press there then "Visit Page" Fennec crash / ui disappears.
| Reporter | ||
Updated•16 years ago
|
Summary: Fennec crash when typing about:something → Fennec crashes when clicking "Visit Page" or "Add Exception" on Certificate NetError Page.
| Reporter | ||
Comment 3•16 years ago
|
||
I got some more informations here:
These seems to be the issue in browser.js @ 861:
window.openDialog('chrome://pippki/content/exceptionDialog.xul',
'','chrome,centerscreen,modal', params);
When calling that, fennec crashes.
Comment 4•16 years ago
|
||
(In reply to comment #3)
> I got some more informations here:
>
> These seems to be the issue in browser.js @ 861:
> window.openDialog('chrome://pippki/content/exceptionDialog.xul',
> '','chrome,centerscreen,modal', params);
> When calling that, fennec crashes.
Bug 469848 (when finished) will remove that code completely.
Comment 5•16 years ago
|
||
Due to comments #2-4 I'm adding a dependency to this bug for the one mentioned in comment #4 and then moving this to "new"
Updated•16 years ago
|
tracking-fennec: ? → 1.0+
Comment 6•16 years ago
|
||
Fixed by bug 469848
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → B5
Comment 7•16 years ago
|
||
No crash on builds:
Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2b1pre) Gecko/20091027
Fennec/1.0b5pre
and
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20091027
Fennec/1.0b5pre
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Component: Linux/Maemo → General
OS: Linux → Linux (embedded)
QA Contact: maemo-linux → general
Hardware: x86 → ARM
You need to log in
before you can comment on or make changes to this bug.
Description
•