Closed
Bug 277536
Opened 20 years ago
Closed 20 years ago
crash on javascript monikakruse.de
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: fhimpe, Assigned: bugzilla)
References
()
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041214 Firefox/1.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041214 Firefox/1.0 I made Firefox 1.0 (both Mandrakelinux cooker build, as official Firefox 1.0 linux build) crash several times by visting http://www.monikakruse.de . Especially on the releases page it will crash when hovering over the album images. I cannot submit a talkback ID myself, as mozilla feedback agent always says "connect failed"... Reproducible: Always Steps to Reproduce: 1. visit http://www.monikakruse.de 2. Click on text to open site 3. Click on releases in menu 4. Start hovering over the different album images with your mouse, and try clicking on them Actual Results: After some time hovering over and/or clicking the images, Firefox crashes Expected Results: Not crash
| Reporter | ||
Comment 1•20 years ago
|
||
Does not crash on Firefox nightly build trunk (7 january 2005). And there I noticed that a popup appears if you click on the album images. As I have never seen these pop-ups on Firefox 1.0, I suppose it crashed when opening this popup when clicking.
Comment 2•20 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041221 Firefox/1.0+
Comment 3•20 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a6) Gecko/20050108 Firefox/1.0+ Today's build from my tree. I didn't get a crash, but I did these assertions: ###!!! ASSERTION: nsTDependentSubstring must wrap a non-NULL buffer: 'start && end', file ../../../../../src/xpcom/string/src/nsTDependentSubstring.cpp, line 76 ###!!! ASSERTION: View is hidden but widget is visible!: '!visible', file ../../../../src/view/src/nsViewManager.cpp, line 1722 ###!!! ASSERTION: Don't call me!: 'Error', file ../../../../../src/dom/src/base/nsDOMClassInfo.cpp, line 2947 I am not sure what the first signifies, the second seems to be associated with the the pop-up menu from the back button becoming detached from the application and the third was repeated 74 times whilst the child window (pop-up?) was open.
Comment 4•20 years ago
|
||
(In reply to comment #3) > Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a6) Gecko/20050108 > Firefox/1.0+ > > Today's build from my tree. > > I didn't get a crash, but I did these assertions: and many of these messages in the javascript console: Error: document.RVOCX.GetPlayState is not a function Source File: http://www.monikakruse.de/releases_popup.php4?id=26 Line: 19
Comment 5•20 years ago
|
||
The testcase seems to be broken atm (error 400: Bad Request).
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050405 Firefox/1.0+ WFM, although I did get the following errors in the console: Error: Error in parsing value for property 'clip'. Declaration dropped. Source File: http://www.monikakruse.de/ Line: 10 Error: win has no properties Source File: http://www.monikakruse.de/ Line: 19 I am going to go ahead and mark this WFM, if you disagree or can reproduce using latest milestone, feel free to re-open.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•