From xemacs-m  Thu Sep 18 12:37:56 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA04138
	for <xemacs-beta@xemacs.org>; Thu, 18 Sep 1997 12:37:55 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id KAA17080;
	Thu, 18 Sep 1997 10:41:31 -0700
Mail-Copies-To: never
To: ding@gnus.org
Cc: xemacs-beta@xemacs.org
Subject: Re: [XEmacs] Re: Quassia Gnus v0.7 is released
References: <m2en6ngwhn.fsf@proletcult.slip.ifi.uio.no> <m2afhbkwnm.fsf@altair.xemacs.org> <87u3fihftd.fsf@mharnois.workgroup.net>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Michael Harnois's message of "18 Sep 1997 09:11:58 -0500"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 18 Sep 1997 10:41:31 -0700
Message-ID: <m2raamplis.fsf@altair.xemacs.org>
Lines: 38
X-Mailer: Quassia Gnus v0.6/XEmacs 20.3(beta23) - "Sarajevo"

Michael Harnois <mharnois@sbt.net> writes:
> X-Mailer: Quassia Gnus v0.7/XEmacs 20.3(beta22) - "Minsk"

> SL Baur <steve@xemacs.org> writes:
>> This version of Quassia Gnus causes XEmacs to drop core consistently
>> in an evil sort of way (overwritten stack).  I'm looking over the problem.

> This hasn't happened to me (yet) ... when is it happening to you?

You're past it.  I get a crash on any attempt to send a message.  I've
tried a, C-u a (from the *topics* buffer - see below), r, R, and F.
It is perfectly reproducible for me. :-(

The attached `backtrace' is from doing a package install of Quassia Gnus
0.7 via xpackage.sh (unmodified since it was posted to xemacs-beta),
`M-x gnus' once the editor started, then I moved the cursor down to
my Gnus devel list group and hit `C-u a'.  The same sequence with
qgnus-0.6 obviously works.

$ gdb src/xemacs
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.14 (i486-linux), Copyright 1995 Free Software Foundation, Inc...
(gdb) run
Starting program: /usr/src/build20/mule/src/xemacs 

Program received signal SIGSEGV, Segmentation fault.
0x8093515 in primitive_funcall (fn=Cannot access memory at address 0xbf2f656f.
) at /usr/src/xemacs-20.0/src/eval.c:3450
3450        case 12: return PRIMITIVE_FUNCALL(12);
(gdb) where
#0  0x8093515 in primitive_funcall (fn=
Cannot access memory at address 0xbf2f656f.
) at /usr/src/xemacs-20.0/src/eval.c:3450
Cannot access memory at address 0xbf2f6563.
(gdb) where -10
Cannot access memory at address 0xbf2f6563.

