Closed
Bug 438041
Opened 17 years ago
Closed 17 years ago
Loading graphs page totally hangs browser (unresponsive script: DOM.js:587)
Categories
(Webtools Graveyard :: Graph Server, defect)
Webtools Graveyard
Graph Server
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 398327
People
(Reporter: whimboo, Unassigned)
References
()
Details
(Keywords: hang)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9) Gecko/2008053008 Firefox/3.0 ID:2008053008
When loading the following URL the browser totally hangs on Mac OS X 10.4 for approximately 4 minutes. Doing the same on 10.5 or Windows brings up the following dialog after some seconds without a response from the UI:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://graphs-stage.mozilla.org/js/mochikit/DOM.js:587
var concat = MochiKit.Base.concat;
while (nodeStack.length) {
--> var n = nodeStack.shift();
if (typeof(n) == 'undefined' || n === null) {
// pass
} else if (typeof(n.nodeType) == 'number') {
elem.appendChild(n);
} else {
nodeStack = concat(n, nodeStack);
}
}
Looks like there is something wrong with the above script.
No idea, if this is the right component, I've filed the bug into. So please adjust if necessary.
Updated•17 years ago
|
Assignee: server-ops → nobody
Component: Server Operations: Tinderbox Maintenance → Graph Server
Product: mozilla.org → Webtools
QA Contact: justin → graph.server
Reporter | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•