From owner-freebsd-gecko@freebsd.org Mon Nov 7 16:48:23 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84DCFC341D4 for ; Mon, 7 Nov 2016 16:48:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0A4A4C for ; Mon, 7 Nov 2016 16:48:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6A5F0C341D3; Mon, 7 Nov 2016 16:48:23 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 684F4C341D2 for ; Mon, 7 Nov 2016 16:48:23 +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 30BF8A4A for ; Mon, 7 Nov 2016 16:48:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7GmMSO058736 for ; Mon, 7 Nov 2016 16:48:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 213706] www/firefox BUS error using binary package on FreeBSD 9 Date: Mon, 07 Nov 2016 16:48:22 +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: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 16:48:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213706 Jan Beich (mail not working) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@FreeBSD.org --- Comment #5 from Jan Beich (mail not working) --- (In reply to Hans Petter Selasky from comment #3) > Is it possible to reproduce this with a debug build of Firefox ? DEBUG=3Don enables a lot of runtime checks poorly tested on FreeBSD. Better= use just debugging symbols (see below). If the stack trace isn't complete rebui= ld every package firefox depends. Note, you may need to hack some ports (e.g. multimedia/ffmpeg) that don't respect STRIP variable in order to disable stripping without turning off optimized assembly. # Put into /etc/make.conf or /usr/ports/www/firefox/Makefile.local OPTIONS_UNSET +=3D OPTIMIZED_CFLAGS CFLAGS +=3D -g STRIP =3D # empty Here's what I get after rebuilding just multimedia/ffmpeg and www/firefox: (gdb) bt #0 0x000000082b3b2330 in ff_vp9_ipred_dc_left_32x32_avx2 () from /usr/local/lib/libavcodec.so.56 #1 0x000000082b214f2a in intra_recon (bytesperpixel=3D, uv_off=3D, y_off=3D, ctx=3D) at libavcodec/vp9.c:2= 719 #2 intra_recon_8bpp (ctx=3D, y_off=3D, uv_= off=3D32) at libavcodec/vp9.c:2761 #3 0x000000082b24830c in decode_b (ctx=3D0x826645120, row=3D0, col=3D8, lflvl=3D0x825e36960, yoff=3D64, uvoff=3D32, bl=3DBL_64X64, bp=3DPARTITION_NONE) at libavcodec/vp9.c:3= 324 #4 0x000000082b24f19b in decode_sb (ctx=3D0x826645120, row=3D0, col=3D8, lflvl=3D0x825e36960, yoff=3D64, uvoff=3D32, bl=3DBL_64X64) at libavcodec/vp9.c:3428 #5 0x000000082b25ac44 in vp9_decode_frame (ctx=3D0x826645120, frame=3D0x826882420, got_frame=3D0x82cbdd4d0, pkt=3D0x82cbdd468) at libavcodec/vp9.c:4181 #6 0x000000082b08f225 in frame_worker_thread (arg=3D) at libavcodec/pthread_frame.c:161 #7 0x0000000801c58dc4 in ?? () from /lib/libthr.so.3 #8 0x00007ffff9daf000 in ?? () Note, my CPU does support AVX2. --=20 You are receiving this mail because: You are the assignee for the bug.=