Closed
Bug 199549
Opened 22 years ago
Closed 22 years ago
crashing on www.fujitsu-simens.com
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 199492
People
(Reporter: ezh, Assigned: darin.moz)
References
()
Details
(Keywords: crash, stackwanted, Whiteboard: TB18535513Y)
Open this page and wait 1-3 minutes. You will crash.
moz 2003032708 on Win XP and 2000.
TB18535783X
TB18535513Y
TB18535464M
Comment 1•22 years ago
|
||
could be bug 199492.
Assignee: asa → darin
Severity: normal → critical
Component: Browser-General → Networking: HTTP
Keywords: crash,
stackwanted
QA Contact: asa → httpqa
Whiteboard: TB18535513Y
Comment 2•22 years ago
|
||
it is reproducible crashing in NECKO.DLL, saw the address 0x3792a in DocWatson.
Installed Talkback, and sent back report TB18539601X
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030327
I´m loading in tabs, loading in the background. When I´m clicking on the URL
above, the browser immediately resizes multiple times, I see about 2 or three
instances in fractions of a second, and then the browser again fills the screen,
but it is not maximized as before, only has similar size. Then I resize and go on.
Firts time this happened, nothing haappened after, so I decided to load that
page in a second tab, and got an instant crash.
Then I installed Talkback.xpi and went back to siemens, to get another crash.
Restarting the browser, talkback was enabled, and I went to siemens to get
another one. Restarted the browser to get URL + Bugdata to fill in in talkback.
I couldn´t see the data talkback gathered, and when I clicked on save on disk,
a zero-length file has been stored, so I don´t know, if data are delivered.
But I still got the logs from Doc Watson.
Comment 3•22 years ago
|
||
REGRESSION
Now testing with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030312
without a crash. But same behaviour regarding resizing of browser.
I opened the URL in multiple tabs, and other windows, and opened a frame in a
new tab. Opening the frame changed from .com to .de
Assignee | ||
Comment 4•22 years ago
|
||
hmm.. talkback is not generating a stack trace :-(
Comment 5•22 years ago
|
||
that is the javascript which resizes the screen:
function machgross(){
var x = screen.availWidth;
var y = screen.availHeight;
//alert(x+":"+y);
if ((x > 1024) && (y > 768)) window.moveTo(15,15); else window.moveTo(0,0);
if (x > 1024) x = 1024;
if (y > 768) y = 768;
window.resizeTo(x,y);
}
Darin, I could send you or post the stack from DocWatson´s log, if I only knew
how to extract it. I can view it, but can´t copy&paste on this tab.
Or should I install an older Talkback into the current browser?
Comment 6•22 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030328
just 1st impression, opened in 4 tabs one after another without crash.
Deinstalled previous version, installed this, no extensions.
Assignee | ||
Comment 7•22 years ago
|
||
probably a dup of bug 199492 then.
*** This bug has been marked as a duplicate of 199492 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•