Date: Tue, 16 Jun 2015 05:47:33 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 200601] www/chromium segfaults on accessing settings page Message-ID: <bug-200601-28929-cMl8TQfDrh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200601-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-200601-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200601 --- Comment #12 from Tony Narlock <tony@git-pull.com> --- (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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200601-28929-cMl8TQfDrh>