Comment 1 for bug 1436128

Revision history for this message
Miguel Grinberg (miguelgrinberg) wrote :

Further investigation revealed that the stack gets stuck when an exception is raised when evaluating attributes. Testing on latest Kilo release i was unable to reproduce the problem with the template shown above, but I can reproduce when I replace the last line with an invalid attribute, for example:

        sz: { get_attr: [asg, bad_attr] }

I was working with Juno last week when I found this bug. I'm thinking that maybe I mistyped "current_size" and that is why it hung for me on that property.