From owner-freebsd-current@FreeBSD.ORG Thu Apr 29 09:55:26 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 213DE106566C for ; Thu, 29 Apr 2010 09:55:26 +0000 (UTC) (envelope-from krivenok.dmitry@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB4D8FC22 for ; Thu, 29 Apr 2010 09:55:25 +0000 (UTC) Received: by ewy24 with SMTP id 24so4828763ewy.33 for ; Thu, 29 Apr 2010 02:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=A30QYoqcsnudE8QjrkkfGvm6XkY+JVEaczOVIEZfLHk=; b=BwQnZK5Hv9bTQxqfTcqeIuS6pyZVxEjo+2yxYCBYWkaHbP6XNOfFu24kjIAbjwu6rh rNvBgL/nDj0nM1zyMiWnJGfRjs1AFiRnuR5E1oRL58EZdYwezCao4nNQFodasj/hDqZC ja77FEjc1Z62c5atKiRP8+4gbhpfu0JQDtlvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bufL39lWgoEIc9AL70WNrfMPrHz1Kz67yn4q8M37yXGoUewx667A1XZ8TKVv9O0RSs xwBhgZ3c8J+FzOL6uNn4+UjhDpbqClVsNsdTguc/AJlBl7pSzfwpU9u2ySpefVt7M8zg d+t27cALI9ZSI8YvjrYBjeP1nY7Du0wtbP8mE= MIME-Version: 1.0 Received: by 10.213.67.207 with SMTP id s15mr1433045ebi.76.1272534915907; Thu, 29 Apr 2010 02:55:15 -0700 (PDT) Received: by 10.213.8.133 with HTTP; Thu, 29 Apr 2010 02:55:15 -0700 (PDT) Date: Thu, 29 Apr 2010 13:55:15 +0400 Message-ID: From: Dmitry Krivenok To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Failed assertion: "(run->regs_mask[elm] & (1U << bit)) == 0" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 09:55:26 -0000 Hello Hackers! I have a problem with FreeBSD-CURRENT system: FreeBSD host 9.0-CURRENT FreeBSD 9.0-CURRENT #16 r207299: Wed Apr 28 04:15:07 UTC 2010 root@host:/usr/obj/usr/src/sys/GENERIC amd64 Perl aborts with the following error on exiting cpan shell: cpan[2]> q Lockfile removed. perl: (malloc) /usr/src/lib/libc/stdlib/malloc.c:2628: Failed assertion: "(run->regs_mask[elm] & (1U << bit)) == 0" Abort trap: 6 (core dumped) Below is a backtrace: 3 RSYSCALL(kill) [New Thread 8014071c0 (LWP 100083)] (gdb) bt #0 0x0000000800f0c38c in kill () at kill.S:3 #1 0x0000000800ca5363 in _raise (sig=6) at /usr/src/lib/libthr/thread/thr_sig.c:185 #2 0x0000000800f0a953 in abort () at /usr/src/lib/libc/stdlib/abort.c:65 #3 0x0000000800e589b6 in arena_run_reg_dalloc (run=0x801609000, bin=0x5016b8, ptr=0x801609a40, size=1) at /usr/src/lib/libc/stdlib/malloc.c:2628 #4 0x0000000800e5e29c in arena_dalloc_bin (arena=0x501430, chunk=0x801400000, ptr=0x801609a40, mapelm=0x801403100) at /usr/src/lib/libc/stdlib/malloc.c:3870 #5 0x0000000800e5fcef in arena_dalloc (arena=0x501430, chunk=0x801400000, ptr=0x801609a40) at /usr/src/lib/libc/stdlib/malloc.c:4302 #6 0x0000000800e5ffbb in idalloc (ptr=0x801609a40) at /usr/src/lib/libc/stdlib/malloc.c:4344 #7 0x0000000800e65730 in free (ptr=0x801609a40) at /usr/src/lib/libc/stdlib/malloc.c:6132 #8 0x0000000800f03a6d in __clean_env (freeVars=true) at /usr/src/lib/libc/stdlib/getenv.c:236 #9 0x0000000800f042de in __clean_env_destructor () at /usr/src/lib/libc/stdlib/getenv.c:407 #10 0x0000000800de4829 in ?? () from /lib/libc.so.7 #11 0x0000000800f0fb01 in _fini () from /lib/libc.so.7 #12 0x00007fffffffeac0 in ?? () #13 0x0000000800508450 in objlist_call_fini (list=0x800643030, force=1 '\001', lockstate=0x7fffffffeadc) at /usr/src/libexec/rtld-elf/rtld.c:1638 #14 0x0000000800508aaf in rtld_exit () at /usr/src/libexec/rtld-elf/rtld.c:1832 #15 0x0000000800eddfd6 in __cxa_finalize (dso=0x0) at /usr/src/lib/libc/stdlib/atexit.c:180 #16 0x0000000800e65ec2 in exit (status=0) at /usr/src/lib/libc/stdlib/exit.c:67 #17 0x0000000000400cc3 in main (argc=Could not find the frame base for "main". ) at perlmain.c:130 Current language: auto; currently asm (gdb) Thanks! -- Sincerely yours, Dmitry V. Krivenok e-mail: krivenok.dmitry@gmail.com skype: krivenok_dmitry jabber: krivenok_dmitry@jabber.ru icq: 242-526-443