Closed
Bug 75590
Opened 24 years ago
Closed 23 years ago
Crash when executing mouse-over [nsBindingManager::WalkRules]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: cmattar, Assigned: jst)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
4.40 KB,
text/plain
|
Details |
Open the page http://geek.com/pdageek/pdamain.htm
Hover over "JobGeek".
Crash
I'm not sure if this is related to all the other crashes in Javascript today,
since I can't reproduce lots of those, so I'm filing a seperate bug.
Talkback report is TB28977318W
I used Build 2001040904
Assignee | ||
Comment 2•24 years ago
|
||
hyatt, could you look into this, we're crashing in the binding manager, it seems.
Assignee: jst → hyatt
adding to summary & raising severity a notch - it's a crash.
Severity: normal → major
Summary: Crash when executing mouse-over → Crash when executing mouse-over [nsBindingManager::WalkRules]
Comment 4•24 years ago
|
||
It crashes there, but the page is hosed long before that. In a debug build, I
get a bunch of assertions in block frame reflow code that the content nodes its
examining have no document. We should never be building frames for nodes with
no document (and thus never walking rules in XBL or CSS code).
Reassigning back.
Assignee: hyatt → jst
Isn't this a dupe of bug 73331?
Severity: major → critical
Comment 8•23 years ago
|
||
Adding Boris to CC since he worked on bug 73331 and could say for sure whether
this is a dup or not.
Comment 9•23 years ago
|
||
Same stack... marking duplicate.
*** This bug has been marked as a duplicate of 73331 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•