Subj : Re: js_Mark - segmentation fault To : Youngsun Jeong From : Brendan Eich Date : Mon Sep 29 2003 12:31 pm Youngsun Jeong wrote: > additional comment : This segmentation fault appears after 3 minutes.I > implement "setInterval" and add it to JSFunctionSpec of "Object Class" > in "jsobj.c" . Why would you add it there? It does not belong in jsobj.c. If you are implementing the DOM, you should have a domwindow.c or some such file, where lots of properties such as setInterval can be defined. There is absolutely no reason to hack around in the js*.c files, and you're bound by the terms of the license if you do. > > I printed "clasp->mark" then "cannot access memmory at 0x90" was > printed.. > Is it GC problem? Thank you for any assistance. Sounds like you failed to root something. /be .