Subj : Re: xpcshell js object getters aren't working as of 1.4 To : Brendan Eich From : Pete Collins Date : Wed Jun 11 2003 08:57 am > Weird -- I still can't reproduce. What does gcc --version say? > > Can you undo the join (rm jsobj.c; cvs up -A jsobj.c) and the apply the > attached patch, and let me know if, in a debug build, you see the > JS_ASSERT(cx->resolving); that the patch adds fail? Thanks, Weird. I undid the join rebuilt and now it still works. $ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) --pete .