Closed
Bug 462541
Opened 16 years ago
Closed 16 years ago
browser_339445.js crashes on my computer
Categories
(Firefox :: Session Restore, defect)
Tracking
()
RESOLVED
WORKSFORME
Firefox 3.1b2
People
(Reporter: sgautherie, Assigned: sgautherie)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
1.20 KB,
patch
|
zeniko
:
review+
|
Details | Diff | Splinter Review |
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b2pre) Gecko/20081031 Minefield/3.1b2pre] (home, optim default) (W2Ksp4)
Assignee | ||
Comment 1•16 years ago
|
||
The crash is triggered by enabling the following "line":
|tab.linkedBrowser.addEventListener(...);|
even when removing all the code inside
and with/without keeping the |finish();| inside.
Assignee | ||
Updated•16 years ago
|
Flags: wanted-firefox3.1?
Assignee | ||
Comment 2•16 years ago
|
||
Nit:
|let testURL = ...| is missing a ';'.
Comment 3•16 years ago
|
||
* Does the crash happen when using a nightly build instead of your own build?
* Do you get a crash report/stack so that you can tell us where exactly the crash happens?
NB: Our own unit test machines don't crash...
Whiteboard: [worksforme?]
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> * Does the crash happen when using a nightly build instead of your own build?
I rebuilded (with a few newer checkins), and it doesn't crash anymore...
R.WorksForMe
> * Do you get a crash report/stack so that you can tell us where exactly the
> crash happens?
No, no Breakpad nor DrWatson (or I didn't wait long enough): plain crash.
> NB: Our own unit test machines don't crash...
I know.
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: wanted-firefox3.1?
Resolution: --- → WORKSFORME
Whiteboard: [worksforme?]
Target Milestone: --- → Firefox 3.1b2
Assignee | ||
Comment 5•16 years ago
|
||
Assignee: nobody → sgautherie.bz
Attachment #345807 -
Flags: review?(mano)
Updated•16 years ago
|
Attachment #345807 -
Flags: review?(mano) → review+
Comment 6•16 years ago
|
||
Comment on attachment 345807 [details] [diff] [review]
(Av1) Nit: missing ';'
[Checkin: Comment 7]
Thanks.
Assignee | ||
Comment 7•16 years ago
|
||
Comment on attachment 345807 [details] [diff] [review]
(Av1) Nit: missing ';'
[Checkin: Comment 7]
http://hg.mozilla.org/mozilla-central/rev/7e750c55fd89
Attachment #345807 -
Attachment description: (Av1) Nit: missing ';' → (Av1) Nit: missing ';'
[Checkin: Comment 7]
You need to log in
before you can comment on or make changes to this bug.
Description
•