On Sat, 16 Nov 2002, CP Hennessy wrote: > > #9 0x445cd291 in KJS::AssignNode::value(KJS::ExecState*) const ( > > this=0x8309e58, exec=0xbfffe170) at nodes.cpp:1535 > Actually here the code looks like: > v = expr->value(exec); > but is it possible for "expr" to be a NULL pointer? No. The parser shouldn't allow this. Harri.