From owner-freebsd-questions@FreeBSD.ORG Sun May 11 22:11:50 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 30B89733 for ; Sun, 11 May 2014 22:11:50 +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 E69BD2A51 for ; Sun, 11 May 2014 22:11:49 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id i13so6337501qae.35 for ; Sun, 11 May 2014 15:11:49 -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=QPA1llKxv7fD81nfRxr8NL2WVOp4qEAicYHrcKa5eD4=; b=h/1rFVUaOMK+BEAq8//1pFIwZIFdzamhhLS8wFFJ1c6n+hjHZOH/Ei4JiAt19t85Mn r+IRGfL8+H3gSV1pjUeQeCX5+pcxw+K+HgNm2/rbdnQ8athAUV74sJJKSZdGJtAIhJKV u296jIwqlfov93urQMfdZmUQkiQkUIlGs88UQXuji4RLMUZ7ttXk+S/iWBFlTmbWuDVg bf5HVteTFG3pyzT1tADU8f/yAPi/fHCOuuERR4wE60w+0lWV4GHpgoV26bXbyhPUikNq 35MKYzBviaYfHuVrrV9jwzAvW/DShEtSEjre57vEQiZcvcdSnTHXPCY4N3m+5xNIvS9W re4A== MIME-Version: 1.0 X-Received: by 10.140.22.52 with SMTP id 49mr25754340qgm.63.1399846309137; Sun, 11 May 2014 15:11:49 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Sun, 11 May 2014 15:11:49 -0700 (PDT) In-Reply-To: <20140511213702.GA1797@thinkpad.piggybox> References: <20140510194507.GA13714@thinkpad.piggybox> <20140511213702.GA1797@thinkpad.piggybox> Date: Sun, 11 May 2014 15:11:49 -0700 X-Google-Sender-Auth: PFtuvJkHXvU3AcZLkiRN2U4XOeQ 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 22:11:50 -0000 Hi, You didn't type in the whole gdb command line I asked you to type in. :-) -a On 11 May 2014 14:37, Peter Harrison wrote: > Sunday, 11 May 2014 at 12:44:47 -0700, Adrian Chadd said: >> What's uname -a say? > > FreeBSD thinkpad.piggybox 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 18:53:19 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > >> >> 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? > > gdb chrome.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-marcel-freebsd"..."/usr/home/peter/chrome.core": not in executable format: File format not recognized > > (gdb) bt > No stack. > (gdb) > > > I am not an expert, but that doesn't look that helpful I'm afraid - but thanks for coming back to me. > > > > Peter. > >> >> >> -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"