From owner-freebsd-gecko@FreeBSD.ORG Thu Oct 11 16:26:19 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EA35BE9 for ; Thu, 11 Oct 2012 16:26:19 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id EF32D8FC19 for ; Thu, 11 Oct 2012 16:26:18 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TMLaR-0003zN-6P; Thu, 11 Oct 2012 20:26:16 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=P3UPc6+p6Fs/ECGzJR+2w2xd6LQxVMCT2Qw3HxU0TTY=; b=LVpipMSgw6HZLmu4h42NlQNk+SbvjntMZyr75qCh5br7UKPpye8tm5P2W3telXB6UxBUlIbaCEiWyKJkwRL2u5owvwO4zkYkEVtRRWqRcSFXecXjdn2Xm5eQ7n24stC0tYNJrNHQygxNXwRC1L4LntS6dudnXAeyVft6eJMEkCk=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TMLYY-000KLN-1L; Thu, 11 Oct 2012 16:24:19 +0000 From: Jan Beich To: angelv Subject: Re: Firefox & thunderbird -> Illegal instruction In-Reply-To: (angelv's message of "Thu, 11 Oct 2012 10:50:06 -0500") Date: Thu, 11 Oct 2012 11:24:34 -0500 References: MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TMLYY-000KLN-1L@internal.tormail.org> Cc: gecko@FreeBSD.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2012 16:26:19 -0000 angelv writes: > Hi guys... > > This morning update this ports (firefox and thunderbird), now no start. > > $ firefox > Illegal instruction (core dumped) -> > http://alpha.telemedellin.tv/public/firefox/firefox.core I don't think coredump is useful without the binary/package it was generated against. > # uname -a > FreeBSD delta.alpha.telemedellin.tv 8.2-RELEASE-p9 FreeBSD > 8.2-RELEASE-p9 #3: Sun Jun 17 17:59:02 COT 2012 > angel@delta.alpha.telemedellin.tv:/usr/obj/usr/src/sys/MYKERNEL amd64 Try disabling jemalloc 3.0.0. Index: Mk/bsd.gecko.mk =================================================================== --- Mk/bsd.gecko.mk (revision 305684) +++ Mk/bsd.gecko.mk (working copy) @@ -555,12 +555,9 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} .if ${OSVERSION} > 1000011 # use jemalloc 3.0.0 API in libc MOZ_EXPORT+= MOZ_JEMALLOC=1 -.elif ${OSVERSION} > 800004 +.elif ${OSVERSION} > 802514 MOZ_OPTIONS+= --enable-jemalloc MOZ_EXPORT+= MOZ_JEMALLOC=1 -.elif ${OSVERSION} > 700101 -# has _pthread_mutex_init_calloc_cb but firefox crashes when jemalloc -# configured without --enable-debug .endif .endif