Bug Tracker

Modify

Ticket #2766 (closed bug: invalid)

Opened 5 years ago

Last modified 4 years ago

Firefox 3: Out of Memory

Reported by: docwhat Owned by:
Priority: major Milestone: 1.3.2
Component: core Version: 1.3.1
Keywords: Cc:
Blocking: Blocked by:

Description

This is with Firefox 3 Beta 5 on Mac OS X 10.5.2

I get the following error: out of memory  http://docwhat/wp-includes/js/jquery/jquery.js?ver=1.2.3 Line 629

This is in the WordPress 2.5.1 product with an uncompressed pristine jquery.js (v 1.2.3) so that the line numbers are useful.

Here is the code in question:

627 isFunction: function( fn ) {
628   return !!fn && typeof fn != "string" && !fn.nodeName &&
629     fn.constructor != Array && /function/i.test( fn + "" );
630 },

Ciao!

Change History

comment:1 Changed 5 years ago by docwhat

Under Linux & Mac Os X with Version 2.0.0.14 Firefox reports this error instead:

Operation is not supported"  code: "9

Line 0

comment:2 Changed 5 years ago by docwhat

It occurs to me that this may be something unique on my website. If so, you can see the error just visiting the site (I use jquery on the front page):  http://docwhat.gerf.org/ If someone needs me to replace the packed (default) jquery with an expanded one, I can do that.

Ciao!

comment:3 Changed 5 years ago by dmuir

I've got the same issue with FF3 B5 on Ubuntu Hardy.

comment:4 Changed 5 years ago by flesler

Could you post a link ?

comment:5 Changed 5 years ago by docwhat

 http://docwhat.gerf.org/ causes this problem. I can see about making a version with the file uncompressed to show you where the line number ends up.

Ciao!

PS: Firebug is also looking at this issue:  http://code.google.com/p/fbug/issues/detail?id=653

comment:6 Changed 5 years ago by dalangalma

I get this error too (same line) on a different page (not public) in FF3 release. It only happens when the Firebug extension is installed.

comment:7 Changed 4 years ago by john

  • Status changed from new to closed
  • Version changed from 1.2.3 to 1.3.1
  • Resolution set to invalid
  • Milestone changed from 1.2.4 to 1.3.2

This appears to be an issue with Firebug.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.