Subj : jsshell assertion failure on HP-UX/64 bit To : netscape.public.mozilla.jseng From : Dirk Haun Date : Fri Aug 12 2005 05:18 am Not sure what to make of this. When trying to start jsshell, I get: Assertion failure: (jsuword)&dummy2 < limitAddr, at jsapi.c:1791 ABORT instruction (core dumped) This is a 64 bit debug build on HP-UX 11.00, built from js-1.5-rc6a.tar.gz using the HP-UX C compiler gdb provides this backtrace: #0 0xc0000000002dee54 in kill+0x2c () from /usr/lib/pa20_64/libc.2 (gdb) bt #0 0xc0000000002dee54 in kill+0x2c () from /usr/lib/pa20_64/libc.2 #1 0xc000000000292f4c in raise+0x2c () from /usr/lib/pa20_64/libc.2 #2 0xc0000000002c611c in abort_C+0x184 () from /usr/lib/pa20_64/libc.2 #3 0xc0000000002c617c in abort+0x1c () from /usr/lib/pa20_64/libc.2 #4 0x40000000000ecd58 in JS_Assert ( s=0x4000000000016ec8 "(jsuword)&dummy2 < limitAddr", file=0x4000000000014f20 "jsapi.c", ln=1791) at jsutil.c:155 #5 0x40000000000374a0 in CheckStackGrowthDirection ( dummy1addr=0x800003ffbfff1e78, limitAddr=0) at jsapi.c:1791 #6 0x40000000000374f8 in JS_SetThreadStackLimit (cx=0x80000001000193d0, limitAddr=0) at jsapi.c:1806 #7 0x4000000000029554 in Process (cx=0x80000001000193d0, obj=0x800000010001bea0, filename=0x0) at js.c:330 #8 0x400000000002a1a8 in ProcessArgs (cx=0x80000001000193d0, obj=0x800000010001bea0, argv=0x800003ffbfff08d8, argc=0) at js.c:568 #9 0x400000000002f1a0 in main (argc=0, argv=0x800003ffbfff08d8, envp=0x800003ffbfff08e0) at js.c:2426 Is this a 64 bit problem or a HP-UX problem? .