Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2014 02:19:13 +0000
From:      bz-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 186541] installing www/libxul fails
Message-ID:  <bug-186541-21738-mQUIlMhZIS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186541-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186541-21738@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=186541

Jan Beich <jbeich@vfemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@vfemail.net

--- Comment #5 from Jan Beich <jbeich@vfemail.net> ---
(In reply to turutani from comment #0)
Can you get a backtrace of the crashing xpcshell? Many different crashes
manifest at stage-package. For example, bug 187103 (or comment 3) and bug
188026 don't affect amd64.

To get a backtrace try selecting DEBUG port option or build with

 # add to make.conf or Makefile.local
 OPTIONS_UNSET+=OPTIMIZED_CFLAGS
 CFLAGS+= -O0 -g
 STRIP=    # empty

and use in gdb(1)

 $ gdb
/usr/ports/www/libxul/work/mozilla-esr24/obj-x86_64-unknown-freebsd8.4/dist/bin/xpcshell
/usr/ports/www/libxul/work/mozilla-esr24/obj-x86_64-unknown-freebsd8.4/xulrunner/installer/xpcshell.core
 (gdb) bt

-- 
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-186541-21738-mQUIlMhZIS>