Bug Tracker

Ticket #2766 (new bug)

Opened 8 months ago

Last modified 3 months ago

Firefox 3: Out of Memory

Reported by: docwhat Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.4 Component: core
Version: 1.2.3 Keywords:
Cc: Needs: Review

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!

Attachments

Change History

Changed 8 months 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

Changed 8 months 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!

Changed 8 months ago by dmuir

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

Changed 8 months ago by flesler

Could you post a link ?

Changed 8 months 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

Changed 6 months 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.

Note: See TracTickets for help on using tickets.