[Seaside] VM freezes; how to find the cause?

Johan Brichau johan at inceptive.be
Sun May 26 10:34:39 UTC 2013


On 26 May 2013, at 12:30, Bahman Movaqar <Bahman at BahmanM.com> wrote:

> As I said, I'm using Pharo (2.0).

sorry, missed that part.

> This means that something is going wrong in the `initialize' method, right?

Possibly. What is the code of your initialize method?
The most common cause would be an infinite loop by doing a 'self initialize' instead of a super initialize inside your initialize method.

Johan


More information about the seaside mailing list