From owner-freebsd-chromium@FreeBSD.ORG Tue Jun 16 05:47:34 2015 Return-Path: Delivered-To: chromium@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49E874D4 for ; Tue, 16 Jun 2015 05:47:34 +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 19F5D9E3 for ; Tue, 16 Jun 2015 05:47:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G5lX3g039724 for ; Tue, 16 Jun 2015 05:47:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 200601] www/chromium segfaults on accessing settings page Date: Tue, 16 Jun 2015 05:47:33 +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 Some People X-Bugzilla-Who: tony@git-pull.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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-chromium@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 05:47:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200601 --- Comment #12 from Tony Narlock --- (In reply to pete from comment #11) Thank you. It would be helpful to provide a stack trace, I suppose, since I'm not having luck thus far getting a debug build to work. I was able to build successfully with debug (I had to reconfigure /etc/make.conf, which was using (before): # Build ports against security/libressl WITH_OPENSSL_PORT= yes OPENSSL_PORT= security/libressl now: # Build ports against security/libressl #WITH_OPENSSL_PORT= yes #OPENSSL_PORT= security/libressl WITH_OPENSSL_BASE=yes After that "make clean" and "make WITH_DEBUG=yes MAKE_JOBS_UNSAFE=yes" as above, it built! However, the executable will won't run for me. $ chrome /usr/local/bin/chrome: /usr/local/share/chromium/chrome: Exec format error Here is my output of "work/stage/usr/local/share/chromium/chrome-wrapper --gdb" (from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200510#c2) chromium work/stage/usr/local/share/chromium/chrome-wrapper --gdbGNU gdb 6.1.1 [FreeBSD]Copyright 2004 Free Software Foundation, Inc.GDB is free software, covered by the GNU General Public License, and you arewelcome 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 "amd64-marcel-freebsd"...(gdb) runStarting program: /usr/ports/www/chromium/work/stage/usr/local/share/chromium/chrome Do you have any other /etc/make.conf or /etc/src.conf info you (or anyone) can provide? I'm new to the build system, so I don't even know if a "make buildworld" would be required after me turning "WITH_OPENSSL_BASE" back on. -- You are receiving this mail because: You are the assignee for the bug.