Dear Bug Team!
I've gotten two segmentation violations in the garbage collector. It
appears to be the result of an infinite recursion in the mark phase.
The stack trace is from the first occurence in an XEmacs that had been
running for a few days doing language editing plus running VM. The
second occured within a few minutes. All that had happened was an
edit of a text file, a few file insertions, a few pastes from the
clipboard plus starting VM. The crash happened while VM was
processing an HTML formatted message.
This is updated from CVS on Friday morning.
It isn't possible to get a Lisp backtrace
This is an edited version of the stack trace showing the top and
bottom ot the trace. The pattern at the top of the stack repeats for
about 19000 frames and then switches to the pattern shown in the other
section of the trace.
The descriptors are:
0x405dc8: cons_description
0x4063b0: vector_description
0x421da4: compiled_function_description
0x56fb00: marker_description
0x624974: symbol_description
#0 0x0040a283 in mark_with_description (lheader=0x10eea0c4, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#1 0x0040ac83 in mark_object (obj=284074180)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#2 0x0040a289 in mark_with_description (lheader=0x10eea2bc, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#3 0x0040ac83 in mark_object (obj=284074684)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#4 0x0040a289 in mark_with_description (lheader=0x10eea094, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#5 0x0040ac83 in mark_object (obj=284074132)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#6 0x0040a289 in mark_with_description (lheader=0x10eea28c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#7 0x0040ac83 in mark_object (obj=284074636)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#8 0x0040a289 in mark_with_description (lheader=0x10eea064, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#9 0x0040ac83 in mark_object (obj=284074084)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#10 0x0040a289 in mark_with_description (lheader=0x10eea25c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#11 0x0040ac83 in mark_object (obj=284074588)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#12 0x0040a289 in mark_with_description (lheader=0x10eea034, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#13 0x0040ac83 in mark_object (obj=284074036)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#14 0x0040a289 in mark_with_description (lheader=0x10eea22c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#15 0x0040ac83 in mark_object (obj=284074540)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#16 0x0040a289 in mark_with_description (lheader=0x10eea004, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#17 0x0040ac83 in mark_object (obj=284073988)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#18 0x0040a289 in mark_with_description (lheader=0x10eea1fc, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#19 0x0040ac83 in mark_object (obj=284074492)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#20 0x0040a289 in mark_with_description (lheader=0x10eeafcc, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#21 0x0040ac83 in mark_object (obj=284078028)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#22 0x0040a289 in mark_with_description (lheader=0x10eea1b4, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#23 0x0040ac83 in mark_object (obj=284074420)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#24 0x0040a289 in mark_with_description (lheader=0x10eeaf9c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#25 0x0040ac83 in mark_object (obj=284077980)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#26 0x0040a289 in mark_with_description (lheader=0x10eea184, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#27 0x0040ac83 in mark_object (obj=284074372)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28 0x0040a289 in mark_with_description (lheader=0x10eeaf6c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#29 0x0040ac83 in mark_object (obj=284077932)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#30 0x0040a289 in mark_with_description (lheader=0x10eea154, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#31 0x0040ac83 in mark_object (obj=284074324)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#32 0x0040a289 in mark_with_description (lheader=0x10eeaf3c, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#33 0x0040ac83 in mark_object (obj=284077884)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#34 0x0040a289 in mark_with_description (lheader=0x10eea124, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#35 0x0040ac83 in mark_object (obj=284074276)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#36 0x0040a289 in mark_with_description (lheader=0x107bbeac, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#37 0x0040ac83 in mark_object (obj=276545196)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#38 0x0040a289 in mark_with_description (lheader=0x10eea0dc, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#39 0x0040ac83 in mark_object (obj=284074204)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#40 0x0040a289 in mark_with_description (lheader=0x10f21aa4, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#41 0x0040ac83 in mark_object (obj=284301988)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#42 0x0040a289 in mark_with_description (lheader=0x10eea0ac, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#43 0x0040ac83 in mark_object (obj=284074156)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#44 0x0040a289 in mark_with_description (lheader=0x10f320dc, desc=0x56fb00)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#45 0x0040ac83 in mark_object (obj=284369116)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
[snip]
#28860 0x0040a5f7 in mark_with_description (lheader=0x11682858, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28861 0x0040ac83 in mark_object (obj=292038744)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28862 0x0040a5f7 in mark_with_description (lheader=0x11682864, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28863 0x0040ac83 in mark_object (obj=292038756)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28864 0x0040a5f7 in mark_with_description (lheader=0x100628d8, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28865 0x0040ac83 in mark_object (obj=268839128)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28866 0x0040a289 in mark_with_description (lheader=0x10dd619c, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28867 0x0040ac83 in mark_object (obj=282943900)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28868 0x0040a5f7 in mark_with_description (lheader=0x10dd61a8, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28869 0x0040ac83 in mark_object (obj=282943912)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28870 0x0040a5f7 in mark_with_description (lheader=0x10dd61b4, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28871 0x0040ac83 in mark_object (obj=282943924)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28872 0x0040a5f7 in mark_with_description (lheader=0x11483280, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28873 0x0040ac83 in mark_object (obj=289944192)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28874 0x0040a5f7 in mark_with_description (lheader=0x116ba298, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28875 0x0040ac83 in mark_object (obj=292266648)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28876 0x0040a5f7 in mark_with_description (lheader=0x10041530, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28877 0x0040ac83 in mark_object (obj=268703024)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28878 0x0040a289 in mark_with_description (lheader=0x1061410c, desc=0x405dc8)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28879 0x0040ac83 in mark_object (obj=274809100)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28880 0x0040a5f7 in mark_with_description (lheader=0x10063c70, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3032
#28881 0x0040ac83 in mark_object (obj=268844144)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28882 0x0040a346 in mark_with_description (lheader=0x1016ee90, desc=0x4063b0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2946
#28883 0x0040ac83 in mark_object (obj=269938320)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28884 0x0040a289 in mark_with_description (lheader=0x10198c58, desc=0x421da4)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28884 0x0040a289 in mark_with_description (lheader=0x10198c58, desc=0x421da4)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28885 0x0040ac83 in mark_object (obj=270109784)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28886 0x0040a289 in mark_with_description (lheader=0x10063d00, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28887 0x0040ac83 in mark_object (obj=268844288)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28888 0x0040a346 in mark_with_description (lheader=0x1016eee8, desc=0x4063b0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2946
#28889 0x0040ac83 in mark_object (obj=269938408)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28890 0x0040a289 in mark_with_description (lheader=0x10198c84, desc=0x421da4)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28891 0x0040ac83 in mark_object (obj=270109828)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28892 0x0040a289 in mark_with_description (lheader=0x10063d78, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28893 0x0040ac83 in mark_object (obj=268844408)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28894 0x0040a346 in mark_with_description (lheader=0x1016ef2c, desc=0x4063b0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2946
#28895 0x0040ac83 in mark_object (obj=269938476)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28896 0x0040a289 in mark_with_description (lheader=0x10198cdc, desc=0x421da4)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28897 0x0040ac83 in mark_object (obj=270109916)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28898 0x0040a289 in mark_with_description (lheader=0x10063ef8, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28899 0x0040ac83 in mark_object (obj=268844792)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28900 0x0040a289 in mark_with_description (lheader=0x10485184, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28901 0x0040ac83 in mark_object (obj=273174916)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28902 0x0040a289 in mark_with_description (lheader=0x10611924, desc=0x624974)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2926
#28903 0x0040ac83 in mark_object (obj=274798884)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28904 0x0040a346 in mark_with_description (lheader=0x1016ef5c, desc=0x4063b0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:2946
#28905 0x0040ac83 in mark_object (obj=269938524)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:3215
#28906 0x0040cd40 in garbage_collect_1 ()
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:4345
#28907 0x0040d382 in Fgarbage_collect ()
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/alloc.c:4514
#28908 0x00474956 in Ffuncall (nargs=1, args=0x22f09c)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:3758
#28909 0x0041eeb3 in execute_optimized_program (
program=0x10d3b310 "\r=abj\r=c6X=ace=c7 =c8 a=ac^=c9=ca =cb\"T=c6=cc
=cd\e\031\034\211\032=ceV=ab\016\fT\024\n=c9\n=cf\"Z\211\022=aa=f0\f=d0W=ab\003=d0\024\f\r_=d0=a5\023\b:=ab\b\t@\b@U=ac\005\013T=aa\a\tA@\bAZ\211\036\e\013V=ab\004=d1
\210\016\e\rV=ab\013=d2 \016\034V=ab\004=d3
\210-=d4=d5!\211\036\032=ac\005=d6=d7!\210\r=ab\030\r=d0V=ab\023=d8\016\032!\r=d0=a5U=ac\t=d9\016\032\r=d0=a5\"\210)=cd\207",
stack_depth=5, constants_data=0x1015d034)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:675
#28910 0x00474e1d in Ffuncall (nargs=1, args=0x22f1ac)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:3398
#28911 0x0041eeb3 in execute_optimized_program (
program=0x22f228 "=c6
\e=c7\216\f\035=c8\211\032\031=c8\211\030\036\r=c8\211\036\016\034=c8\211\036\017\036\020=c9\r!=ab\f=ca=cb\r!=cc\r!\"\210=aa\006=cb\r!
\210.\013=c8\207",
stack_depth=5, constants_data=0x10160128)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:675
#28912 0x00422ac8 in Fbyte_code (instructions=269029688, constants=269877528,
stack_depth=11) at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:2343
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:3540
#28914 0x00471101 in condition_case_1 (handlers=269650012,
bfun=0x47360c <Feval>, barg=269650132,
hfun=0x471220 <run_condition_case_handlers>, harg=268749608)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:1864
#28915 0x004716de in condition_case_3 (bodyform=269650132, var=268749608,
handlers=269650012) at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:1946
#28916 0x0041fb23 in execute_rare_opcode (stack_ptr=0x22f634,
program_ptr=0x104122c5
"\210)\013A\211\023=ac\217\016\036\211\023=ab\016\f=d4\013@!^\024\013A\211\023=ac=f4=da=db!\211\036\037=ab\f=dc\016\037!=ab\006\212=dd
\210))\f.\a\207acsdevel\026", opcode=Bcondition_case)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:1200
#28917 0x0041eca6 in execute_optimized_program (
program=0x10412210 "=c6\016\036!=c7=c8=c7\211\211=c9\036
\030\032\031\034\035\e=c8\024=ca=cb!=ab\021\016\013:=ab\f\016\013\022=cc=cd
\n\"\021=aa =ca=ce!=ab\027\016\016:=ab\022\016\016@\016\016A=cfE\022=cc=cd
\n\"\021=aa\005=d0\022=cf\021\013=abs\013@\025=d1\r!=ab\a=d2\r!\020=aa\r=d3\r=cf=d4\r!\016!Z]\"\210=d1\r!=ab\020=cc\b\n\"=cfV=ac\017\t=d4\r!W=aa\006=d4\r!=cfV=ab%=d1\r!=ab\030\t=d4\r!W=ab\n\f=d4\r!\tZ^=aa\r\f=d4\r!^=aa\006\f=d4\r!^\024=aa\024=d1\r!=ab\a=d5\r=cd
\"\210=d6\216=d7=d8=d9\217\210)\013A\211\023=ac\217\016\036\211\023=ab\016\f=d4\013@!"...,
stack_depth=8,
constants_data=0x101602b0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:581
#28918 0x00474e1d in Ffuncall (nargs=2, args=0x22f74c)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:3398
#28919 0x0041eeb3 in execute_optimized_program (
program=0x104c8110 "\013?=ad&=c6\211\036\017\e=c7
\034=c8\f\n\"\031=c9\035\f\022=ca\t!\025=cb\b!\210\r\026\020=cc\r=cd=c9=ce$\211\020-\207",
stack_depth=6,
constants_data=0x10160390)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/bytecode.c:675
#28920 0x00474e1d in Ffuncall (nargs=2, args=0x22f868)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:3398
#28921 0x00479472 in call1 (fn=268750448, arg0=268844744)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:4398
#28922 0x0048fc46 in execute_internal_event (event=271373060)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/event-stream.c:3300
#28923 0x004924bd in Fdispatch_event (event=271373060)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/event-stream.c:4715
#28924 0x00432835 in Fcommand_loop_1 ()
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/cmdloop.c:582
#28925 0x00432c26 in command_loop_1 (dummy=268844744)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/cmdloop.c:501
#28926 0x00471101 in condition_case_1 (handlers=268842584,
bfun=0x432be8 <command_loop_1>, barg=268844744, hfun=0x432cc0 <cmd_error>,
harg=268844744) at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:1864
#28927 0x00432d9f in command_loop_2 (dummy=268844744)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/cmdloop.c:264
#28928 0x0047a6cc in internal_catch (tag=268639640,
func=0x432d78 <command_loop_2>, arg=268844744, threw=0x0, thrown_tag=0x0)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/eval.c:1487
#28929 0x004324b4 in initial_command_loop (load_me=268844744)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/cmdloop.c:313
#28930 0x0046a1e2 in xemacs_21_5_b8_i686_pc_cygwin ()
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/emacs.c:2344
#28931 0x0046d93c in main (argc=1, argv=0x10027d40, envp=0x10024000)
at /cygdrive/c/Xemacsdevel/xemacs-21.5/src/emacs.c:2720
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: CYGWIN_NT-5.0 DBUSH1-MOBL 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
../xemacs-21.5/configure '--pdump' '--use-kkcc'
XEmacs 21.5-b8 "broccoli" configured for `i686-pc-cygwin'.
Compilation / Installation:
Source code location: /cygdrive/c/Xemacsdevel/xemacs-21.5
Installation prefix: /usr/local
Operating system description file: `s/cygwin32.h'
Machine description file: `m/intel386.h'
Compiler: gcc -I/usr/lib/../include/noX
-I/usr/lib/../include/noX -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wshadow -Wpointer-arith
Relocating allocator for buffers: no
GNU version of malloc: yes
Window System:
Compiling in support for the Microsoft window system.
Using MS-Windows menubars.
Using MS-Windows scrollbars.
Using MS-Windows dialog boxes.
Using MS-Windows native widgets.
Compiling in support for Drag'n'Drop (EXPERIMENTAL).
- Drag'n'Drop prototype: msw.
TTY:
Compiling in support for ncurses.
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.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Internationalization:
Mail:
Compiling in support for POP mail retrieval.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Using the new GC algorithms.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
Load-Path Lisp Shadows:
----------------------
nil
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.1 :type regular)
(xslide :version 1.02 :type regular)
(xemacs-devel :version 1.48 :type single-file)
(xemacs-base :version 1.67 :type regular)
(w3 :version 1.25 :type regular)
(vm :version 7.07 :type regular)
(viper :version 1.34 :type regular)
(view-process :version 1.11 :type regular)
(vhdl :version 1.15 :type regular)
(vc :version 1.33 :type regular)
(tramp :version 1.07 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.34 :type regular)
(time :version 1.11 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.51 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.24 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.02 :type regular)
(sh-script :version 1.15 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.14 :type regular)
(scheme :version 1.11 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.25 :type regular)
(psgml :version 1.28 :type regular)
(ps-print :version 1.07 :type regular)
(prog-modes
:version
1
.63
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.64 :type regular)
(pc :version 1.25 :type single-file)
(os-utils :version 1.28 :type single-file)
(net-utils :version 1.27 :type single-file)
(mmm-mode :version 1.0 :type regular)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.14 :type regular)
(mew :version 1.17 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.48 :type regular)
(liece :version 1.04 :type regular)
(jde :version 1.35 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.27 :type regular)
(igrep :version 1.09 :type regular)
(idlwave :version 1.25 :type regular)
(ibuffer :version 1.08 :type regular)
(hm--html-menus :version 1.18 :type regular)
(haskell-mode :version 1.04 :type regular)
(gnus :version 1.62 :type regular)
(gnats :version 1.15 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.11 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.15 :type regular)
(eudc :version 1.36 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.03 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.03 :type regular)
(efs :version 1.29 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.92 :type single-file)
(ediff :version 1.41 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.12 :type regular)
(dictionary :version 1.11 :type regular)
(debug :version 1.15 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.14 :type regular)
(clearcase :version 1.03 :type regular)
(cc-mode :version 1.29 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.23 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.07 :type regular)
(bbdb :version 1.21 :type regular)
(auctex :version 1.31 :type regular)
(apel :version 1.23 :type regular)
(ada :version 1.1 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 balloon-help paren
blink-paren recent-files advice advice-preload uniquify
scroll-in-place func-menu font-lock filladapt crypt crypt++ completer
efs-cu efs-x19.15 efs-fnh efs-ovwrt efs-auto cus-face dired-faces
dired-xemacs dired pending-del zenirc-autoloads xslt-process-autoloads
xslide-autoloads xemacs-devel-autoloads xemacs-base-autoloads
w3-autoloads vm-autoloads viper-autoloads view-process-autoloads
vhdl-autoloads vc-autoloads tramp-autoloads tpu-autoloads
tooltalk-autoloads tm-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 scheme-autoloads
rmail-autoloads reftex-autoloads psgml-autoloads ps-print-autoloads
prog-modes-autoloads pcomplete-autoloads pcl-cvs-autoloads
pc-autoloads os-utils-autoloads net-utils-autoloads mmm-mode-autoloads
misc-games-autoloads mine-autoloads mh-e-autoloads mew-autoloads
mailcrypt-autoloads mail-lib-autoloads liece-autoloads jde-autoloads
ispell-autoloads ilisp-autoloads igrep-autoloads idlwave-autoloads
ibuffer-autoloads hm--html-menus-autoloads haskell-mode-autoloads
gnus-autoloads gnats-autoloads games-autoloads fsf-compat-autoloads
frame-icon-autoloads forms-autoloads footnote-autoloads eudc-autoloads
eterm-autoloads eshell-autoloads emerge-autoloads elib-autoloads
eieio-autoloads efs-autoloads edt-autoloads edit-utils-autoloads
ediff-autoloads edebug-autoloads dired-autoloads dictionary-autoloads
debug-autoloads crisp-autoloads cookie-autoloads clearcase-autoloads
cc-mode-autoloads calendar-autoloads calc-autoloads
c-support-autoloads build-autoloads bbdb-autoloads auctex-autoloads
apel-autoloads ada-autoloads src-autoloads loadhist rsz-minibuf
auto-show fontl-hooks code-cmds gutter-items menubar-items x-menubar
dragdrop mode-motion mouse behavior itimer auto-save lisp-mode
easymenu iso8859-1 page buff-menu lib-complete cus-file derived env
text-props frame obsolete cus-start custom widget cl-extra mini-cl cl
cl-19 packages backquote very-early-lisp unicode mswindows-scrollbars
mswindows tty-frames tty toolbar native-sound scrollbar unix-processes
multicast network-streams subprocesses modules
menu-accelerator-support menubar dbm md5 xemacs gutter tiff png gif
jpeg xpm xbm lisp-float-type file-coding dde cygwin32 dragdrop-api
dialog devices window-system base64)