From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Deville Newsgroups: gmane.emacs.devel Subject: emacs-unicode-2 bootstrap on FreeBSD (temacs coredump) Date: Fri, 27 Jul 2007 18:05:17 +0200 Message-ID: <46AA17BD.7080900@netasq.com> Reply-To: damien.deville@netasq.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185558318 26936 80.91.229.12 (27 Jul 2007 17:45:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Jul 2007 17:45:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 27 19:45:12 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IETs7-0007QD-Jw for ged-emacs-devel@m.gmane.org; Fri, 27 Jul 2007 19:45:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IETs6-0004CG-TE for ged-emacs-devel@m.gmane.org; Fri, 27 Jul 2007 13:45:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IESHu-0008Vn-VM for emacs-devel@gnu.org; Fri, 27 Jul 2007 12:03:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IESHt-0008UA-PX for emacs-devel@gnu.org; Fri, 27 Jul 2007 12:03:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IESHt-0008Ts-Ld for emacs-devel@gnu.org; Fri, 27 Jul 2007 12:03:33 -0400 Original-Received: from netasq.netasq.com ([213.30.137.178]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IESHs-0003gB-Tx for emacs-devel@gnu.org; Fri, 27 Jul 2007 12:03:33 -0400 Original-Received: from barbar.netasq.com (unknown [10.0.0.126]) by netasq.netasq.com (Postfix) with ESMTP id AC9F9174EBB for ; Fri, 27 Jul 2007 18:03:27 +0200 (CEST) User-Agent: Thunderbird 2.0.0.5 (X11/20070724) X-detected-kernel: FreeBSD 4.6-4.9 X-Mailman-Approved-At: Fri, 27 Jul 2007 13:44:56 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75709 Archived-At: Hi emacs-devel, On FreeBSD 6.2 with an up to date checkout of emacs-unicode-2 CVS temacs coredump while bootstraping. `/bin/pwd`/temacs --batch --load loadup bootstrap Segmentation fault (core dumped) gmake[2]: *** [bootstrap-emacs] Error 139 Launching gdb on the core shows the following trace: (gdb) bt #0 0x28a007a0 in pthread_once () from /lib/libpthread.so.2 #1 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615 #2 0x081a6ed1 in malloc (size=68) at gmalloc.c:969 #3 0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2 #4 0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2 #5 0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2 #6 0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2 #7 0x28a007ca in pthread_once () from /lib/libpthread.so.2 #8 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615 #9 0x081a6ed1 in malloc (size=68) at gmalloc.c:969 #10 0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2 #11 0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2 #12 0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2 #13 0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2 #14 0x28a007ca in pthread_once () from /lib/libpthread.so.2 #15 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615 #16 0x081a6ed1 in malloc (size=68) at gmalloc.c:969 #17 0x28a00c0d in pthread_mutex_init () from /lib/libpthread.so.2 #18 0x28a00daf in _pthread_mutex_init () from /lib/libpthread.so.2 #19 0x28a0a8a5 in pthread_setconcurrency () from /lib/libpthread.so.2 #20 0x28a045be in _pthread_mutex_lock () from /lib/libpthread.so.2 #21 0x28a007ca in pthread_once () from /lib/libpthread.so.2 #22 0x081a6ea1 in __malloc_initialize () at gmalloc.c:615 ---Type to continue, or q to quit--- The rest of the backtrace contains the same recursive call to __malloc_initialize() Thanks in advance, Damien