This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
In XEmacs 21.0 "20 minutes to Nikko" [Lucid] (i686-pc-linux, Mule) of Tue Apr 6
1999 on mastiff
configured using `configure -with-mule=yes
--site-includes=/home/burt/include/arch/i386-linux --error-checking=no --debug=no
--prefix=/home/burt/lib/xemacs-21.0.67'
When reading an article with Gnus, XEmacs (21.0 - beta(?)67) dumps core
GDB gives me the following trace:
Fatal error: assertion failed, file search.c, line 1008, abort()
Program received signal SIGABRT, Aborted.
0x402ba84d in __kill ()
(gdb) bt
#0 0x402ba84d in __kill ()
#1 0x4028967d in raise (sig=135941608)
#2 0x813c8dc in search_command (string=140455668, bound=137134804,
no_error=137134832, count=137134804, buffer=137134804, direction=1, RE=1,
posix=0) at search.c:1008
#3 0x813fdec in Fre_search_forward (regexp=140455668, bound=137134804,
no_error=137134832, count=137134804, buffer=137134804) at search.c:1702
#4 0x80a8119 in funcall_recording_as (recorded_as=137245668, nargs=3,
args=0xbfffc670) at eval.c:3197
#5 0x80abe47 in Ffuncall (nargs=4, args=0xbfffc670) at eval.c:3238
#6 0x80873be in Fbyte_code (bytestr=140588852, vector=141114744, maxdepth=13)
at bytecode.c:416
#7 0x80a8d48 in funcall_lambda (fun=140752576, nargs=3, arg_vector=0xbfffc880)
at eval.c:3597
#8 0x80a821e in funcall_recording_as (recorded_as=138196432, nargs=3,
args=0xbfffc87c) at eval.c:3214
#9 0x80abe47 in Ffuncall (nargs=4, args=0xbfffc87c) at eval.c:3238
#10 0x80873be in Fbyte_code (bytestr=140625404, vector=142575408, maxdepth=9)
at bytecode.c:416
#11 0x80a8d48 in funcall_lambda (fun=140753220, nargs=8, arg_vector=0xbfffce1c)
at eval.c:3597
#12 0x80a821e in funcall_recording_as (recorded_as=142573176, nargs=8,
args=0xbfffce18) at eval.c:3214
The message it chokes on is below. I guess the problem lies in the koi-8
charset. When I delete the reference to koi-8 in the Content-Type header,
then I do not get a core dump.
X-From-Line: zope-admin(a)zope.org Sat May 8 15:48:21 1999
Received: from serv-100.ags.uni-sb.de (root@serv-100 [134.96.236.202]) by
master.ags.uni-sb.de (8.8.4/8.7.3) with ESMTP id PAA13505 for <burt@master>; Sat, 8
May 1999 15:48:21 +0200 (MET DST)
Received: from corp-200.dfki.uni-sb.de (root@corp-200 [134.96.188.10]) by
serv-100.ags.uni-sb.de (8.8.4/8.7.3) with ESMTP id PAA23428 for
<burt(a)ags.uni-sb.de>; Sat, 8 May 1999 15:48:12 +0200 (MET DST)
Organization: DFKI Saarbruecken GmbH, D 66123 Saarbruecken
Received: from
zope.codeit.com (
www.zope.org [209.67.167.110])
by corp-200.dfki.uni-sb.de (8.8.8/8.8.8) with ESMTP id PAA12460
for <burt(a)dfki.de>; Sat, 8 May 1999 15:48:11 +0200 (MET DST)
Received: from www2 (localhost [127.0.0.1])
by
zope.codeit.com (8.9.2/8.8.7) with ESMTP id GAA09834;
Sat, 8 May 1999 06:46:31 -0700 (PDT)
Received: from
gandalf.digicool.com (
digitalcreations05.erols.com [216.164.72.5])
by
zope.codeit.com (8.9.2/8.8.7) with ESMTP id GAA09800
for <zope(a)zope.org>; Sat, 8 May 1999 06:46:19 -0700 (PDT)
Received: by
gandalf.digicool.com with Internet Mail Service (5.5.1960.3)
id <KNAC0XM1>; Sat, 8 May 1999 09:46:34 -0400
Message-ID: <613145F79272D211914B0020AFF64019142CF2(a)gandalf.digicool.com>
From: Rob Page <rob.page(a)digicool.com>
To: "'Dmitry B. Khlonin'" <khl(a)paloma.spbu.ru>
Cc: "'zope(a)zope.org'" <zope(a)zope.org>
Subject: RE: [Zope] DTML scripting
Date: Sat, 8 May 1999 09:46:27 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.1960.3)
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by
zope.codeit.com id GAA09810
Sender: zope-admin(a)zope.org
Errors-To: zope-admin(a)zope.org
X-Mailman-Version: 1.0b8
Precedence: bulk
List-Id: Users of the Z Object Publishing Environment <zope.zope.org>
X-BeenThere: zope(a)zope.org
Lines: 26
Xref: mastiff.ags.uni-sb.de zope:193
----Original Message-----
From: Dmitry B. Khlonin [mailto:khl@paloma.spbu.ru]
Sent: Friday, May 07, 1999 5:37 PM
To: zope(a)zope.org
Subject: [Zope] DTML scripting
May I create External Methods using DTML scripting?
Or I may do it only with Folders, SQLMethods and other?
This is a bug? Or undocumented feature?
=9a
Anything you can do through the web can be done with DTML scripting.=9a Of
course, External Methods require you to put stuff on the filesystem
which Zope won't let you do by default (I'm sure someone's decided that
policy isn't valid by now!=9a :^)=9a .
=9a
--Rob
_______________________________________________
Zope maillist - Zope(a)zope.org
http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list,
zope-dev(a)zope.org -
http://www.zope.org/mailman/listinfo/zope-dev )