Closed
Bug 302705
Opened 20 years ago
Closed 20 years ago
Permission denied to create wrapper for object of class UnnamedClass lacks debug information
Categories
(Core :: Security: CAPS, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 209701
People
(Reporter: bgrupe, Assigned: dveditz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050729 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5
The exception "uncaught exception: Permission denied to create wrapper for
object of class UnnamedClass" is fired from
"mozilla/caps/src/nsScriptSecurityManager.cpp" without a line number or stack
trace / call stack which makes it extremely difficult to debug.
Reproducible: Always
Steps to Reproduce:
1. Go to the description URL with a Gecko <= 1.7 browser
2. click on a column to sort it, and/or doubleclick on the tree after soirting it
Actual Results:
Exception is thrown without any information
Expected Results:
Exception is thrown with line # or call/stack trace
The testcase does not work in gecko 1.8 based browsers at all because the
treeview interface changed.
Updated•20 years ago
|
Comment 1•20 years ago
|
||
I believe this bug to cover the same issue as bug 209701. Unlike this bug,
however, bug 209701 has at least an attempt at a patch. I am therefore resolving
this bug as a duplicate of bug 209701. Feel free to reopen if you disagree.
*** This bug has been marked as a duplicate of 209701 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•