[Grok-dev] A case of a mysteriously stalling grok.Container
Sebastian Ware
sebastian at urbantalk.se
Wed Sep 23 10:47:48 EDT 2009
A custom CMS app. I am trying to track it down, but I was hoping that
someone might have run into the same mysterious problem.
Mvh Sebastian
On 23 sep 2009, at 16.05, Souheil CHELFOUH wrote:
> What is the context of this error ? A custom application ? A basic
> grok app ?
>
> 2009/9/23 Sebastian Ware <sebastian at urbantalk.se>:
>> 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?
>>
>> Mvh Sebastian
>> _______________________________________________
>> Grok-dev mailing list
>> Grok-dev at zope.org
>> https://mail.zope.org/mailman/listinfo/grok-dev
>>
More information about the Grok-dev
mailing list