Subj : spidermonkey - GC problem2 To : netscape.public.mozilla.jseng From : celleris@empal.com (utada) Date : Mon Oct 06 2003 01:45 am Please see below : back trace : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16387 (LWP 8467)] 0x081329ec in js_MarkGCThing (cx=0x82864d8, thing=0xbf5ffaa8, arg=0x0) at jsgc.c:869 869 nslots = (obj->map->ops->mark) (gdb) where #0 0x081329ec in js_MarkGCThing (cx=0x82864d8, thing=0xbf5ffaa8, arg=0x0) at jsgc.c:869 #1 0x08132a2b in js_MarkGCThing (cx=0x82864d8, thing=0x8292f68, arg=0x82864d8) at jsgc.c:890 #2 0x08132a2b in js_MarkGCThing (cx=0x82864d8, thing=0x8283be0, arg=0x82864d8) at jsgc.c:890 #3 0x08132a2b in js_MarkGCThing (cx=0x82864d8, thing=0x8231d94, arg=0x82864d8) at jsgc.c:890 #4 0x08132a2b in js_MarkGCThing (cx=0x82864d8, thing=0x8298180, arg=0x82864d8) at jsgc.c:890 #5 0x0813293c in gc_mark_atom_key_thing (thing=0x828d828, arg=0x82864d8) at jsgc.c:783 #6 0x08124bbb in js_atom_marker (he=0x828cf45, i=11, arg=0xbf5ff258) at jsatom.c:383 #7 0x08133720 in JS_HashTableEnumerateEntries (ht=0x8286650, f=0x8124b74 , arg=0xbf5ff258) at jshash.c:365 #8 0x08124bf7 in js_MarkAtomState (state=0xec8390dc, gcflags=3968045276, mark=0xec8390dc, data=0xec8390dc) at jsatom.c:399 #9 0x08132b7e in js_GC (cx=0x82864d8, gcflags=5) at jsgc.c:1161 #10 0x08132758 in js_AllocGCThing (cx=0x82864d8, flags=3) at jsgc.c:523 #11 0x08157654 in js_NewString (cx=0x4020ff52, chars=0x0, length=18, gcflag=0) at jsstr.c:2448 #12 0x081545ad in js_ConcatStrings (cx=0x82864d8, left=0x828d838, right=0x83f3f60) at jsstr.c:177 #13 0x08136bc9 in js_Interpret (cx=0x82864d8, result=0xbf5ff640) at jsinterp.c:2305 #14 0x081344c8 in js_Execute (cx=0x82864d8, chain=0x828d848, script=0x0, down=0xbf5ff8a0, special=0, result=0xbf5ff640) at jsinterp.c:1056 I don't know what is wrong.. Thank you for any assistance. .