Infinite recursion seems to trigger this, although sometimes it simply 
crashes firefox. When firebug is enabled, this will crash FireFox when run 
on coffeescript.org -> Try CoffeeScript

A = class A
  constructor:->
    @b = new A

new A()

I've not found a simple testcase to replicate this reliably, but it seems 
to be related to infinite recursion every time I've encountered this.

On Monday, October 29, 2012 8:04:19 PM UTC, Matthias Mahler wrote:
>
> i've the same problem on my webapp. but problem also exists when I 
> deactivate the script profiler. 
> Jan Honza's testpage works very well.
> btw. Firebug 1.10.5 i use.
>

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to