Aidan Kehoe wrote:
Ar an triochadú lá de mí Iúil, scríobh Dr. Volker Zell:
> Any idea what's going on here ? Is this an xemacs problem or a cygwin
> problem ?
Probably an XEmacs problem. Does it arise if you compile with X11 as the
windowing system instead of Win32? What does
ldp 293326848
give from a GDB command prompt?
This version is combined X11/W32 version. I'm running under the X11
windowing system.
10:29 AM [509]> gdb ./xemacs.exe
GNU gdb 6.5.50.20060706-cvs (cygwin-special)
Copyright (C) 2006 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-cygwin"...
(gdb) r
Starting program: /usr/src/xemacs-21.4.19/.build/src/xemacs.exe
Loaded symbols for /c/WINDOWS/system32/ntdll.dll
Loaded symbols for /c/WINDOWS/system32/kernel32.dll
Loaded symbols for /usr/X11R6/bin/cygX11-6.dll
Loaded symbols for /usr/bin/cygwin1.dll
Loaded symbols for /c/WINDOWS/system32/advapi32.dll
Loaded symbols for /c/WINDOWS/system32/rpcrt4.dll
Loaded symbols for /usr/X11R6/bin/cygXaw3d-7.dll
Loaded symbols for /usr/X11R6/bin/cygXext-6.dll
Loaded symbols for /usr/X11R6/bin/cygXmu-6.dll
Loaded symbols for /usr/X11R6/bin/cygXt-6.dll
Loaded symbols for /usr/X11R6/bin/cygICE-6.dll
Loaded symbols for /usr/X11R6/bin/cygSM-6.dll
Loaded symbols for /usr/X11R6/bin/cygXpm-4.dll
Loaded symbols for /usr/bin/cygcompface-0.dll
Loaded symbols for /usr/bin/cygdb-4.3.dll
Loaded symbols for /usr/bin/cygjpeg-62.dll
Loaded symbols for /usr/bin/cyglber-2-2-7.dll
Loaded symbols for /usr/bin/cygldap-2-2-7.dll
Loaded symbols for /usr/bin/cygcrypto-0.9.8.dll
Loaded symbols for /usr/bin/cygminires.dll
Loaded symbols for /usr/bin/cygsasl2-2.dll
Loaded symbols for /usr/bin/cygssl-0.9.8.dll
Loaded symbols for /usr/bin/cygncurses-8.dll
Loaded symbols for /usr/bin/cygpng12.dll
Loaded symbols for /usr/bin/cygz.dll
Loaded symbols for /usr/bin/cygpq.dll
Loaded symbols for /usr/bin/cygcrypt-0.dll
Loaded symbols for /usr/bin/cygintl-3.dll
Loaded symbols for /usr/bin/cygiconv-2.dll
Loaded symbols for /usr/bin/cygtiff-5.dll
Loaded symbols for /c/WINDOWS/system32/comctl32.dll
Loaded symbols for /c/WINDOWS/system32/gdi32.dll
Loaded symbols for /c/WINDOWS/system32/user32.dll
Loaded symbols for /c/WINDOWS/system32/comdlg32.dll
Loaded symbols for /c/WINDOWS/system32/shlwapi.dll
Loaded symbols for /c/WINDOWS/system32/msvcrt.dll
Loaded symbols for /c/WINDOWS/system32/shell32.dll
Loaded symbols for /c/WINDOWS/system32/winmm.dll
Loaded symbols for /c/WINDOWS/system32/winspool.drv
Program received signal SIGSEGV, Segmentation fault.
0x005b3043 in probe ()
(gdb) bt
#0 0x005b3043 in probe ()
#1 0x00013720 in ?? ()
#2 0x004113c9 in optimize_byte_code (instructions=280481652,
constants=293507072, program=0x204540 "", program_length=0x22b394,
varbind_count=0x22b398)
at /usr/src/xemacs-21.4.19/src/bytecode.c:1627
#3 0x0041349d in Fbyte_code (instructions=280481652,
constants=293507072, stack_depth=571) at
/usr/src/xemacs-21.4.19/src/bytecode.c:2403
#4 0x004409d9 in Feval (form=280408836) at
/usr/src/xemacs-21.4.19/src/eval.c:3335
#5 0x00512fcd in readevalloop (readcharfun=277454848,
sourcename=278084532, evalfun=0x43f270 <Feval>, printflag=0) at
/usr/src/xemacs-21.4.19/src/lread.c:1449
#6 0x00513b3b in Fload_internal (file=278084532, noerror=25277040,
nomessage=25275552, nosuffix=25277040, codesys=25244064,
used_codesys=25277040)
at /usr/src/xemacs-21.4.19/src/lread.c:737
#7 0x00441fb1 in Ffuncall (nargs=6, args=0x22b8b4) at
/usr/src/xemacs-21.4.19/src/eval.c:3536
#8 0x00410db6 in execute_optimized_program (program=0x2210 <Address
0x2210 out of bounds>, stack_depth=11, constants_data=0x19761c0)
at /usr/src/xemacs-21.4.19/src/bytecode.c:748
#9 0x004131f5 in funcall_compiled_function (fun=26866852, nargs=4,
args=0x22ba54) at /usr/src/xemacs-21.4.19/src/bytecode.c:516
#10 0x00441e63 in Ffuncall (nargs=5, args=0x22ba50) at
/usr/src/xemacs-21.4.19/src/eval.c:3572
#11 0x004423b2 in call4 (fn=25193016, arg0=278084532, arg1=25277040,
arg2=25275552, arg3=25277040) at /usr/src/xemacs-21.4.19/src/eval.c:4242
#12 0x004d086f in Frequire (feature=278491620, filename=25277040) at
/usr/src/xemacs-21.4.19/src/fns.c:3349
#13 0x004409ec in Feval (form=274205264) at
/usr/src/xemacs-21.4.19/src/eval.c:3335
#14 0x0044137b in Fprogn (args=274205240) at
/usr/src/xemacs-21.4.19/src/eval.c:775
#15 0x0044088a in Feval (form=274205936) at
/usr/src/xemacs-21.4.19/src/eval.c:3308
#16 0x0043b3b0 in condition_case_1 (handlers=274205108, bfun=0x43f270
<Feval>, barg=274205936, hfun=0x445b40 <run_condition_case_handlers>,
harg=25277040)
at /usr/src/xemacs-21.4.19/src/eval.c:1652
#17 0x0043eb1f in condition_case_3 (bodyform=274205936, var=25277040,
handlers=274205108) at /usr/src/xemacs-21.4.19/src/eval.c:1730
#18 0x0043eb55 in Fcondition_case (args=274205948) at
/usr/src/xemacs-21.4.19/src/eval.c:1776
#19 0x0044088a in Feval (form=274205960) at
/usr/src/xemacs-21.4.19/src/eval.c:3308
#20 0x0044158f in funcall_lambda (fun=273995760, nargs=1, args=0x22c200)
at /usr/src/xemacs-21.4.19/src/eval.c:775
#21 0x0043facc in Feval (form=278218052) at
/usr/src/xemacs-21.4.19/src/eval.c:3439
#22 0x0044158f in funcall_lambda (fun=278218352, nargs=0, args=0x22c514)
at /usr/src/xemacs-21.4.19/src/eval.c:775
#23 0x00441c53 in Ffuncall (nargs=1, args=0x22c510) at
/usr/src/xemacs-21.4.19/src/eval.c:3580
#24 0x00443d56 in apply1 (fn=278218352, arg=25277040) at
/usr/src/xemacs-21.4.19/src/eval.c:4159
#25 0x0041502a in Fcall_interactively (function=277313484,
record_flag=25277040, keys=25277040) at
/usr/src/xemacs-21.4.19/src/callint.c:398
#26 0x0044201d in Ffuncall (nargs=2, args=0x22c818) at
/usr/src/xemacs-21.4.19/src/eval.c:3536
#27 0x00442ea0 in call1 (fn=25263864, arg0=277313484) at
/usr/src/xemacs-21.4.19/src/eval.c:4190
#28 0x004a75b2 in execute_command_event (command_builder=0x104eb980,
event=277188728) at /usr/src/xemacs-21.4.19/src/event-stream.c:3919
#29 0x004a7880 in Fdispatch_event (event=277188728) at
/usr/src/xemacs-21.4.19/src/event-stream.c:4258
#30 0x0041c2fc in Fcommand_loop_1 () at
/usr/src/xemacs-21.4.19/src/cmdloop.c:583
#31 0x0043b3b0 in condition_case_1 (handlers=25276656, bfun=0x41c390
<command_loop_1>, barg=25277040, hfun=0x41bc20 <cmd_error>, harg=25277040)
at /usr/src/xemacs-21.4.19/src/eval.c:1652
#32 0x0041be1e in command_loop_2 (dummy=25277040) at
/usr/src/xemacs-21.4.19/src/cmdloop.c:256
#33 0x00438999 in internal_catch (tag=25077096, func=0x41bde0
<command_loop_2>, arg=25277040, threw=0x0) at
/usr/src/xemacs-21.4.19/src/eval.c:1318
#34 0x0041bf81 in initial_command_loop (load_me=25277040) at
/usr/src/xemacs-21.4.19/src/cmdloop.c:305
#35 0x0043796d in xemacs_21_4_19_i686_pc_cygwin (argc=1,
argv=0x100475c0, envp=0x1004b000, restart=0) at
/usr/src/xemacs-21.4.19/src/emacs.c:2460
#36 0x0043863f in main (argc=1, argv=0x100475c0, envp=0x1004b000) at
/usr/src/xemacs-21.4.19/src/emacs.c:2892
(gdb) ldb 293507072
Undefined command: "ldb". Try "help".
(gdb) lbd 293507072
Undefined command: "lbd". Try "help".
(gdb) ldp 293507072
Lisp => [unicode-basic-translation-rule mucs-ccl-facility-alist
mucs-current-package category-list tbls tbel un-define put
utf-8-unix-stream-encoder mucs-conv-type stream ((\
ts=unicode-ascii-translation-rule-tts-char-1-encode-1-table-1 . [9306112
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ...])
(\
ts=unicode-latin-iso8859-1-translation-rule-tts-char-1-encode-2-table-1
. [8454176 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 ...]) (\
ts=unicode-latin-iso8859-2-translation-rule-tts-char-1-encode-3-table-1
. [8519712 160 260 728 321 164 317 346 167 168 352 350 356 377 173 381
379 176 261 731 322 180 318 347 711 184 353 351 357 378 733 382 380 340
193 194 258 196 313 262 199 268 201 280 203 282 205 206 270 272 ...]) (\
ts=unicode-latin-iso8859-3-translation-rule-tts-char-1-encode-4-table-1
. [8585248 160 294 728 163 164 nil 292 167 168 304 350 286 308 173 nil
379 176 295 178 179 180 181 293 183 184 305 351 287 309 189 nil 380 192
193 194 nil 196 266 264 199 200 201 202 203 204 205 206 207 nil ...]) (\
ts=unicode-latin-iso8859-4-translation-rule-tts-char-1-encode-5-table-1
. [8650784 160 260 312 342 164 296 315 167 168 352 274 290 358 173 381
175 176 261 731 343 180 297 316 711 184 353 275 291 359 330 382 331 256
193 194 195 196 197 198 302 268 201 280 203 278 205 206 298 272 ...]) (\
ts=unicode-cyrillic-iso8859-5-translation-rule-tts-char-1-encode-6-table-1
. [9109536 160 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035
1036 173 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049
1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063
1064 1065 1066 1067 1068 1069 1070 1071 1072 ...]) (\
ts=unicode-greek-iso8859-7-translation-rule-tts-char-1-encode-7-table-1
. [8781856 160 8216 8217 163 nil nil 166 167 168 169 nil 171 172 173 nil
8213 176 177 178 179 900 901 902 183 904 905 906 187 908 189 910 911 912
913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 ...]) (\
ts=unicode-hebrew-iso8859-8-translation-rule-tts-char-1-encode-8-table-1
. [8912928 160 nil 162 163 164 165 166 167 168 169 215 171 172 173 174
8254 176 177 178 179 180 181 182 183 184 185 247 187 188 189 190 nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil ...]) (\
ts=unicode-latin-iso8859-9-translation-rule-tts-char-1-encode-9-table-1
. [9175072 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 286 ...]) (\
ts=unicode-latin-iso8859-13-translation-rule-tts-char-1-encode-10-table-1
. [11010080 160]) (\
ts=unicode-latin-iso8859-13-translation-rule-tts-char-1-encode-10-table-2
. [11141153 8221 162 163 164 8222 166 167 216 169 342 171 172 173 174
198 176 177 178 179 8220 181 182 183 248 185 343 187 188 189 190 230 260
302 256 262 196 197 280 274 268 201 377 278 290 310 298 315 352 323
...]) (\
ts=unicode-latin-iso8859-14-translation-rule-tts-char-1-encode-11-table-1
. [11010080 160 7682 7683 163 266 267 7690 167 7808 169 7810 7691 7922
173 174 376 7710 7711 288 289 7744 7745 182 7766 7809 7767 7811 7776
7923 7812 7813 7777 192 193 194 195 196 197 198 199 200 201 202 203 204
205 206 207 372 ...]) (\
ts=unicode-latin-iso8859-15-translation-rule-tts-char-1-encode-12-table-1
. [11075616 160 161 162 163 8364 165 352 167 353 169 170 171 172 173 174
175 176 177 178 179 381 181 182 183 382 185 186 187 338 339 376 191 192
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 ...]) (\
ts=unicode-latin-iso8859-16-translation-rule-tts-char-1-encode-13-table-1
. [10944544 160 260 261 321 8364 8222 352 167 353 169 536 171 377 173
378 379 176 177 268 322 381 8221 182 183 382 269 537 187 338 339 376 380
192 193 194 258 196 262 198 199 200 201 202 203 204 205 206 207 272
...]) (\ ts=unicode-ipa-translation-rule-tts-char-1-encode-14-table-1 .
[10747936 105 618 101 603 230 97 616 601 592 623 612 652 593 121 655 248
339 630 649 629 117 650 111 596 594 nil 602 nil nil nil nil nil 112 98
116 100 107 103 102 118 952 240 115 122 643 658 231 120 641 ...]) (\
ts=unicode-japanese-jisx0208-translation-rule-tts-char-1-encode-15-table-1
. [9571457 12288 12289 12290 65292 65294 12539 65306 65307 65311 65281
12443 12444 180 65344 168 65342 65507 65343 12541 12542 12445 12446
12291 20189 12293 12294 12295 12540 8213 8208 65295 92 12316 8214 65372
8230 8229 8216 8217 8220 8221 65288 65289 12308 12309 65339 65341 65371
65373 ...]) (\
ts=unicode-japanese-jisx0208-translation-rule-tts-char-1-encode-15-table-2
. [9572897 20124 21782 23043 38463 21696 24859 25384 23030 36898 33909
33564 31312 24746 25569 28197 26093 33894 33446 39925 26771 22311 26017
25201 23451 22992 34427 39156 32098 32190 39822 25110 31903 34999 23433
24245 25353 26263 26696 38343 38797 26447 20197 20234 20301 20381 20553
22258 22839 22996 ...]) (\
ts=unicode-japanese-jisx0212-translation-rule-tts-char-1-encode-16-table-1
. [9702639 728 711 184 729 733 175 731 730 126 900 901 nil nil nil nil
nil nil nil nil 161 166 191 nil nil nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil ...]) (\
ts=unicode-japanese-jisx0212-translation-rule-tts-char-1-encode-16-table-2
. [9703073 902 904 905 906 938 nil 908 nil 910 939 nil 911 nil nil nil
nil 940 941 942 943 970 912 972 962 973 971 944 974 nil nil nil nil nil
nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil ...]) (\
ts=unicode-japanese-jisx0212-translation-rule-tts-char-1-encode-16-table-3
. [9703969 19970 19972 19973 19980 19986 19999 20003 20004 20008 20011
20014 20015 20016 20021 20032 20033 20036 20039 20049 20058 20060 20067
20072 20073 20084 20085 20089 20095 20109 20118 20119 20125 20143 20153
20163 20176 20186 20187 20192 20193 20194 20200 20207 20209 20211 20213
20221 20222 20223 ...]) (\
ts=unicode-chinese-gb2312-translation-rule-tts-char-1-encode-17-table-1
. [9505921 12288 12289 12290 12539 713 711 168 12291 12293 8213 65374
8741 8230 8216 8217 8220 8221 12308 12309 12296 12297 12298 12299 12300
12301 12302 12303 12310 12311 12304 12305 177 215 247 8758 8743 8744
8721 8719 8746 8745 8712 8759 8730 8869 8741 8736 8978 8857 ...]) (\
ts=unicode-chinese-gb2312-translation-rule-tts-char-1-encode-17-table-2
. [9507361 21834 38463 22467 25384 21710 21769 21696 30353 30284 34108
30702 33406 30861 29233 38552 38797 27688 23433 20474 25353 26263 23736
33018 26696 32942 26114 30414 20985 25942 29100 32753 34948 20658 22885
25034 28595 33453 25420 25170 21485 21543 31494 20843 30116 24052 25300
36299 38774 25226 ...]) (\
ts=unicode-chinese-cns11643-1-translation-rule-tts-char-1-encode-18-table-1
. [9768065 32 44 12289 12290 46 183 59 58 63 33 65072 8230 8229 65104
65105 65106 8231 65108 65109 65110 65111 65073 8212 65074 8211 nil nil
nil 65099 40 41 65077 65078 123 125 65079 65080 12308 12309 65081 65082
12304 12305 65083 65084 12298 12299 65085 65086 ...]) (\
ts=unicode-chinese-cns11643-1-translation-rule-tts-char-1-encode-18-table-2
. [9771233 9216 9217 9218 9219 9220 9221 9222 9223 9224 9225 9226 9227
9228 9229 9230 9231 9232 9233 9234 9235 9236 9237 9238 9239 9240 9241
9242 9243 9244 9245 9246 9247 9249 nil nil nil nil nil nil nil nil nil
nil nil nil nil nil nil nil ...]) (\
ts=unicode-chinese-cns11643-2-translation-rule-tts-char-1-encode-19-table-1
. [9833601 20034 20060 20981 21274 21378 19975 19980 20039 20109 22231
23662 24435 19983 20871 19982 20014 20115 20162 20169 20168 20888 21244
21356 21433 22304 22787 22828 23568 24063 26081 27571 27596 27668 29247
20017 20028 20200 20188 20201 20193 20189 20186 21004 21001 21276 21324
22306 22307 22807 ...]) (\
ts=unicode-chinese-cns11643-3-translation-rule-tts-char-1-encode-20-table-1
. [15731841 20008 20022 20031 20101 19973 19972 20866 20886 21304 21353
21430 20010 20103 20041 20962 20038 20111 20156 20158 20838 20963 20996
21148 21316 22786 22794 23424 24027 24186 24191 24308 24400 24401 24417
38429 131083 20067 20066 20131 20869 20165 20175 20174 20172 20868 20870
194583 13509 20964 ...]) (\
ts=unicode-chinese-cns11643-4-translation-rule-tts-char-1-encode-21-table-1
. [15797377 131206 20032 20033 20058 139240 19970 20009 131342 132647
20994 13630 24028 132412 132725 194600 21314 21354 23378 137532 194677
194680 24516 25164 29357 19986 20015 20118 20176 20802 20867 194585
132773 132778 133391 133646 21379 21432 134044 134043 135740 22824
138178 23587 24065 24320 144308 15544 28780 29227 ...]) (\
ts=unicode-chinese-cns11643-5-translation-rule-tts-char-1-encode-22-table-1
. [15862913 131281 131275 131273 131340 131072 131207 131341 131343
194589 140184 131282 131345 131198 133843 136530 138494 140713 145730
131081 131286 132317 132316 132354 132467 132726 132775 132776 133171
133324 133645 133676 133915 13658 133917 134041 135742 138541 138543
140185 144307 145846 146203 148719 149737 131092 131220 131297 132358
132426 ...]) (\
ts=unicode-chinese-cns11643-6-translation-rule-tts-char-1-encode-23-table-1
. [15928449 194562 131170 13317 131208 131280 131279 131358 131359
131360 133390 133420 131169 131076 131077 131075 13316 194561 131197
131213 131491 131492 132315 132352 194590 132771 133170 13631 133844
133845 138275 140076 140154 132355 131079 131080 131215 131228 131285
131346 131347 131348 131361 131496 131494 132214 132353 132413 194580
132414 ...]) (\
ts=unicode-chinese-cns11643-7-translation-rule-tts-char-1-encode-24-table-1
. [15993985 131157 131458 131465 131463 132030 132029 132042 132052
132028 132036 132033 132034 132055 131952 132026 132067 132027 132273
132278 132272 132460 132621 132615 133105 133109 133101 133103 133099
133100 133102 133127 133572 133640 133811 133805 133808 133905 131466
135043 135034 135042 135016 135025 135088 135087 13814 135020 135023
135010 ...]) (\
ts=unicode-chinese-big5-1-translation-rule-tts-char-1-encode-25-table-1
. [9899137 12288 65292 12289 12290 65294 8226 65307 65306 65311 65281
65072 8230 8229 65104 65380 65106 183 65108 65109 65110 65111 65372 8211
65073 8212 65075 65533 65076 65103 65288 65289 65077 65078 65371 65373
65079 65080 12308 12309 65081 65082 12304 12305 65083 65084 12298 12299
65085 65086 ...]) (\
ts=unicode-chinese-big5-2-translation-rule-tts-char-1-encode-26-table-1
. [9964673 20034 20060 20981 21274 21378 19975 19980 20039 20109 22231
64012 23662 24435 19983 20871 19982 20014 20115 20162 20169 20168 20888
21244 21356 21433 22304 22787 22828 23568 24063 26081 27571 27596 27668
29247 20017 20028 20200 20188 20201 20193 20189 20186 21004 21276 21324
22306 22307 22807 ...]) (\
ts=unicode-korean-ksc5601-translation-rule-tts-char-1-encode-27-table-1
. [9636993 12288 12289 12290 183 8229 8230 168 12291 173 8213 8741 65340
8764 8216 8217 8220 8221 12308 12309 12296 12297 12298 12299 12300 12301
12302 12303 12304 12305 177 215 247 8800 8804 8805 8734 8756 176 8242
8243 8451 8491 65504 65505 65509 9794 9792 8736 8869 ...]) (\
ts=unicode-korean-ksc5601-translation-rule-tts-char-1-encode-27-table-2
. [9638433 44032 44033 44036 44039 44040 44041 44042 44048 44049 44050
44051 44052 44053 44054 44055 44057 44058 44059 44060 44061 44064 44068
44076 44077 44079 44080 44081 44088 44089 44092 44096 44107 44109 44116
44120 44124 44144 44145 44148 44151 44152 44154 44160 44161 44163 44164
44165 44166 44169 ...]) (\
ts=unicode-latin-jisx0201-translation-rule-tts-char-1-encode-28-table-1
. [9044001 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
77 78 79 80 81 ...]) (\
ts=unicode-katakana-jisx0201-translation-rule-tts-char-1-encode-29-table-1
. [8978465 65377 65378 65379 65380 65381 65382 65383 65384 65385 65386
65387 65388 65389 65390 65391 65392 65393 65394 65395 65396 65397 65398
65399 65400 65401 65402 65403 65404 65405 65406 65407 65408 65409 65410
65411 65412 65413 65414 65415 65416 65417 65418 65419 65420 65421 65422
65423 65424 65425 ...]) (\
ts=unicode-thai-tis620-translation-rule-tts-char-1-encode-30-table-1 .
[8716321 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596
3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610
3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624
3625 3626 3627 3628 3629 3630 3631 3632 3633 ...]) (\
ts=unicode-ethiopic-translation-rule-tts-char-1-encode-31-table-1 .
[16125057 4608 4609 4610 4611 4612 4613 4614 nil 4616 4617 4618 4619
4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647
4648 4649 4650 4651 4652 4653 4654 4655 4656 ...]) (\
ts=unicode-vietnamese-viscii-lower-translation-rule-tts-char-1-encode-32-table-1
. [10813473 7855 7857 7863 7845 7847 7849 7853 7869 7865 7871 7873 7875
7877 7879 7889 7891 7893 7895 nil nil 7897 7901 7903 7883 nil nil nil
nil 417 7899 nil nil nil nil nil nil nil 7859 7861 nil nil nil nil nil
nil nil 7923 nil 7913 ...]) (\
ts=unicode-vietnamese-viscii-upper-translation-rule-tts-char-1-encode-33-table-1
. [10879009 7854 7856 7862 7844 7846 7848 7852 7868 7864 7870 7872 7874
7876 7878 7888 7890 7892 7894 nil nil 7896 7900 7902 7882 nil nil nil
nil 416 7898 nil nil nil nil nil nil nil 7858 7860 nil nil nil nil nil
nil nil 7922 nil 7912 ...]) (tae-project-all-to-65533 . [t 65533 0
67108863])) nil register-code-conversion-map
unicode-basic-stream-translation-rule-tts-char-1-encode-35
table-set-symbol-list
(unicode-basic-translation-rule-tts-char-1-encode-34
tae-project-all-to-65533) table-set-reference-count 1
unicode-vietnamese-viscii-upper-translation-rule-tts-char-1-encode-33 (\
ts=unicode-vietnamese-viscii-upper-translation-rule-tts-char-1-encode-33-table-1)
2 unicode-vietnamese-viscii-lower-translation-rule-tts-char-1-encode-32
(\
ts=unicode-vietnamese-viscii-lower-translation-rule-tts-char-1-encode-32-table-1)
unicode-ethiopic-translation-rule-tts-char-1-encode-31 (\
ts=unicode-ethiopic-translation-rule-tts-char-1-encode-31-table-1)
unicode-thai-tis620-translation-rule-tts-char-1-encode-30 (\
ts=unicode-thai-tis620-translation-rule-tts-char-1-encode-30-table-1)
unicode-katakana-jisx0201-translation-rule-tts-char-1-encode-29 (\
ts=unicode-katakana-jisx0201-translation-rule-tts-char-1-encode-29-table-1)
unicode-latin-jisx0201-translation-rule-tts-char-1-encode-28 (\
ts=unicode-latin-jisx0201-translation-rule-tts-char-1-encode-28-table-1)
unicode-korean-ksc5601-translation-rule-tts-char-1-encode-27 (\
ts=unicode-korean-ksc5601-translation-rule-tts-char-1-encode-27-table-1
\
ts=unicode-korean-ksc5601-translation-rule-tts-char-1-encode-27-table-2)
unicode-chinese-big5-2-translation-rule-tts-char-1-encode-26 (\
ts=unicode-chinese-big5-2-translation-rule-tts-char-1-encode-26-table-1)
unicode-chinese-big5-1-translation-rule-tts-char-1-encode-25 (\
ts=unicode-chinese-big5-1-translation-rule-tts-char-1-encode-25-table-1)
unicode-chinese-cns11643-7-translation-rule-tts-char-1-encode-24 (\
ts=unicode-chinese-cns11643-7-translation-rule-tts-char-1-encode-24-table-1)
unicode-chinese-cns11643-6-translation-rule-tts-char-1-encode-23 (\
ts=unicode-chinese-cns11643-6-translation-rule-tts-char-1-encode-23-table-1)
unicode-chinese-cns11643-5-translation-rule-tts-char-1-encode-22 (\
ts=unicode-chinese-cns11643-5-translation-rule-tts-char-1-encode-22-table-1)
unicode-chinese-cns11643-4-translation-rule-tts-char-1-encode-21 (\
ts=unicode-chinese-cns11643-4-translation-rule-tts-char-1-encode-21-table-1)
unicode-chinese-cns11643-3-translation-rule-tts-char-1-encode-20 (\
ts=unicode-chinese-cns11643-3-translation-rule-tts-char-1-encode-20-table-1)
unicode-chinese-cns11643-2-translation-rule-tts-char-1-encode-19 (\
ts=unicode-chinese-cns11643-2-translation-rule-tts-char-1-encode-19-table-1)
...]
Program received signal SIGSEGV, Segmentation fault.
print_internal (obj=281409924, printcharfun=25053624, escapeflag=1) at
/usr/src/xemacs-21.4.19/src/print.c:1446
1446 if (!debug_can_access_memory
The program being debugged was signaled while in a function called from GDB.
GDB remains in the frame where the signal was received.
To change this behavior use "set unwindonsignal on"
Evaluation of the expression containing the function (debug_print) will
be abandoned.
Ciao
Volker