Closed
Bug 95961
Opened 24 years ago
Closed 24 years ago
browser loading wrong page, even w/ location bar
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: ramune, Assigned: neeti)
Details
For the past few builds, I've been getting sent to the wrong page when I type or
click on various links, i.e. I visit slashdot, debian's bug report page, and
google, then try to go to slashdot again, it'll load a debian URL that I haven't
visited yet.
Or I open mozilla.org, then type slashdot.org in the location bar, and the
browser says contacting/loading slashdot, but I get the mozilla.org page again.
rm -rf'ing the ~/.mozilla directory seems to cure it for a short while, but
it shows up again rather quickly. Doesn't show up on NS4.75
My current build:
checkout start: Sat Aug 18 04:50:13 PDT 2001
checkout finish: Sat Aug 18 05:08:53 PDT 2001
Linux 2.4.7 (shows up on 2.4.5-2.4.8)
Debian potato
Build script:
#!/bin/sh
cd /home/barbeque/src/obj
rm -rf mozilla
mkdir mozilla
cd mozilla
/home/barbeque/src/mozilla/configure --disable-tests \
--disable-mailnews --without-java-supplement --disable-debug \
--enable-nspr-autoconf --with-extensions --enable-optimize=-O2 \
--enable-strip-libs --enable-crypto --disable-logging \
--enable-reorder --enable-timeline
make
(auto-detect of version, if listed in the database, is wrong. using junkbuster)
Comment 1•24 years ago
|
||
and you're using some kind of proxy server like Junkbuster, right?
Assignee: asa → neeti
Component: Browser-General → Networking
QA Contact: doronr → benc
This happens whether or not I go through junkbuster, i.e. tell mozilla
I have a direct connection to the 'net.
I'm seeing the exact same behavior. To expand on it, another case of the same
problem is if I've spawned a second window from a Javascript or a target=new
thing, browse in that second window for a bit, and return to the first window, I
can get incorrect pages loading from sites -only ever visited in the second
window-. This is both with and without using Junkbuster, with build 0.9.3, and
with the latest CVS. I also tried ditching my profile completely in case
something in prefs.js got weird or something, but none of that helped.
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 38488 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•