Ticket #2766 (closed bug: invalid)
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: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: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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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