================================================================
Dear Bug Team!
This bug is reproducible in XEmacs 21.4.16 when configured with
--error-checking=all --debug. If XE is configure without these opts
(the default for XE 21.4) the bug can not be reproduced.
Visiting this file...
,----[ .htaccess ]
| # don't allow people to retrieve non-cgi executable files or our private data
| <FilesMatch ^(.*\.pl|.*localconfig.*|processmail|runtests.sh)$>
| deny from all
| </FilesMatch>
| <FilesMatch ^(localconfig.js|localconfig.rdf)$>
| allow from all
| </FilesMatch>
`----
Causes SXEmacs to dump core with a SIGABRT
Recipe for reproducing the bug:
Save the above .htaccess file somewhere
$ sxemacs -no-autoloads
In scratch buffer, eval...
(progn
(require 'apache-mode)
(require 'lazy-shot)
(add-hook 'font-lock-mode-hook 'turn-on-lazy-shot))
And then, simply... C-x C-f /path/to/.htaccess RET
The assertion is from this part of insdel.c (line 1042):
,----
| #ifdef ERROR_CHECK_BUFPOS
|
| Bytind bufpos_to_bytind(struct buffer * buf, Bufpos x)
| {
| Bytind retval = real_bufpos_to_bytind(buf, x);
| ASSERT_VALID_BYTIND_UNSAFE(buf, retval);
| return retval;
| }
|
| Bufpos bytind_to_bufpos(struct buffer * buf, Bytind x)
| {
| ASSERT_VALID_BYTIND_UNSAFE(buf, x);
| return real_bytind_to_bufpos(buf, x);
| }
|
| #endif /* ERROR_CHECK_BUFPOS */
`----
,----[ line 1042 from above ]
| ASSERT_VALID_BYTIND_UNSAFE(buf, x);
`----
And here are the backtraces:
Current directory is /home/steve/programming/SXEmacs/core/sxemacs-22.1.1/src/
GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db
library "/lib/libthread_db.so.1".
(eicq-gdb) run -no-autoloads
Starting program:
/home/steve/programming/SXEmacs/core/sxemacs-22.1.1/src/sxemacs -no-autoloads
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 12430)]
Fatal error: assertion failed, file insdel.c, line 1042, (x) >= BI_BUF_BEG
(buf) && x <= BI_BUF_Z (buf)
Program received signal SIGABRT, Aborted.
[Switching to Thread 16384 (LWP 12430)]
0x403faac1 in kill () from /lib/libc.so.6
(eicq-gdb) bt
#0 0x403faac1 in kill () from /lib/libc.so.6
#1 0x4068d9ed in pthread_kill () from /lib/libpthread.so.0
#2 0x4068dd0b in raise () from /lib/libpthread.so.0
#3 0x403fa6fa in raise () from /lib/libc.so.6
#4 0x403fc127 in abort () from /lib/libc.so.6
#5 0x080c63c3 in assert_failed (file=0x82a6f88 "insdel.c", line=6,
expr=0x40695c18 "\030\v\001") at emacs.c:3098
#6 0x081b8a81 in bytind_to_bufpos (buf=0x88e40d8, x=254) at insdel.c:1042
#7 0x082106fd in search_buffer (buf=0x88e40d8, string=141424032, bufpos=30,
buflim=253, n=1, RE=1, trt=1082260080, inverse_trt=1082258904, posix=0) at
search.c:245
#8 0x08216b1c in search_command (string=141654804, limit=507,
noerror=1081155716, count=0, buffer=1081156892, direction=1, RE=1, posix=0) at
casetab.h:34
#9 0x08214894 in Fre_search_forward (regexp=141654804, limit=507,
noerror=1081155716, count=1081156892, buffer=1081156892) at search.c:2142
#10 0x080caa9c in Ffuncall (nargs=4, args=0x40712084) at eval.c:3356
#11 0x080993d3 in execute_optimized_program (program=0x88e87c8
"\016=\a\f\rZ\016>Y\0367\0163¢Æa¬\aÇ\0163!\0263\016?\036@\0163A\036+È
\036;É\211\0361\0368Ê\0364\016+G\0369Ë\211\036:\036.Ë\036)\016+\203q\004\016+@\211\026:@\026.\rb\210`\fW\203Q\004\016.;«\tÌ\016.\fÆ#ª\005\016.\f!\203=\004`\rZÍ_\f\rZ\0169_¥\0164Í_\0169¥\\É\\\0261\0167«\021\0161\0168V«\nÎÏÐ\0161\016;$\210\0161\0268\016:A\211\026)«¯\016)@@§\203Í\001\016)@@\225\034\016)@\211\036,@\211\0360\224\035\0160\225\034Ñ\016,8\036*\016,A@"...,
stack_depth=4, constants_data=0x8884458) at bytecode.c:820
#12 0x08098fb6 in funcall_compiled_function (fun=143046092, nargs=3,
args=0xbfffed28) at opaque.h:35
#13 0x080ca9a3 in Ffuncall (nargs=4, args=0xbfffed24) at eval.c:3382
#14 0x080993d3 in execute_optimized_program (program=0x88e8540 "Æ Ç\211È
É\211\031\030\036\020\036\021\036\022\036\023Ê\216\v«\005Ë\v!\210Ì\r\f\"\210\016\024«\006Í\r\f\"\210\016\025¬\aÎ\r\f\n#\210Ï\r\f\n#.\a\207",
stack_depth=4, constants_data=0x8877710) at bytecode.c:820
#15 0x08098fb6 in funcall_compiled_function (fun=143045560, nargs=3,
args=0xbfffee68) at opaque.h:35
#16 0x080ca9a3 in Ffuncall (nargs=4, args=0xbfffee64) at eval.c:3382
#17 0x080993d3 in execute_optimized_program (program=0x88e8520 "\v\n\t\b#\207",
stack_depth=4, constants_data=0x88775e0) at bytecode.c:820
#18 0x08098fb6 in funcall_compiled_function (fun=143045448, nargs=2,
args=0xbfffefa8) at opaque.h:35
#19 0x080ca9a3 in Ffuncall (nargs=3, args=0xbfffefa4) at eval.c:3382
#20 0x080993d3 in execute_optimized_program (program=0x88e8490
"\212\vq\210\rb\210Æ \025\fb\210ÆÇ!\024È\r\f\"\210\n«\fÉÊËÌ\t\r\f\v%\"\210Í
\030Î\216Ï\r\f\"+\207", stack_depth=3, constants_data=0x88a2808) at
bytecode.c:820
#21 0x08098fb6 in funcall_compiled_function (fun=143205808, nargs=5,
args=0xbffff0f8) at opaque.h:35
#22 0x080ca9a3 in Ffuncall (nargs=6, args=0xbffff0f4) at eval.c:3382
#23 0x080993d3 in execute_optimized_program (program=0x88e8310
"Æ\r!,Ç\r!?&È\r!É\r!Ê\r!\034\033\032Ë\r!\210Ì\f\n\v\b®\006\t\003\016\017\t«\004ͪ\002Î%+\207",
stack_depth=6, constants_data=0x88a27b0) at bytecode.c:820
#24 0x08098fb6 in funcall_compiled_function (fun=143205780, nargs=2,
args=0xbffff238) at opaque.h:35
#25 0x080ca9a3 in Ffuncall (nargs=3, args=0xbffff234) at eval.c:3382
#26 0x080993d3 in execute_optimized_program (program=0x88e8358 "Á\bÂ\"\207",
stack_depth=3, constants_data=0x886cb40) at bytecode.c:820
#27 0x08098fb6 in funcall_compiled_function (fun=143205752, nargs=1,
args=0xbffff36c) at opaque.h:35
#28 0x080ca9a3 in Ffuncall (nargs=2, args=0xbffff368) at eval.c:3382
#29 0x080cb569 in call1 (fn=0, arg0=0) at eval.c:3935
#30 0x08124e05 in execute_internal_event (event=142722736) at events.h:481
#31 0x08126183 in Fdispatch_event (event=142722736) at event-stream.c:4099
#32 0x080a87fb in Fcommand_loop_1 () at cmdloop.c:558
#33 0x080c86ce in condition_case_1 (handlers=1081156508, bfun=0x80a8b90
<command_loop_1>, barg=1081156892, hfun=0x80a8be0 <cmd_error>, harg=1081156892)
at eval.c:1591
#34 0x080a8dc7 in command_loop_2 (dummy=1081156892) at cmdloop.c:248
#35 0x080c858d in internal_catch (tag=0, func=0x80a8d90 <command_loop_2>,
arg=1081156892, threw=0x0) at eval.c:1266
#36 0x080a82f7 in initial_command_loop (load_me=0) at cmdloop.c:294
#37 0x080c4df2 in
sxemacs_steve_sxemacs_org__2005_sxemacs__main__22_1_1__patch_15_i686_pc_linux
(argc=2, argv=0xbffff7e4, envp=0xbffff7f0, restart=0) at emacs.c:2190
#38 0x080c5ecd in main (argc=0, argv=0x0, envp=0x0) at emacs.c:2602
(eicq-gdb) cont
Continuing.
Fatal error (6).
Lisp backtrace follows:
re-search-forward("^\\s-*\\(A\\(?:c\\(?:ce\\(?:pt\\(?:Filter\\|Mutex\\|PathInfo\\)\\|ss\\(?:Config\\|FileName\\)\\)\\|tion\\)\\|dd\\(?:Alt\\(?:By\\(?:Encoding\\|Type\\)\\)?\\|Charset\\|De\\(?:faultCharset\\|scription\\)\\|Encoding\\|Handler\\|I\\(?:con\\(?:By\\(?:Encoding\\|Type\\)\\)?\\|nputFilter\\)\\|Language\\|Module\\(?:Info\\)?\\|OutputFilter\\|Type\\)\\|gentLog\\|l\\(?:ias\\(?:Match\\)?\\|low\\(?:CONNECT\\|Override\\)?\\)\\|nonymous\\(?:_\\(?:Authoritative\\|LogEmail\\|MustGiveEmail\\|NoUserID\\|VerifyEmail\\)\\)?\\|ssignUserId\\|uth\\(?:Authoritative\\|D\\(?:B\\(?:Authoritative\\|GroupFile\\|M\\(?:Authoritative\\|GroupFile\\|Type\\|UserFile\\)\\|UserFile\\)\\|igest\\(?:Algorithm\\|Domain\\|File\\|GroupFile\\|N\\(?:cCheck\\|once\\(?:Format\\|Lifetime\\)\\)\\|Qop\\)\\)\\|GroupFile\\|LDAP\\(?:Authoritative\\|Bind\\(?:DN\\|Password\\)\\|CompareDNOnServer\\|DereferenceAliases\\|Enabled\\|FrontPageHack\\|GroupAttribute\\(?:IsDN\\)?\\|RemoteUserIsDN\\|StartTLS\\|Url\\)\\|Name\\|Type\\|UserFile\\)\\)\\|B\\(?:S2000Account\\|indAddress\\|rowserMatch\\(?:NoCase\\)?\\)\\|C\\(?:ache\\(?:D\\(?:efaultExpire\\|i\\(?:rLe\\(?:ngth\\|vels\\)\\|sable\\)\\)\\|Enable\\|F\\(?:ile\\|orceCompletion\\)\\|GcInterval\\|Ignore\\(?:CacheControl\\|NoLastMod\\)\\|LastModifiedFactor\\|MaxExpire\\|NegotiatedDocs\\|On\\|Root\\|Size\\)\\|h\\(?:arset\\(?:Default\\|Options\\|SourceEnc\\)\\|eckSpelling\\|ildPerUserId\\)\\|learModuleList\\|o\\(?:ntentDigest\\|okie\\(?:Domain\\|Expires\\|Log\\|Name\\|Style\\|Tracking\\)\\|reDumpDirectory\\)\\|ustomLog\\)\\|D\\(?:av\\(?:DepthInfinity\\|LockDB\\|MinTimeout\\)?\\|e\\(?:f\\(?:ault\\(?:Icon\\|Language\\|Mode\\|Type\\)\\|late\\(?:FilterNote\\|MemLevel\\|WindowSize\\)\\)\\|ny\\)\\|irectoryIndex\\|oc\\(?:T\\(?:itle\\|railer\\)\\|umentRoot\\)\\)\\|E\\(?:BCDIC\\(?:Convert\\(?:ByType\\)?\\|Kludge\\)\\|rror\\(?:Document\\|Log\\)\\|x\\(?:ample\\|pires\\(?:Active\\|ByType\\|Default\\)\\|t\\(?:Filter\\(?:Define\\|Options\\)\\|endedStatus\\)\\)\\)\\|F\\(?:ancyIndexing\\|ileETag\\|orce\\(?:LangaugePriority\\|Type\\)\\)\\|Group\\|H\\(?:T\\(?:MLDir\\|TPLogFile\\)\\|ead\\(?:Prefix\\|Suffix\\|er\\(?:Name\\)?\\)\\|ide\\(?:Sys\\|URL\\)\\|ostnameLookups\\)\\|I\\(?:SAPI\\(?:AppendLogTo\\(?:Errors\\|Query\\)\\|FileChache\\|LogNotSupported\\|ReadAheadBuffer\\)\\|dentityCheck\\|map\\(?:Base\\|Default\\|Menu\\)\\|n\\(?:clude\\|dex\\(?:Ignore\\|O\\(?:ptions\\|rderDefault\\)\\)\\)\\)\\|KeepAlive\\(?:Timeout\\)?\\|L\\(?:DAP\\(?:C\\(?:ache\\(?:Entries\\|TTL\\)\\|ertDBPath\\)\\|OpCache\\(?:Entries\\|TTL\\)\\|SharedCacheSize\\)\\|a\\(?:nguagePriority\\|stURLs\\)\\|i\\(?:mit\\(?:Request\\(?:Body\\|Fields\\(?:ize\\)?\\|Line\\)\\|XMLRequestBody\\)\\|sten\\(?:Back\\(?:Log\\|log\\)\\)?\\)\\|o\\(?:ad\\(?:File\\|Module\\)\\|ckFile\\|g\\(?:Format\\|Level\\)\\)\\)\\|M\\(?:MapFile\\|ax\\(?:Clients\\|KeepAliveRequests\\|RequestsPerChild\\|Spare\\(?:Servers\\|Threads\\)\\|Threads\\(?:PerChild\\)?\\)\\|eta\\(?:Dir\\|Files\\|Suffix\\)\\|i\\(?:meMagicFile\\|nSpare\\(?:Servers\\|Threads\\)\\)\\|ultiviewsMatch\\)\\|N\\(?:ameVirtualHost\\|o\\(?:Cache\\|Proxy\\)\\|umServers\\)\\|O\\(?:ptions\\|rder\\)\\|P\\(?:assEnv\\|erl\\(?:A\\(?:ccessHandler\\|ddVar\\|uth\\(?:enHandler\\|zHandler\\)\\)\\|C\\(?:hild\\(?:ExitHandler\\|InitHandler\\)\\|leanupHandler\\)\\|DispatchHandler\\|F\\(?:ixupHandler\\|reshRestart\\)\\|H\\(?:andler\\|eaderParserHandler\\)\\|In\\(?:itHandler\\|putFilterHandler\\|terp\\(?:M\\(?:ax\\(?:Requests\\|Spare\\)?\\|inSpare\\)\\|S\\(?:cope\\|tart\\)\\)\\)\\|Lo\\(?:adModule\\|gHandler\\)\\|Module\\|O\\(?:p\\(?:enLogsHandler\\|mask\\|tions\\)\\|utputFilterHandler\\)\\|P\\(?:assEnv\\|ost\\(?:ConfigHandler\\|ReadRequestHandler\\)\\|r\\(?:eConnectionHandler\\|ocessConnectionHandler\\)\\)\\|Re\\(?:quire\\|s\\(?:ponseHandler\\|tartHandler\\)\\)\\|S\\(?:cript\\|e\\(?:ndHeader\\|t\\(?:Env\\|InputFilter\\|OutputFilter\\|Var\\|upEnv\\)\\)\\|witches\\)\\|T\\(?:aintCheck\\|ra\\(?:ce\\|nsHandler\\)\\|ypeHandler\\)\\|Warn\\)\\|idFile\\|ort\\|r\\(?:ivateDir\\|oxy\\(?:Block\\|Domain\\|ErrorOverride\\|IOBufferSize\\|MaxForwards\\|P\\(?:ass\\(?:Reverse\\)?\\|reserveHost\\)\\|Re\\(?:ceiveBufferSize\\|mote\\|quests\\)\\|Timeout\\|Via\\)\\)\\|ython\\(?:A\\(?:ccessHandler\\|ut\\(?:h\\(?:enHandler\\|zHandler\\)\\|oReload\\)\\)\\|C\\(?:leanupHandler\\|onnectionHandler\\)\\|Debug\\|EnablePdb\\|FixupHandler\\|H\\(?:andler\\(?:Module\\)?\\|eaderParserHandler\\)\\|I\\(?:mport\\|n\\(?:itHandler\\|putFilter\\|terp\\(?:PerDirect\\(?:ive\\|ory\\)\\|reter\\)\\)\\)\\|LogHandler\\|O\\(?:pti\\(?:mize\\|on\\)\\|utputFilter\\)\\|P\\(?:ath\\|ostReadRequestHandler\\)\\|T\\(?:ransHandler\\|ypeHandler\\)\\)\\)\\|R\\(?:Limit\\(?:CPU\\|MEM\\|NPROC\\)\\|e\\(?:admeName\\|direct\\(?:Match\\|Permanent\\|Temp\\)?\\|ferer\\(?:Ignore\\|Log\\)\\|move\\(?:Charset\\|Encoding\\|Handler\\|InputFilter\\|Language\\|OutputFilter\\|Type\\)\\|qu\\(?:estHeader\\|ire\\)\\|sourceConfig\\|write\\(?:Base\\|Cond\\|Engine\\|Lo\\(?:ck\\|g\\(?:Level\\)?\\)\\|Map\\|Options\\|Rule\\)\\)\\)\\|S\\(?:S\\(?:I\\(?:E\\(?:ndTag\\|rrorMsg\\)\\|StartTag\\|TimeFormat\\|UndefinedEcho\\)\\|L\\(?:BanCipher\\|C\\(?:A\\(?:Certificate\\(?:File\\|Path\\)\\|Revocation\\(?:File\\|Path\\)\\)\\|acheServer\\(?:P\\(?:ath\\|ort\\)\\|RunDir\\)\\|ertificate\\(?:ChainFile\\|File\\|KeyFile\\)\\|heckClientDN\\|ipherSuite\\)\\|D\\(?:enySSL\\|isable\\)\\|E\\(?:n\\(?:able\\|gine\\(?:ID\\)?\\)\\|xportClientCertificates\\)\\|FakeBasicAuth\\|KeyNoteTrusted\\(?:Assertion\\|IssuerTemplate\\)\\|Log\\(?:Level\\)?\\|Mutex\\|NoCAList\\|Options\\|P\\(?:assPhraseDialog\\|rotocol\\)\\|R\\(?:andom\\(?:File\\(?:PerConnection\\)?\\|Seed\\)\\|equire\\(?:Cipher\\|SSL\\|dCiphers\\)?\\)\\|SessionCache\\(?:Timeout\\)?\\|Verify\\(?:Client\\|Depth\\)\\)\\)\\|atisfy\\|c\\(?:oreBoardFile\\|ript\\(?:Alias\\(?:Match\\)?\\|InterpreterSource\\|Log\\(?:Buffer\\|Length\\)?\\|Sock\\)?\\)\\|e\\(?:ndBufferSize\\|rver\\(?:A\\(?:dmin\\|lias\\)\\|Limit\\|Name\\|Path\\|Root\\|Signature\\|T\\(?:okens\\|ype\\)\\)\\|t\\(?:Env\\(?:If\\(?:NoCase\\)?\\)?\\|Handler\\|InputFilter\\|OutputFilter\\)\\)\\|tart\\(?:Servers\\|Threads\\)\\|uexecUserGroup\\)\\|T\\(?:hread\\(?:Limit\\|StackSize\\|sPerChild\\)\\|imeOut\\|op\\(?:Sites\\|URLs\\)\\|ransferLog\\|ypesConfig\\)\\|U\\(?:nsetEnv\\|se\\(?:CanonicalName\\|r\\(?:Dir\\)?\\)\\)\\|Virtual\\(?:DocumentRoot\\(?:IP\\)?\\|ScriptAlias\\(?:IP\\)?\\)\\|XBitHack\\)\\s-"
253 t)
# bind (highlights matcher keyword nkeywords iter old-progress progress
bufname keywords case-fold-search loudly loudvar end start)
font-lock-fontify-keywords-region(1 253 nil)
# (unwind-protect ...)
# bind (modified buffer-undo-list inhibit-read-only old-syntax-table
buffer-file-name buffer-file-truename loudly end beg)
font-lock-default-fontify-region(1 253 nil)
# bind (loudly end beg)
font-lock-fontify-region(1 253)
# (unwind-protect ...)
# bind (match-data)
# (unwind-protect ...)
# bind (message verbose end start buffer)
lazy-shot-fontify-internal(#<buffer ".htaccess"> 1 253 t "")
# bind (start end buffer stealth extent)
lazy-shot-lock-extent(#<destroyed extent> nil)
# bind (extent)
lazy-shot-redisplay-function(#<destroyed extent>)
# (condition-case ... . error)
# (catch top-level ...)
Program received signal SIGABRT, Aborted.
0x403faac1 in kill () from /lib/libc.so.6
(eicq-gdb)
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux bastard 2.6.10 #7 Mon Dec 27 00:18:56 EST 2004 i686
AuthenticAMD AMD Athlon(TM) XP 2600+ GNU/Linux
./configure '--extra-verbose' '--site-prefixes=/usr/local/pgsql'
'--with-site-modules' '--without-site-lisp' '--with-wmcommand'
'--with-toolbars' '--with-menubars=lucid' '--with-scrollbars=athena'
'--with-dialogs=athena' '--with-widgets=athena' '--with-athena=next'
'--with-mule' '--with-xfs' '--external-widget' '--pdump'
'--with-clash-detection' '--error-checking=all' '--debug=yes'
SXEmacs steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.1--patch-15 "Aston Martin"
configured for `i686-pc-linux'.
Compilation / Installation:
Source code location:
/home/steve/programming/SXEmacs/core/sxemacs-22.1.1
Installation prefix: /usr/local
Additional prefixes: /usr/local/pgsql
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -fno-strict-aliasing -Wshadow
Compiler version: gcc (GCC) 3.3.1
Compiler specs file:
/usr/lib/gcc-lib/i586-pc-linux-gnu/3.3.1/specs
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Need to guess glibc1/2/etc here
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/neXtaw
- Athena library to link: neXtaw
Using Lucid menubars.
Using Athena scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Compiling in support for X-Face message headers.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
- Using XFontSet to provide bilingual menubar.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: SXEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for SXEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
nil
Installed XEmacs Packages:
-------------------------
(mule-ucs ver: 1.06 upstream: 0.84)
(xemacs-devel ver: 1.7 upstream: No-Upstream-Ver)
(xemacs-base ver: 1.93 upstream: No-Upstream-Ver)
(w3 ver: 1.3 upstream: 4.0pre47)
(view-process ver: 1.13 upstream: 2.4)
(vhdl ver: 1.19 upstream: 3.32.20)
(vc ver: 1.39 upstream: No-Upstream-Ver)
(time ver: 1.14 upstream: 1.17)
(textools ver: 1.15 upstream: No-Upstream-Ver)
(text-modes ver: 1.81 upstream: No-Upstream-Ver)
(supercite ver: 1.2 upstream: 3.55x3)
(strokes ver: 1.1 upstream: No-Upstream-Ver)
(speedbar ver: 1.27 upstream: 0.14beta4)
(sounds-wav ver: 1.12 upstream: No-Upstream-Ver)
(sounds-au ver: 1.12 upstream: No-Upstream-Ver)
(slider ver: 1.15 upstream: 0.3x1)
(sieve ver: 1.17 upstream: No-Upstream-Ver)
(sh-script ver: 1.18 upstream: 2.0e)
(sgml ver: 1.11 upstream: No-Upstream-Ver)
(semantic ver: 1.19 upstream: 1.4.2)
(sasl ver: 1.15 upstream: 1.14.4)
(riece ver: 1.17 upstream: 1.0.6)
(reftex ver: 1.34 upstream: 4.21)
(python-modes ver: 1.06 upstream: No-Upstream-Ver)
(psgml-dtds ver: 1.03 upstream: No-Upstream-Ver)
(psgml ver: 1.43 upstream: 1.3.1)
(ps-print ver: 1.11 upstream: 6.5.6)
(prog-modes ver: 2.01 upstream: No-Upstream-Ver)
(pgg ver: 1.05 upstream: 0.1)
(perl-modes ver: 1.06 upstream: No-Upstream-Ver)
(pcomplete ver: 1.03 upstream: 1.1.6)
(pcl-cvs ver: 1.65 upstream: R-2_9_9)
(os-utils ver: 1.35 upstream: No-Upstream-Ver)
(oo-browser ver: 1.04 upstream: 4.08)
(net-utils ver: 1.44 upstream: N/A)
(mmm-mode ver: 1.02 upstream: 0.4.7)
(misc-games ver: 1.18 upstream: No-Upstream-Ver)
(mine ver: 1.16 upstream: 1.9)
(mail-lib ver: 1.7 upstream: No-Upstream-Ver)
(jde ver: 1.46 upstream: regular)
(ispell ver: 1.3 upstream: 3.6)
(ilisp ver: 1.33 upstream: 5.12.0)
(igrep ver: 1.13 upstream: 2.111)
(ibuffer ver: 1.09 upstream: No-Upstream-Ver)
(hyperbole ver: 1.16 upstream: 4.18)
(hm--html-menus ver: 1.23 upstream: 5.9)
(gnats ver: 1.16 upstream: 3.101)
(games ver: 1.15 upstream: 1.04)
(frame-icon ver: 1.11 upstream: No-Upstream-Ver)
(footnote ver: 1.16 upstream: 0.18x)
(eterm ver: 1.15 upstream: No-Upstream-Ver)
(ess ver: 1.12 upstream: 5.2.3)
(eshell ver: 1.07 upstream: 2.4.1)
(erc ver: 0.12 upstream: Version 4.0 Revision: 1.675)
(emerge ver: 1.11 upstream: No-Upstream-Ver)
(elib ver: 1.11 upstream: 1.0)
(eieio ver: 1.05 upstream: 0.17)
(efs ver: 1.33 upstream: 1.23)
(edit-utils ver: 2.18 upstream: No-Upstream-Ver)
(ediff ver: 1.5 upstream: 2.75)
(edebug ver: 1.21 upstream: No-Upstream-Ver)
(ecrypto ver: 0.19 upstream: 2.0)
(docbookide ver: 0.07000000000000001 upstream: 0.1)
(dired ver: 1.16 upstream: 7.12)
(dictionary ver: 1.15 upstream: 1.8)
(debug ver: 1.17 upstream: No-Upstream-Ver)
(cookie ver: 1.15 upstream: No-Upstream-Ver)
(cc-mode ver: 1.43 upstream: 5.30.9)
(calendar ver: 1.23 upstream: No-Upstream-Ver)
(calc ver: 1.26 upstream: 2.02fX3)
(c-support ver: 1.2 upstream: No-Upstream-Ver)
(auctex ver: 1.42 upstream: 11.53)
(apel ver: 1.27 upstream: 10.2)
(skk ver: 1.23 upstream: regular)
(leim ver: 1.22 upstream: No-Upstream-Ver)
(latin-unity ver: 1.1 upstream: 1.10)
Installed Modules:
-----------------
Features:
--------
(issue-tracker xemacsbug shadow hyper-apropos lazy-shot ges-post
lisp-mnt picture view-less view dired-faces dired-xemacs dired
gdb-highlight gdb debug-toolbar gnus-async gnus-cache nnfolder sort
nnml nndraft nnmh xwem-mouse xwem-events xwem-recover xwem-icons
xwem-time xwem-framei xwem-tray xwem-win xwem-root env xwem-theme
xwem-weather xwem-sound xwem-osd xwem-register xwem-help xwem-holer
xwem-desktop xwem-worklog xwem-diagram xwem-rooticon xlib-xshape
xwem-strokes strokes atomic-extents xwem-clswi xwem-launcher xlib-xpm
xlib-tray xwem-keydefs xwem-compat xwem-netwm xwem-transient
xwem-frame xlib-xinerama xwem-tabbing xwem-clgen xwem-main
xwem-version xwem-minibuffer xwem-keyboard xlib-keysymdb xlib-xtest
xwem-focus alist xwem-modes xwem-clients xwem-misc xlib-img
xwem-manage xwem-load xwem-faces xwem-interactive xwem-struct dll
xwem-loaddefs xlib-xlib xlib-xr xlib-xwin xlib-xc xlib-const
xlib-version xlib-math color-theme mozmail gnuserv blink-cursor
cus-edit cus-load completer emoney emoney-version ell working avltree
stack-m elib-node ps-bdf ps-mule ps-print from ibuffer image-mode
dired-tar compile time-stamp rsz-minibuf big-menubar bbdb-w3
browse-url bbdb-sc bbdb-gnus bbdb-snarf bbdb-com bbdb-pgp mailcrypt
bbdb unicode mule-ucs-unicode un-data mucs mucs-ccl trans-util
mucs-type mucs-error un-define mule-uni mule-ucs-autoloads gnus-demon
nnir mpg123 patch-keywords supercite-sy supercite mail-extr regi
boxquote rect nnspool nntp messkeyw earcon gnus-audio gnus-topic
gnus-score score-mode gnus-picon gnus-ml gnus-msg gnus-diary gnus-art
mm-uu mml2015 pgg pgg-parse pgg-def mm-view nndiary gnus-sum
gnus-group gnus-undo gnus-start gnus-spec gnus-int gnus-range gnus-win
nnmail mail-source message mml mml-sec mml-smime smime dig mm-decode
mm-bodies mm-encode mailcap lpr mail-parse rfc2045 rfc2231 rfc2047 qp
ietf-drums mail-abbrevs mailheader canlock sha1 hex-util nnoo gnus
gnus-ems gnus-xmas messagexmas nnheader nnheaderxm run-at-time
gnus-util netrc mail-utils mm-util mail-prsvr wid-edit xetla
xetla-core xetla-defs add-log time-date parse-time diff ewoc pp
sendmail rfc822 xetla-version auto-insert-tkld ffap tramp-smb tramp
executable password format-spec timer trampver diff-mode easy-mmode
ediff-merg ediff-diff ediff-tbar ediff-wind ediff-help ediff-util
ediff-mult ediff-init ediff vc-hooks balloon-help fshell shell comint
ring sb-html sb-texinfo sb-info info speedbar sb-image dframe assoc
filladapt footnote paren blink-paren pending-del scroll-in-place redo
savehist backup-dir edmacro iswitchb crypt crypt++ recent-files
holidays efs-cu diary-lib time appt calendar htmlize outln-18
outl-mouse byte-optimize func-menu advice advice-preload annotations
font-latex font-lock latex-toolbar latex-units reftex reftex-vars
latex tex regexp-opt tex-site cperl-mode mwheel x-compose font
disp-table xemacs-devel-autoloads xemacs-base-autoloads w3-autoloads
view-process-autoloads vhdl-autoloads vc-autoloads time-autoloads
textools-autoloads text-modes-autoloads texinfo-autoloads
supercite-autoloads strokes-autoloads speedbar-autoloads
sounds-wav-autoloads sounds-au-autoloads slider-autoloads
sieve-autoloads sh-script-autoloads sgml-autoloads semantic-autoloads
sasl-autoloads riece-autoloads reftex-autoloads python-modes-autoloads
psgml-dtds-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pgg-autoloads perl-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads os-utils-autoloads
oo-browser-autoloads net-utils-autoloads mmm-mode-autoloads
misc-games-autoloads mine-autoloads mail-lib-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads ibuffer-autoloads
hyperbole-autoloads hm--html-menus-autoloads gnats-autoloads
games-autoloads frame-icon-autoloads footnote-autoloads
eterm-autoloads ess-autoloads eshell-autoloads erc-autoloads
emerge-autoloads elib-autoloads eieio-autoloads efs-autoloads
edit-utils-autoloads ediff-autoloads edebug-autoloads
ecrypto-autoloads docbookide-autoloads dired-autoloads
dictionary-autoloads debug-autoloads cookie-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads auctex-autoloads apel-autoloads skk-autoloads
leim-autoloads latin-unity-autoloads xwem-autoloads xlib-autoloads
tramp-autoloads misc-autoloads mailcrypt-autoloads latex-autoloads
gnus-autoloads emoney-autoloads eicq-autoloads eicq bytecomp
byte-compile eicq-version eicq-world eicq-meta eicq-comm eicq-v8
eicq-log cus-face outline timezone eicq-menu chess-autoloads
bbdb-autoloads lisp-autoloads loadhist auto-show fontl-hooks
x-iso8859-1 slovenian czech romanian ccl mule-help code-cmds
gutter-items menubar-items x-menubar mode-motion mouse itimer
auto-save lisp-mode easymenu iso8859-1 page buff-menu lib-complete
cus-file derived frame text-props obsolete cus-start custom widget
cl-extra mini-cl cl cl-19 packages backquote very-early-lisp
postgresqlv7 postgresql file-coding mule athena-scrollbars cut-buffer
lucid-menubars external-widget athena-dialogs x c-balloon-help
tty-frames tty toolbar native-sound scrollbar unix-processes multicast
network-streams subprocesses modules menu-accelerator-support menubar
berkeley-db md5 sxemacs xemacs xim gutter tiff png gif jpeg xface xpm
xbm lisp-float-type linux dialog devices window-system base64)
Recent keystrokes:
-----------------
BS o n t RET C-x C-s ~ / t m p / s y n a BS t a x -
b u g RET q u i t RET n RET s t o p RET q u i t RET
n RET k i l l RET y RET q u i t RET y RET C-x k RET
y C-next RET RET C-x i / v a r / w w TAB h t TAB S
X TAB . h t TAB RET button1 button1up M-x r e p o r
TAB s x TAB RET
Recent messages (most recent first):
-----------------------------------
Loading issue-tracker...done
Loading issue-tracker...
Checking new news...done
Opening nnml server on archive...done
Opening nnml server on archive...
Opening nnml server on archive...done
Opening nnml server on archive...
Opening nndraft server...done
Opening nndraft server...
Opening nnml server on archive...done
Opening nnml server on archive...
Opening nnml server on archive...done
Opening nnml server on archive...
Checking new news...
No new newsgroups
Opening nnml server on expired...done
Opening nnml server on expired...
Opening nnml server...done
Opening nnml server...
Generating the cache active file...done
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve@xxxxxxxxxxx>---|
pgp05Vyzr3vo9.pgp
Description: PGP signature
|