From: jpff <jpff@codemist.co.uk>
To: jpff@codemist.co.uk, bug-gnu-emacs@gnu.org
Subject: (no subject)
Date: Thu, 07 Feb 2008 06:51:42 +0000 [thread overview]
Message-ID: <E1JN0bm-000456-Lq@cardew.codemist.co.uk> (raw)
Date: Thu, 7 Feb 2008 06:51:41 +0000
Message-Id: <9424-Thu07Feb2008065141+0000-jpff@cardew.codemist.co.uk>
X-Mailer: emacs 22.1.1 (via feedmail 8 I)
BCC: jpff@cardew.codemist.co.uk
From: jpff <jpff@cardew.codemist.co.uk>
To: bug-gnu-emacs@gnu.org
Subject: more on RMAIL failure
Note this refers to 23.0.60 remade 30 mins ago from CVS
I did a find-file-literally to load ~/RMAIL and then loaded
lisp/mail/rmail.el and instrumented a number of functions. The
function rmail-convert-file checks that it is already Babyl format and
then calls rmail-decode-babyl-format
That calls (detect-coding-region from to 'highest)
and at this point emacs goes quiet; no rotating cursor, no response to
^G and I killed the window.
(gdb) run -q
Starting program: /usr/local/bin/emacs -q
[Thread debugging using libthread_db enabled]
[New Thread 0xb6e338d0 (LWP 15517)]
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb6e338d0 (LWP 15517)]
0xffffe410 in __kernel_vsyscall ()
(gdb) where
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb74aec26 in kill () from /lib/libc.so.6
#2 0x08114c2b in abort () at emacs.c:432
#3 0x0817e737 in internal_condition_case (bfun=0x8125ba0 <command_loop_1>,
handlers=137778601, hfun=0x8120c80 <cmd_error>) at eval.c:1469
#4 0x08120103 in command_loop_2 () at keyboard.c:1370
#5 0x0817e7da in internal_catch (tag=137773449,
func=0x81200e0 <command_loop_2>, arg=137734345) at eval.c:1230
#6 0x08120ae7 in command_loop () at keyboard.c:1349
#7 0x08120e4b in recursive_edit_1 () at keyboard.c:958
#8 0x08120f81 in Frecursive_edit () at keyboard.c:1020
#9 0x081159ec in main (argc=2, argv=0xbfcc9684) at emacs.c:1793
(gdb) bt full
#0 0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74aec26 in kill () from /lib/libc.so.6
No symbol table info available.
#2 0x08114c2b in abort () at emacs.c:432
No locals.
#3 0x0817e737 in internal_condition_case (bfun=0x8125ba0 <command_loop_1>,
handlers=137778601, hfun=0x8120c80 <cmd_error>) at eval.c:1469
val = <value optimized out>
c = {tag = 137734345, val = 150122093, next = 0xbfcc91b0, gcpro = 0x0,
jmp = {{__jmpbuf = {0, 138250448, 138250432, -1077112456, -921629869,
2147330108}, __mask_was_saved = 0, __saved_mask = {__val = {1,
3076683656, 3086401524, 3068516560, 3217854416, 3217854468,
3086329903, 3217854776, 3217854832, 3086403184, 134542865,
2822930839, 0, 0, 2, 3086349321, 134542206, 3217854768, 3217855056,
4294967295, 3217854904, 135454915, 3217855056, 3217854768, 128,
3075000960, 3076683712, 0, 110932256, 3086401524, 3086403184,
134523140}}}}, backlist = 0x0, handlerlist = 0x0,
lisp_eval_depth = 0, pdlcount = 2, poll_suppress_count = 1,
interrupt_input_blocked = 0, byte_stack = 0x0}
h = {handler = 137778601, var = 137734345, chosen_clause = 137734393,
tag = 0xbfcc909c, next = 0x0}
#4 0x08120103 in command_loop_2 () at keyboard.c:1370
val = 0
#5 0x0817e7da in internal_catch (tag=137773449,
func=0x81200e0 <command_loop_2>, arg=137734345) at eval.c:1230
c = {tag = 137773449, val = 137734345, next = 0x0, gcpro = 0x0, jmp = {
{__jmpbuf = {0, 138250448, 138250432, -1077112200, -921474221,
2147463228}, __mask_was_saved = 0, __saved_mask = {__val = {0,
147023480, 192, 3076215152, 0, 176, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3079988273, 137866084, 137866080, 3076215152, 137960570, 137960568,
137964000, 3217855080, 135725877, 137964001, 137960570, 137734345,
137760192, 3068344528, 137909072, 137734369}}}}, backlist = 0x0,
handlerlist = 0x0, lisp_eval_depth = 0, pdlcount = 2,
poll_suppress_count = 1, interrupt_input_blocked = 0, byte_stack = 0x0}
#6 0x08120ae7 in command_loop () at keyboard.c:1349
No locals.
#7 0x08120e4b in recursive_edit_1 () at keyboard.c:958
val = <value optimized out>
#8 0x08120f81 in Frecursive_edit () at keyboard.c:1020
buffer = 137734345
#9 0x081159ec in main (argc=2, argv=0xbfcc9684) at emacs.c:1793
displayname = 0x0
count_before = <value optimized out>
dummy = -1077111304
stack_bottom_variable = 8 '\b'
do_initial_setlocale = 1
skip_args = 0
rlim = {rlim_cur = 8388608, rlim_max = 18446744073709551615}
no_loadup = 0
junk = 0x0
(gdb) xbacktrace
Undefined command: "xbacktrace". Try "help".
(gdb)
The suggestion is that there is a malformat in my RMAIL file, but it
works perfectly in emacs22 (the system I am using here)
By the way, the error I have repeated many times that when picking up
new mail from two filing systems causes a format error is still
present. Happened to me yesterday. Will try to create a simple
scheme to illustrate
In GNU Emacs 22.1.1 (i586-suse-linux-gnu, GTK+ Version 2.12.0)
of 2007-11-23 on dede
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
configured using `configure '--with-gcc' '--with-pop' '--without-hesiod' '--with-kerberos' '--with-kerberos5' '--with-leim' '--with-xim' '--with-system-malloc' '--prefix=/usr' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--with-x' '--with-sound' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-x-toolkit=gtk' '--x-includes=/usr/include' '--x-libraries=/usr/lib:/usr/share/X11' '--build=i586-suse-linux-gnu' 'build_alias=i586-suse-linux-gnu' 'CC=gcc' 'CFLAGS=-O2 -march=i586 -mtune=i686 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -g -pipe -fno-strict-aliasing -D_GNU_SOURCE -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label -DSYSTEM_PURESIZE_EXTRA=5500
0 -DSITELOAD_PURESIZE_EXTRA=10000 ' 'LDFLAGS=''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_GB.UTF-8
locale-coding-system: utf-8
default-enable-multibyte-characters: t
Major mode: Fundamental
Minor modes in effect:
display-time-mode: t
encoded-kbd-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<help-echo> <help-echo> <menu-bar> <file> <open-file>
<help-echo> <help-echo> M-x r e p o r t <tab> <ret
urn>
Recent messages:
error: `mail-filter.el' was compiled for Emacs 23 or later
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
Loading eldoc...done
Quit
Loading emacsbug...done
==John ffitch
next reply other threads:[~2008-02-07 6:51 UTC|newest]
Thread overview: 127+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-07 6:51 jpff [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-02-07 10:01 (no subject) jpff
2007-10-21 2:41 Guangyi Wang
2007-01-29 22:19 William Hanlon
2006-01-24 11:59 Steve Pitchers
2005-10-28 8:46 MEJORES SEMINARIOS EN PUEBLA
2005-09-08 21:25 Cahal Brittingham
2005-09-06 0:37 ACTUALIZACION DE CALIDAD
2005-08-25 17:45 SEMINARIOS ESPECIALIZADOS QUERETARO
2005-08-16 4:12 Rareness I. Seinfeld
2005-08-10 3:38 Despot P. Erich
2005-07-06 18:16 dfasd
2005-06-09 5:15 sia
2005-06-01 3:47
2005-05-26 23:06 深圳群力科技
2005-05-21 5:03 Brent Knapp
2005-05-18 9:39 Reid L. Clarke
2005-05-09 11:17 kilojy
2005-05-06 7:54 xgyhl
2005-05-01 9:47 hello
2005-04-28 17:03 易友商务
2005-04-23 5:42 AdolfBush
2005-04-21 11:42 海燕
2005-04-18 16:06 本元正阳
2005-04-13 9:49 uyuiyu
2005-03-16 21:16 Ervin Milton
2005-01-21 21:48 Luc Teirlinck
2005-01-18 9:46 Google
2005-01-11 19:01 Kishor Aggarrwal
2005-01-11 18:05 Kishor Aggarrwal
2005-01-11 17:06 Kishor Aggarrwal
2005-01-11 14:05 Kishor Aggarrwal
2004-12-26 8:57 Subscribe.Ru
2004-12-24 7:11 okyyoyws
2004-12-12 16:12 Cornell Kuhn
2004-12-04 7:35 runyoef
2004-12-02 8:42 Shelley Herrera
2004-11-30 21:51 Charles Mberi Kimpolo
2004-11-29 21:56 Milford Young
2004-10-28 0:21 Wiley Reid
2004-10-25 16:19 Robby Cherry
2004-10-22 1:50 Vargas
2004-10-19 22:39 not.real
2004-10-14 19:23 Eldon Irwin
2004-10-14 13:09 Frances Devine
2004-10-09 13:36 Dave Daugherty
2004-10-01 21:34 Clara Maher
2004-09-26 6:30 Drew Adams
2004-09-14 2:06 Alyse
2004-09-07 10:00 Eugene Kurbatov
2004-09-01 15:46 Janessa
2004-09-01 15:46 Julissa
2004-08-23 7:04 handa
2004-08-14 5:56 Gary
2004-08-09 22:48 Coon
2004-08-09 21:45 Help-gnu-emacs
2004-08-09 21:07 Ast
2004-08-09 20:48 Daniel
2004-08-09 20:05 Help-gnu-emacs
2004-08-09 19:28 Help-gnu-emacs
2004-08-09 18:57 Help-gnu-emacs
2004-08-09 18:51 Ilisp-request
2004-08-09 17:55 Daniel
2004-08-05 21:14 Post Office
2004-08-01 9:22 Eugene Kurbatov
2004-08-02 4:03 ` Eli Zaretskii
[not found] ` <mailman.2403.1091419776.1960.bug-gnu-emacs@gnu.org>
2004-08-02 15:35 ` Kevin Rodgers
2004-07-29 6:40 Jan D.
2004-07-27 19:43 Mail Administrator
2004-07-27 7:01 Returned mail
2004-07-26 16:06 Bounced mail
2004-07-26 14:24 Post Office
2004-07-19 0:00 网络营销软件
2004-07-18 19:32 深圳云风实业有限公司
2004-07-16 16:12 Moore, Jerry C
2004-07-17 6:42 ` Michael Olson
2004-07-09 14:46 goldlineco
2004-07-04 6:47 haoxiangchenggong
2004-07-01 22:22 Mufaddal Borsadwala
2004-07-01 23:11 ` Kevin Rodgers
2004-06-17 8:48 fanjf
2004-06-09 15:21 Kazuto Asai
2004-05-29 23:35 qjclove2
2004-05-11 22:26 Jordan Clarke
2004-04-29 6:51 Karl Wuerfl
2004-04-21 10:17 Eliza Marcus
2004-04-20 14:58 Альбина
2003-12-23 22:57 Joel
2003-12-19 2:32 Funakoshi Riyuutarou
2003-10-16 4:53 Yamamoto Mai
2003-08-27 7:17 Saori Tsubochi
2003-08-16 8:11 buger
2003-08-10 0:05 shuki_duv
2003-06-11 22:56 (No Subject) Jessy Fershun
2002-11-23 12:11 (no subject) jeanmax laborie
2002-08-09 15:57 nOrh Loudspeaker
2002-08-09 4:06 Stanley Udoh
2002-08-03 21:46 kailash
2002-08-03 12:09 ÀÚ¸®ÀÎ
2002-07-31 20:13 John Udeh
2002-07-31 2:03 John Udeh
2002-07-30 15:19 biz
2002-07-25 1:33 Free Concert Tickets!
2002-07-03 3:52 Fairhand
2002-07-03 0:02 Fairhand
2002-07-02 13:30 Fairhand
2002-07-01 21:03 Fairhand
2002-06-30 5:42 maxmall77
2002-06-17 19:42 ¿Í¿ìÄ¿ÇÇ
2002-06-10 15:12 shs
2002-06-02 18:04 genetics
2002-05-23 18:30 pampita
2002-05-22 10:29 mailer
2002-05-22 10:29 mailer
2002-05-22 0:43 Çϳª·Î
2002-05-18 1:18 ¼¼½º¿µ¾î»ç
2002-05-17 14:07 Don Huk
2002-05-13 4:27 Shibata Keisuke
2002-05-04 8:27 ÀÌÀü¿Á
2002-05-04 8:27 ÀÌÀü¿Á
2002-04-21 4:35 faxin01
2002-04-07 23:29 Ulrich Neumerkel
2002-04-07 8:34 Á¦ÁÖ ÇѶó¸®Á¶Æ®
2002-04-01 17:45 Â÷Á
2002-03-29 8:07 ´ºÆ®¸®¼Ç Æ÷ ¶óÀÌÇÁ
2002-02-21 13:16 Å©·¹ÀÌÁö
1999-01-02 0:59 dr, garuba umar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JN0bm-000456-Lq@cardew.codemist.co.uk \
--to=jpff@codemist.co.uk \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).