From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 22.1 reproducible crash Date: Tue, 07 Aug 2007 14:03:51 +0200 Message-ID: <46B85FA7.4060000@swipnet.se> References: <38018.65621.qm@web88014.mail.re2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186488396 9004 80.91.229.12 (7 Aug 2007 12:06:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2007 12:06:36 +0000 (UTC) Cc: keramida@freebsd.org, YAMAMOTO Mitsuharu , emacs-devel@gnu.org To: Gardner Bell Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 07 14:06:25 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 1IINpP-0005yE-NQ for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2007 14:06:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IINpN-0003aZ-Lj for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2007 08:06:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IINo2-0002WH-Ij for emacs-devel@gnu.org; Tue, 07 Aug 2007 08:04:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IINny-0002TN-Kn for emacs-devel@gnu.org; Tue, 07 Aug 2007 08:04:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IINny-0002T9-DI for emacs-devel@gnu.org; Tue, 07 Aug 2007 08:04:54 -0400 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IINnw-0005q4-60 for emacs-devel@gnu.org; Tue, 07 Aug 2007 08:04:52 -0400 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id E993E3820E; Tue, 7 Aug 2007 14:04:46 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id CE43837F41; Tue, 7 Aug 2007 14:04:46 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id E260137E49; Tue, 7 Aug 2007 14:04:44 +0200 (CEST) User-Agent: Thunderbird 1.5.0.12 (X11/20070604) In-Reply-To: <38018.65621.qm@web88014.mail.re2.yahoo.com> X-Detected-Kernel: Linux 2.4-2.6 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:76143 Archived-At: Gardner Bell skrev: > --- YAMAMOTO Mitsuharu wrote: > >>>>>>> On Tue, 31 Jul 2007 07:10:20 -0400 (EDT), Gardner Bell >> said: >> >>> After running make clean and make distclean the gmalloc.c from >> trunk >>> causes this segfault during make. >> Could you try with the latest src/emacs.c and src/gmalloc.c in the >> EMACS_22_BASE branch? >> >> >> > http://cvs.savannah.gnu.org/viewvc/*checkout*/emacs/src/emacs.c?revision=1.401.2.2&root=emacs&pathrev=EMACS_22_BASE >> >> > http://cvs.savannah.gnu.org/viewvc/*checkout*/emacs/src/gmalloc.c?revision=1.21.2.4&root=emacs&pathrev=EMACS_22_BASE >> YAMAMOTO Mitsuharu >> mituharu@math.s.chiba-u.ac.jp >> > > Same thing, slightly different backtrace this time. I have also > noticed that this is triggered much easier when using the mouse to > open, and close files. > I think this might be due to the fact that Glib uses posix_memalign, but there is no posix_memalign in gmalloc.c. Jan D.