From owner-freebsd-bugs@freebsd.org Tue Jul 12 11:08:20 2016 Return-Path: Delivered-To: freebsd-bugs@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 AFB09B938E7 for ; Tue, 12 Jul 2016 11:08:20 +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 94A2711C6 for ; Tue, 12 Jul 2016 11:08:20 +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 u6CB8K07042605 for ; Tue, 12 Jul 2016 11:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 211032] [SIGABRT] portfind crashes on jemalloc free Date: Tue, 12 Jul 2016 11:08:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mizhka@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2016 11:08:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211032 Bug ID: 211032 Summary: [SIGABRT] portfind crashes on jemalloc free Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: mizhka@gmail.com Hi, On 11-ALPHAs/BETA/12-CURRENT "ports-mgmt/portfind" crashes on jemalloc free: (gdb) file portfind Reading symbols from portfind...(no debugging symbols found)...done. (gdb) run pkg=20 Starting program: /usr/local/bin/portfind pkg : /builds/FreeBSD-src-head/lib/libc/../../contrib/jemalloc/include/jemalloc/i= nternal/arena.h:1129: Failed assertion: "((uintptr_t)ptr - ((uintptr_t)rpages + (uintptr_t)bin_info->reg0_offset)) % bin_info->reg_interval =3D=3D 0" Program received signal SIGABRT, Aborted. 0x0000000800c17c2a in thr_kill () from /lib/libc.so.7 (gdb) bt #0 0x0000000800c17c2a in thr_kill () from /lib/libc.so.7 #1 0x0000000800c17bfb in __raise (s=3D6) at /builds/FreeBSD-src-head/lib/libc/gen/raise.c:52 #2 0x0000000800c17b69 in abort () at /builds/FreeBSD-src-head/lib/libc/stdlib/abort.c:65 #3 0x0000000800c066e2 in __je_arena_ptr_small_binind_get (ptr=3D, mapbits=3D33) at /builds/FreeBSD-src-head/lib/libc/../../contrib/jemalloc/include/jemalloc/i= nternal/arena.h:1108 #4 0x0000000800c06f44 in __je_arena_salloc (tsdn=3D, ptr=3D0x80141c002, demote=3Dfalse) at /builds/FreeBSD-src-head/lib/libc/../../contrib/jemalloc/include/jemalloc/i= nternal/arena.h:1408 #5 0x0000000800c13a1b in __je_isalloc (tsdn=3D0x0, ptr=3D0x80141c002, demote=3Dfalse) at /builds/FreeBSD-src-head/lib/libc/../../contrib/jemalloc/include/jemalloc/i= nternal/jemalloc_internal.h:951 #6 ifree (tsd=3D0x800626488, ptr=3D0x80141c002, tcache=3D0x80140d000, slow_path=3Dtrue) at jemalloc_jemalloc.c:1810 #7 0x0000000800c13b41 in __free (ptr=3D0x80141c002) at jemalloc_jemalloc.c= :1937 #8 0x0000000000401212 in main () (gdb)=20 Test case: - use FreeBSD 11-BETA or 12-CURRENT - fetch ports tree & make sure that index is OK - install portfind from ports - run "portfind pkg"=20 It works fine on 10-stable.=20 My actual uname -a: FreeBSD gidrarium 12.0-CURRENT FreeBSD 12.0-CURRENT #1: Sat Jul 9 17:28:38= MSK 2016=20=20=20=20 jenkins@gidrarium:/builds/FreeBSD-src-head/obj/builds/FreeBSD-src-head/sys/= GENERIC amd64 --=20 You are receiving this mail because: You are the assignee for the bug.=