[Bug 200601] www/chromium segfaults on accessing settings page

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 16 05:47:34 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200601

--- Comment #12 from Tony Narlock <tony at 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.


More information about the freebsd-chromium mailing list