Subj : What does the MAP_CHECK_SLOT assert mean ? To : netscape.public.mozilla.jseng From : nick.longinow@brio.com (Nick Longinow) Date : Wed Jan 29 2003 11:44 am I just ported our code to Solaris 5.8 and am using the new JS 1.5. Any ideas why the following call is asserting (and aborting) ? #define MAP_CHECK_SLOT(map,slot) \ JS_ASSERT((uint32)slot < JS_MIN((map)->freeslot, (map)->nslots)) The call is coming inside js_Interpret. .