[Grok-dev] A case of a mysteriously stalling grok.Container

Martijn Faassen faassen at startifact.com
Thu Sep 24 10:54:29 EDT 2009


Sebastian Ware wrote:
> I am not getting any errors and I am having difficulties narrowing  
> down the problem but...
> 
> In a view, I am doing a simple:
> 
>    self.context['a_container']['myId_x'] ≈ an_object
> 
> then I delete the object
> 
>    del self.context['a_container']['myId_x']
> 
> next time I try to assign the same object with the same id
> 
>    self.context['a_container']['myId_x'] ≈ an_object
> 
> The application stalls without any error message. It requires a restart.
> 
> I apologies for the vague description of the error, but has anyone  
> experienced anything similar?

Never seen that before. To get more help you should definitely try to 
cut this problem down to a small test case. Do you have any event 
handlers that get triggered by adding or removing an object?

Regards,

Martijn



More information about the Grok-dev mailing list