Subj : Re: js engine crashes at NewScopeProperty To : Pradip Singh From : Brendan Eich Date : Mon Mar 22 2004 11:40 am Pradip Singh wrote: > in jsscope.c. It crashes at this point > JS_ARENA_ALLOCATE_CAST(sprop, JSScopeProperty *, > &rt->propertyArenaPool, > sizeof(JSScopeProperty)); > Plz help. Any help will be appriciated. You'll have to debug more. Where in that macro's expansion does it crash? Expand the macro by hand at that call site and re-test. And is the crash a null pointer, or a misaligned access, or some other kind of fault? More machine- or OS-specific exception information needed. /be .