Closed
Bug 917780
Opened 12 years ago
Closed 8 years ago
Crash in xpc::WrapperFactory::WaiveXray (again)
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: sebo, Unassigned)
Details
Crash Data
Attachments
(1 file)
|
2.22 MB,
application/octet-stream
|
Details |
This was first posted to bug 885388.
It happens when switching between tabs while Firebug is enabled for them. It's not always reproducible for me, though.
My steps:
1. Install the attached version of Firebug (which is using JSD2)
2. Go to https://getfirebug.com/tests/manual/console/joes-original/test.html
3. Open Firebug for that page by pressing F12
4. Go to https://getfirebug.com in a second tab
=> Firefox crashes.
Sebastian
| Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Given stack frames 3 and 4, this might be related to off-mainthread script parsing:
3 PR_AttachThread nsprpub/pr/src/threads/prcthr.c
4 xul.dll mozilla::dom::workers::scriptloader::ReportLoadError(JSContext *,nsString const &,tag_nsresult,bool)
@bhackett, do you agree?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(bhackett1024)
Comment 3•12 years ago
|
||
(In reply to Till Schneidereit [:till] from comment #2)
> Given stack frames 3 and 4, this might be related to off-mainthread script
> parsing:
>
> 3 PR_AttachThread nsprpub/pr/src/threads/prcthr.c
> 4 xul.dll mozilla::dom::workers::scriptloader::ReportLoadError(JSContext
> *,nsString const &,tag_nsresult,bool)
>
> @bhackett, do you agree?
No, both frames look bogus (the calling frame does not actually call that function), and frame 4 is DOM workers code and unrelated to off thread parsing.
Flags: needinfo?(bhackett1024)
Updated•10 years ago
|
Crash Signature: [@ xpc::WrapperFactory::WaiveXray(JSContext*, JSObject*) ] → [@ xpc::WrapperFactory::WaiveXray(JSContext*, JSObject*) ]
[@ xpc::WrapperFactory::WaiveXray ]
Comment 4•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•