Closed
Bug 97694
Opened 23 years ago
Closed 23 years ago
PAC is never loaded
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: blizzard, Assigned: neeti)
Details
(Whiteboard: critical for 0.9.4)
Build is from the morning of Aug 30, 2001.
Apparently the PAC module is never loaded. My PAC file isn't read and dump()
statements that are put in the file aren't ever executed. I know that dump() is
working since I can use it from the javascript console.
I have a PAC file that is on the local filesystem.
Reporter | ||
Updated•23 years ago
|
Whiteboard: critical for 0.9.4
Reporter | ||
Updated•23 years ago
|
Severity: normal → critical
Comment 1•23 years ago
|
||
I have some memory that dump() in a PAC file is not treated like normal dump()
-- it may not obey the debug pref. In debug builds, it usually goes to stderr,
but I'm not sure about nightlies. I'll go check.
It's possible that the fix for bug 93924 (which went in last night) could have
caused this, in which case this is my bug. I'll check that too.
Beyond the missing dumps, is there other evidence that the PAC didn't load?
Comment 2•23 years ago
|
||
I just pulled from CVS and this WFM.
Reporter | ||
Comment 3•23 years ago
|
||
This might be caused by 97658. Re-updating to test.
Reporter | ||
Comment 4•23 years ago
|
||
Yep, JS components were screwed up. NOTHING TO SEE HERE, MOVE ALONG.
*** This bug has been marked as a duplicate of 97658 ***
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
•