From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29351 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: crash Date: 02 Mar 2000 18:01:47 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87aekje3xa.fsf@mharnois.workgroup.net> <87hfep1ixs.fsf@mharnois.workgroup.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166034 2263 80.91.224.250 (21 Oct 2002 02:07:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:14 +0000 (UTC) Cc: xemacs-beta@xemacs.org, ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 760F4D051E for ; Thu, 2 Mar 2000 12:05:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB30463; Thu, 2 Mar 2000 11:02:56 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Mar 2000 11:02:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA14712 for ; Thu, 2 Mar 2000 11:01:59 -0600 (CST) Original-Received: from frege.math.ethz.ch (frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by mailhost.sclp.com (Postfix) with ESMTP id 82937D051E for ; Thu, 2 Mar 2000 12:02:04 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id SAA21982; Thu, 2 Mar 2000 18:01:56 +0100 (MET) Original-Received: from urysohn(129.132.146.167), claiming to be "urysohn.math.ethz.ch" via SMTP by frege, id smtpdAAAa005NQ; Thu Mar 2 18:01:48 2000 Original-Received: (vroonhof@localhost) by urysohn.math.ethz.ch (8.9.3/D-MATH-client) id SAA20792; Thu, 2 Mar 2000 18:01:47 +0100 X-Authentication-Warning: urysohn.math.ethz.ch: vroonhof set sender to vroonhof@math.ethz.ch using -f Original-To: Michael Harnois In-Reply-To: Michael Harnois's message of "02 Mar 2000 09:38:07 -0600" Original-Lines: 29 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29351 Michael Harnois writes: You did say you could reproduce this? > > If it is a crash, then it is xemacs and you need to give more > > info. C backtrace and version to be precise ('latest cvs' is > > very ambiguous) > #2 0x805608b in xrealloc (block=0x87148b8, size=9600) > at /usr/src/xemacs-21.2/src/alloc.c:296 This seems ok.. > #3 0x808cd18 in record_unwind_protect ( > function=0x81145fc , arg={gu = { > type = Lisp_Type_Record, val = 36618428}, s = {bits = 0, > val = 73236856}, u = {bits = 0, val = 73236856}, ui = 146473712, > i = 146473712, v = 0x8bb02f0, cv = 0x8bb02f0}) > at /usr/src/xemacs-21.2/src/eval.c:4455 > #4 0x8111039 in signal_before_change (buf=0x8bb02f0, start=1, end=1) > at /usr/src/xemacs-21.2/src/insdel.c:2174 Maybe Hrvoje has an idea. Although this is before the extent modification stuff. The only thing is that your bracktrace looks very deep. Maybe we are running out of stackspace somewhere? Jan