From owner-freebsd-gecko@freebsd.org Tue Jul 28 18:45:19 2015 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E9729ADBBA for ; Tue, 28 Jul 2015 18:45:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 224891A10 for ; Tue, 28 Jul 2015 18:45:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 210A59ADBB8; Tue, 28 Jul 2015 18:45:19 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2094A9ADBB7 for ; Tue, 28 Jul 2015 18:45:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B9711A0F for ; Tue, 28 Jul 2015 18:45:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6SIjIeD042715 for ; Tue, 28 Jul 2015 18:45:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 188026] www/firefox: 11.0-CURRENT r262690 ia64, ports tree at 349321: build failure: errors.fatal('Error while running startup cache precompilation') Date: Tue, 28 Jul 2015 18:45:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 18:45:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188026 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |Not Enough Information --- Comment #3 from Jan Beich --- Unfortunately, ia64 is not supported on 11.0-CURRENT anymore and the report is obsolete with firefox 28.0 long being EOL. https://lists.freebsd.org/pipermail/freebsd-ia64/2014-May/004043.html As for powerpc or anyone else with xpcshell crashing on install without at least backtrace such reports are not useful. Try for example, 1. Disable OPTIMIZED_CFLAGS option (default, to avoid -fomit-frame-pointer added by autoconf) 2. Build with CFLAGS += -g -O0 ; STRIP = "" 3. Don't clean WRKDIR 4. Run gdb/lldb against the binary under MOZ_OBJDIR/dist/bin with .core file 5. Get a stacktrace + locals 6. File a bug noting what crashed and the likely culprit frame that doesn't change in Summary Note, DEBUG option builds with more than just symbols. It may disable optimization (JIT, assembly, etc.) that cause the crash. -- You are receiving this mail because: You are the assignee for the bug.