From owner-freebsd-gecko@FreeBSD.ORG Thu Aug 23 15:21:42 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13E03106564A for ; Thu, 23 Aug 2012 15:21:42 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id C0B6A8FC12 for ; Thu, 23 Aug 2012 15:21:41 +0000 (UTC) Received: from smtp-auth2.bris.ac.uk ([137.222.10.94] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1T4ZDl-0005sH-VQ; Thu, 23 Aug 2012 16:21:35 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1T4ZDl-0006RH-Pf; Thu, 23 Aug 2012 16:21:21 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q7NFLLBQ061517; Thu, 23 Aug 2012 16:21:21 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q7NFLL8q061516; Thu, 23 Aug 2012 16:21:21 +0100 (BST) (envelope-from mexas) Date: Thu, 23 Aug 2012 16:21:21 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208231521.q7NFLL8q061516@mech-cluster241.men.bris.ac.uk> To: jbeich@tormail.org, mexas@bristol.ac.uk In-Reply-To: <1T4LRa-000Cxw-5e@internal.tormail.org> X-Spam-Score: -3.6 X-Spam-Level: --- Cc: freebsd-gecko@freebsd.org Subject: Re: ia64 firefox-esr ./yarr/pcre/pcre.h:49:18: error: jstl.h: No such file or directory X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 15:21:42 -0000 From jbeich@tormail.org Thu Aug 23 02:19:57 2012 > # cat /usr/ports/experimental/www/firefox/Makefile.local > MOZ_OPTIONS += --disable-tracejit --disable-methodjit Try again. experimental/www/firefox builds fine now. On install it segfaults with adding: hyphenation/hyph_tr.dic (deflated 64%) adding: hyphenation/hyph_uk.dic (deflated 70%) Assertion failure: size_t(sysconf(_SC_PAGESIZE)) == PageSize, at /usr/ports/experimental/www/firefox/work/mozilla-beta/js/src/gc/Memory.cpp:302 Abort trap (core dumped) gmake[1]: *** [install] Error 134 gmake[1]: Leaving directory `/usr/ports/experimental/www/firefox/work/mozilla-beta/browser/installer' The only core dump I see is this one: ./work/mozilla-beta/dist/firefox/xpcshell.core The debugger is not very helpful: *skip a few loading symbol lines* Reading symbols from /usr/lib/libsupc++.so.1...done. Loaded symbols for /usr/lib/libsupc++.so.1 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000012a2bea80 in thr_kill () from /lib/libc.so.7 [New Thread 130473000 (LWP 101293/xpcshell)] [New Thread 130473800 (LWP 101292/xpcshell)] [New Thread 12f00fc00 (LWP 101291/xpcshell)] [New Thread 12f005000 (LWP 101290/Gecko_IOThread)] [New Thread 12f004400 (LWP 100211/xpcshell)] (gdb) bt #0 0x000000012a2bea80 in thr_kill () from /lib/libc.so.7 #1 0x0000000000000000 in ?? () Previous frame identical to this frame (corrupt stack?) (gdb) Anton