2013/8/31 Sabine Knöfel <sabine.knoe...@gmail.com>:
> Hi Esteban,
>
> til now, it did not come back to me.
> Can you reproduce it with a fresh image?

The image freezed, but fortunately with a LOT of patience I was able
to type a character every once in a while. So I could write an
smalltalk expression that after being evaluated opened a debugger and
caused the image to get responsive again.

The expression was a last resort in order to "cause" another error
that could give me the control back.

VOLazyProxy allInstances do: [:each | each become: String new ]

It worked.

> Btw I am saving my image now each hour or so...

I'm not used to do it, I trust in the changes file, the problem is
that I saved the image with the offending proxy.

The problem was a modification of a document in a collection. I did a
mongo upsert that changed it, and apparently Voyage didn't know how to
handle it.

Regards!

Reply via email to