Subj : Re: GCF_FINAL Assert To : netscape.public.mozilla.jseng From : igor.bukanov@gmail.com Date : Mon Jun 27 2005 01:38 am Are you sure that you got the latest CVS version? The line 836 in the current head, http://lxr.mozilla.org/mozilla/source/js/src/jsgc.c#836 , last changed on 2005-06-07, does not have any asserts: 835 JS_FRIEND_DATA(FILE *) js_DumpGCHeap; 836 JS_EXPORT_DATA(void *) js_LiveThingToFind; 837 Regards, Igor .