From owner-freebsd-questions@FreeBSD.ORG Sun May 11 19:44:49 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02BEDFB8 for ; Sun, 11 May 2014 19:44:49 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9D9A2E9D for ; Sun, 11 May 2014 19:44:48 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id i13so6258209qae.35 for ; Sun, 11 May 2014 12:44:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aqc3HCV00/PfO2Zn5ljS+RQBK+0/sCZzl3NgTLS7qLs=; b=Le6Eya0mbaFlo0i7O4tJ8f/MFsDktRo7qpB/dVYMQSyGVxm7eQvJI2ha61zzborJUU L76RxhbySxdYUaFEFsSac9CM4rq46oFAs+gIzCX10stcmN64vMDWu0Zmti5xb4RJPAr5 0SE/FQTfRZKekQu7ihVcbmLt6eMxirxuYrcSkzotCux/IA0J3g1iwjiIwwayVdyXqy1k RYILOFcTMpBY79LKw2cpxvxJut+bnSotxYaf3OEtQ/T/qY55gxNtbjx2e+bUt83b/13h 3IkBPUZXvk1zFhSucKP4YbB+3ZScpdZ9ReJpXG9VIKJdV0vTRMBBm9/ayJJBC8ihqO25 mJqQ== MIME-Version: 1.0 X-Received: by 10.140.22.209 with SMTP id 75mr31166932qgn.4.1399837487923; Sun, 11 May 2014 12:44:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Sun, 11 May 2014 12:44:47 -0700 (PDT) In-Reply-To: <20140510194507.GA13714@thinkpad.piggybox> References: <20140510194507.GA13714@thinkpad.piggybox> Date: Sun, 11 May 2014 12:44:47 -0700 X-Google-Sender-Auth: pnn1BiAXqSJjSD_I_WurkJQr6Yg Message-ID: Subject: Re: Chromium again From: Adrian Chadd To: Peter Harrison Content-Type: text/plain; charset=UTF-8 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 19:44:49 -0000 What's uname -a say? Can you run gdb on the core file? gdb /usr/local/share/chromium/chrome chrome.core If you can, what's the output of 'bt' in gdb? -a On 10 May 2014 12:45, Peter Harrison wrote: > OK, so after the fix made yesterday Chromium now compiles. > > But it won't run - segfaulting without fail every time. Is anyone else seeing this, or is it just me? > > Cheers, > > > > > Peter Harrison. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"