Closed
Bug 82103
Opened 25 years ago
Closed 25 years ago
Browser crash on loading a website.
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
CLOSED
WORKSFORME
People
(Reporter: jago, Assigned: joki)
References
()
Details
(Keywords: crash)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9) Gecko/20010505
BuildID: 2001050515
After going to http://www.osforum.com and clicking on the main "WindowsXP" logo
to enter the website, the browser proceeds to load the webpage, but always
crashes before the main page loads up completely.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.osforum.com
2. Click on the main "Windows XP" logo to enter the site.
3. Wait a few seconds.
Actual Results: Mozilla always crashes at that point.
Expected Results: The browser should've loaded the page properly.
I suspect that this crash might have something to do with Java.
Comment 1•25 years ago
|
||
Crashes for me too, with build 2001-05-18-04 under WinNT 4.0sp6. Tried to send a Talkback message, but that's failing with the error "The Agent is unable to connect to the server. Please check your Proxy Server settings or try again later." So I'll try again later - look for the Talkback with the URL
"http://www.osforum.com/osf/frameset.html"
btw the page that causes the crash has no Java, just Javascript to produce a "tree menu" type structure (you know, like the drive/folder/files tree view of Windows explorer). The Javascript is all on http://www.osforum.com/osf/menu/regmenu.html
Comment 2•25 years ago
|
||
I can confirm this with
User agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9+) Gecko/20010521
build id: 2001052104
Talkback id: TB30757820K
added crash keyword
win32 talkback build 2001052104, win98se crashes, too:
GKCONTENT.DLL attempted to use a null data pointer variable.
talkback ID TB30757969Y
Comment 4•25 years ago
|
||
This is not Windows specific. Same behaviour on Solaris 2.7 (built 20010522 from
CVS). The message is
Gdk-CRITICAL **: file gdkwindow.c: line 716 (gdk_window_ref): assertion `window
!= NULL' failed.
Document http://www.osforum.com/ loaded successfully
Segmentation Fault - core dumped
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
over to DOM events based on stack.
Assignee: asa → joki
Component: Browser-General → DOM Events
OS: Windows 2000 → All
QA Contact: doronr → vladimire
Hardware: PC → All
| Reporter | ||
Comment 7•25 years ago
|
||
I've just downloaded the latest nightly build: 2001052204 and the problem is
still in there, ie. the browser crashes on that page.
Comment 8•25 years ago
|
||
I have NO PROBLEM to load the page on
Mozilla 0.9
Mozilla/5.0 (X11; U; Linux 2.2.14-5.0 i686; en-US; rv:0.9) Gecko/20010505
Comment 9•25 years ago
|
||
On Linux, both 0.9 and CVS trunk build from 20010519 work, latest trunk build
however crashes.
Comment 10•25 years ago
|
||
Got a simplified (2 files, 77+280 bytes) testcase. You may find it under
http://www.cs.chalmers.se/~marcin/Mozilla/crash82103.html
Note that files must be gotten via HTTP rather than loaded from file for the
crash to occur.
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
Comment 13•25 years ago
|
||
Attached testcase (2 files) for the record. Again, note that the crash occurs
(for me) only when files in question are fetched via HTTP rather than loaded
from file.
Comment 14•25 years ago
|
||
The bug seems to have gone awayalmost directly after I have prepared the
testcase. Can someone confirm this? Has the bug been fixed, or just 'obscured'?
| Reporter | ||
Comment 15•25 years ago
|
||
Strange...working fine now on May 23 build 2001052304. The problems seems to be
gone now.
Comment 16•25 years ago
|
||
resolving works for me on build 2001-05-24-04-trunk
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 17•25 years ago
|
||
This website now doesnt even have the logo... closing
Status: RESOLVED → CLOSED
You need to log in
before you can comment on or make changes to this bug.
Description
•