From sharris at primus.com Sun Feb 26 16:40:14 2017 Content-Type: multipart/mixed; boundary="===============1613642614733660705==" MIME-Version: 1.0 From: Steve Harris To: xemacs-beta at xemacs.org Subject: Gnus/W3 rendering crash Date: 2000-02-10 09:47:54 -0800 Message-ID: --===============1613642614733660705== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable This bug report will be sent to the XEmacs Development Team, not to your local site managers!! Please write in English, because the XEmacs maintainers do not have translators to read other languages for them. In XEmacs 21.2 (beta28) "Hermes" [Lucid] (sparc-sun-solaris2.5.1, Mule) of= Wed Feb 9 2000 on zhora configured using `configure --site-includes=3D/usr/local/include --site-lib= raries=3D/usr/local/sun4/lib --prefix=3D/tools/xemacs-beta/21.2 --with-soun= d=3Dnone --with-mule --debug=3Dno --error-checking=3Dnone --without-tooltal= k --without-workshop' Please describe exactly what actions triggered the bug and the precise symptoms of the bug: I started XEmacs with the command-line argument '-f gnus' to launch right into Gnus. Reading comp.lang.python, I pressed ENTER in the Summary Buffer to read this article: [begin article] Return-Path: Delivered-To: python-list(a)dinsdale.python.org Message-ID: <000e01bf73d6$c481cde0$6c00a8c0(a)ruidovisual.pt> Reply-To: "Pedro Silva" From: "Pedro Silva" To: "Python - Questions" Subject: code to parse a file Date: Thu, 10 Feb 2000 14:54:44 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=3D"----=3D_NextPart_000_000B_01BF73D6.C467DD40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: python-list-admin(a)python.org Errors-To: python-list-admin(a)python.org X-BeenThere: python-list(a)python.org X-Mailman-Version: 1.2 (experimental) Precedence: bulk List-Id: General discussion list for the Python programming language Errors-To: python-list-admin(a)python.org X-BeenThere: python-list(a)python.org Newsgroups: comp.lang.python Lines: 106 NNTP-Posting-Host: dinsdale.cnri.reston.va.us X-Original-NNTP-Posting-Host: dinsdale.cnri.reston.va.us X-Trace: 10 Feb 2000 09:54:44 -0500, dinsdale.cnri.reston.va.us Path: newsmaster1.prod.itd.earthlink.net!nntp.earthlink.net!newsfeed1.earth= link.net!newsfeed.mathworks.com!newshub.northeast.verio.net!verio!hermes.vi= si.com!news-out.visi.com!uunet!ffx.uu.net!news!dinsdale.cnri.reston.va.us Xref: nntp.earthlink.net comp.lang.python:74040 This is a multi-part message in MIME format. ------=3D_NextPart_000_000B_01BF73D6.C467DD40 Content-Type: text/plain; charset=3D"iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I had write some code in a Python Method, a Zope Product, that will open = =3D a file and will read line-by-line and check if some string is in that =3D line, if yes, it will return the line to a variable.=3D20 The code I write is: f=3D3Dopen('/var/spool/news/articles/esoterica/geral/1','r') for lines in f.readline(): if string.find('From:'): from=3D3Dlines if string.find('Subject:'): sub=3D3Dlines if string.find('Date:'): date=3D3Dlines if string.find('Xref:'): f.seek(0,2) for text in f.read(): cont=3D3Dtext return from,sub,date,cont Is this code correct to do what I pretend? If not, can anyone help me to solve this? Please send your answers to: psilva(a)ruido-visual.pt Thanks, Pedro ------=3D_NextPart_000_000B_01BF73D6.C467DD40 Content-Type: text/html; charset=3D"iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi
 
I had write some code in a Python =3D Method, a Zope=3D20 Product, that will open a file and will read line-by-line and check if =3D some=3D20 string is in that line, if yes, it will return the line to a variable.=3D20
The code I write is:
 
       = =3D20 f=3D3Dopen('/var/spool/news/articles/esoterica/geral/1','r')
  = =3D ;     =3D20 for lines in f.readline():
        = =3D     if=3D20 string.find('From:'):
        = =3D        =3D20 from=3D3Dlines
        =3D     if=3D20 string.find('Subject:'):
       &nb= =3D sp;       =3D20 sub=3D3Dlines
        =3D     if=3D20 string.find('Date:'):
        = =3D        =3D20 date=3D3Dlines
        =3D     if=3D20 string.find('Xref:'):
        = =3D        =3D20 f.seek(0,2)
         &nbs= =3D p;     =3D20 for text in=3D20 f.read():
          = =3D             &= =3D nbsp;=3D20 cont=3D3Dtext
        return=3D20 from,sub,date,cont
 
Is this code correct to do what I=3D20 pretend?
If not, can anyone help me to solve=3D= 20 this?
 
Please send your answers to: psilva(a)ruido-visual.pt<=3D /DIV>
 
Thanks,
 
Pedro
------=3D_NextPart_000_000B_01BF73D6.C467DD40-- [end article] XEmacs crashed as follows: Fatal error (11). Your files have been auto-saved. Use `M-x recover-session' to recover them. If you have access to the PROBLEMS file that came with your version of XEmacs, please check to see if your crash is described there, as there may be a workaround available. Otherwise, please report this bug by running the send-pr script included with XEmacs, or selecting `Send Bug Report' from the help menu. As a last resort send ordinary email to `crashes(a)xemacs.org'. *MAKE SURE* to include the information in the command M-x describe-installation. If at all possible, *please* try to obtain a C stack backtrace; it will help us immensely in determining what went wrong. To do this, locate the core file that was produced as a result of this crash (it's usually called `core' and is located in the directory in which you started the editor, or maybe in your home directory), and type gdb /users/lipp/xemacs-beta/21.2/bin/xemacs core then type `where' when the debugger prompt comes up. (If you don't have GDB on your system, you might have DBX, or XDB, or SDB. A similar procedure should work for all of these. Ask your system administrator if you need more help.) Lisp backtrace follows: redisplay-frame() # bind (inhibit-read-only zmacs-region-stays val frame value message) raw-append-progress("Parsing 2k" 28 #) # bind (tmsg top frame value message label) append-progress(progress "Parsing 2k" 28 nil) # bind (frame value message label) display-progress(progress "Parsing 2k" 28) # bind (str args value fmt) progress("Parsing %s" 28 "2k") # bind (w3-p-s-btdt w3-p-s-baseobject w3-p-s-except w3-p-s-content-model = w3-p-s-tran-list w3-p-s-transition w3-p-s-state-transitions w3-p-s-includep= w3-p-s-end-tag w3-p-s-content w3-p-s-var w3-p-s-undo-list w3-p-s-overrides= w3-p-s-num w3-p-s-pos w3-p-s-entity open-list content content-model attr-v= alue attr-name ref w3-p-d-exceptions w3-p-d-shortref-chars w3-p-d-shortrefs= w3-p-d-in-parsed-marked-section w3-p-d-null-end-tag-enabled w3-p-d-non-mar= kup-chars w3-p-d-debug-url marked-section-undo-stack w3-p-d-open-element-st= ack w3-p-d-current-element tag-end attribute-value-end tag-attributes net-t= ag-p w3-p-d-end-tag-p w3-p-d-tag-name between-tags-end between-tags-start p= arse-buffer one-hundred status-message-format loop-count last-loop-start gc= -cons-threshold old-syntax-table buff) w3-parse-buffer(#) # (unwind-protect ...) byte-code("..." [get-buffer-create " *w3-region*" erase-buffer source w3-= parse-buffer parse st nd w3-draw-tree nil widget glyph url w3-image-widgets= -waiting widget-get :src assoc w3-graphics-list (widget-value-set widget gl= yph) ((error)) url-current-object 6 push-mark t w3-find-specific-link w3-ru= nning-xemacs device-type tty w3-fixup-eol-faces message "Drawing... done"] = 3) # (unwind-protect ...) # bind (parse w3-display-same-buffer source nd st) w3-region(1435 3906) byte-code("..." [w3-region] 3) # (condition-case ... . ((error))) # bind (w3-strict-width url-standalone-mode) # (unwind-protect ...) byte-code("..." [width t url-standalone-mode w3-strict-width var (byte-co= de "=C3=80ed\"" [w3-region] 3) ((error))] 3) # (unwind-protect ...) # (unwind-protect ...) # (unwind-protect ...) # bind (b url-standalone-mode url-current-object width charset type text = buffer-read-only handle) mm-inline-text((#"> ("text/html" (charset . "iso-8859-1"= )) quoted-printable nil nil nil nil nil)) # bind (function type handle) mm-display-inline((#"> ("text/html" (charset . "iso-8859= -1")) quoted-printable nil nil nil nil nil)) # bind (method type) # (unwind-protect ...) # bind (no-default handle) mm-display-part((#"> ("text/html" (charset . "iso-8859-1= ")) quoted-printable nil nil nil nil nil)) # bind (mail-parse-charset mail-parse-ignored-charsets) # (unwind-protect ...) byte-code("..." [ibegend 2 mm-remove-parts handles point-marker begend pr= eferred ihandles not-pref gnus-unbuttonized-mime-type-p "multipart/alternat= ive" gnus-add-text-properties from format "%d. " id gnus-callback lambda (= handles) unless setq gnus-article-mime-handle-alist quote gnus-mime-display= -alternative local-map gnus-mime-button-map gnus-mouse-face-prop gnus-artic= le-mouse-face face gnus-article-button-face keymap gnus-part gnus-data hand= le widget-convert-button link :action gnus-widget-press-button :button-keym= ap gnus-widget-button-keymap "(%c) %-18s" ?* ?\ 1 (handles) " " "\n\n" gn= us-display-mime gnus-newsgroup-charset gnus-summary-buffer gnus-newsgroup-i= gnored-charsets mail-parse-ignored-charsets mail-parse-charset mm-display-p= art gnus-treat-article nil gnus-article-mime-handles] 18) # (unwind-protect ...) # bind (not-pref begend props from buffer-read-only handle point ihandles= preferred id ibegend preferred handles) gnus-mime-display-alternative(((# ("text/plain" ...) quot= ed-printable nil nil nil nil nil) (#"> ("text/html" ...) q= uoted-printable nil nil nil nil nil)) nil nil 1) # bind (id handle) gnus-mime-display-part(("multipart/alternative" (# ("text= /plain" ...) quoted-printable nil nil nil nil nil) (#"> ("= text/html" ...) quoted-printable nil nil nil nil nil))) # bind (gnus-displaying-mime display e b type name handle buffer-read-onl= y handles) # (unwind-protect ...) # bind (save-selected-window-window) # (unwind-protect ...) # bind (ihandles) gnus-display-mime() # bind (gnus-article-buffer buffer-read-only) gnus-article-prepare-display() # (unwind-protect ...) # bind (result group gnus-tmp-internal-hook summary-buffer gnus-article) # (unwind-protect ...) # bind (header all-headers article) gnus-article-prepare(74040 nil) # bind (all-header article) gnus-summary-display-article(74040 nil) # (unwind-protect ...) # bind (article all-headers gnus-summary-display-article-function did art= icle pseudo force all-headers) gnus-summary-select-article(nil nil pseudo) # bind (lines) gnus-summary-scroll-up(1) # bind (command-debug-status) call-interactively(gnus-summary-scroll-up) # (condition-case ... . error) # (catch top-level ...) [1] Segmentation fault ~lipp/xemacs-beta/21.2/bin/xemacs -f g= nus (core dumped) > gdb /users/lipp/xemacs-beta/21.2/bin/xemacs core GNU gdb 4.18 Copyright 1998 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 condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "sparc-sun-solaris2.5.1"... warning: core file may not match specified executable file. Core was generated by `/users/lipp/xemacs-beta/21.2/bin/xemacs -f gnus'. Program terminated with signal 11, Segmentation Fault. Reading symbols from /usr/lib/libXm.so.3...done. Reading symbols from /usr/openwin/lib/libtiff.so...done. Reading symbols from /usr/local/sun4/lib/libpng.so.2...done. Reading symbols from /usr/local/sun4/lib/libjpeg.so.62...done. Reading symbols from /usr/local/sun4/lib/libz.so.1.1.3...done. Reading symbols from /usr/openwin/lib/libXpm.so.4.10...done. Reading symbols from /usr/lib/libXmu.so.4...done. Reading symbols from /usr/lib/libXt.so.4...done. Reading symbols from /usr/lib/libXext.so.0...done. Reading symbols from /usr/lib/libX11.so.4...done. Reading symbols from /usr/lib/libdl.so.1...done. Reading symbols from /usr/lib/libkvm.so.1...done. Reading symbols from /usr/lib/libkstat.so.1...done. Reading symbols from /usr/lib/libintl.so.1... warning: Lowest section in /usr/lib/libintl.so.1 is .dynamic at 0x74 done. Reading symbols from /usr/lib/libm.so.1...done. Reading symbols from /usr/lib/libsocket.so.1...done. Reading symbols from /usr/lib/libnsl.so.1...done. Reading symbols from /usr/lib/libelf.so.1...done. Reading symbols from /usr/lib/libc.so.1...done. Reading symbols from /usr/lib/libSM.so.6...done. Reading symbols from /usr/lib/libICE.so.6...done. Reading symbols from /usr/lib/libmp.so.2...done. Reading symbols from /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1...done. Reading symbols from /usr/lib/nss_files.so.1...done. #0 0xef188244 in _libc_kill () from /usr/lib/libc.so.1 (gdb) where #0 0xef188244 in _libc_kill () from /usr/lib/libc.so.1 #1 0x967e8 in fatal_error_signal (sig=3D11) at emacs.c:272 #2 #3 0x10e5a0 in map_subwindow (subwindow=3D14542848, x=3D22, y=3D963, dga= =3D0xefffadd0) at glyphs.c:4005 #4 0x15e1a8 in redisplay_output_layout (w=3D0xfea400, image_instance=3D149= 31892, db=3D0xefffaf38, = dga=3D0xefffaf28, findex=3D35, cursor_start=3D0, cursor_width=3D0, curs= or_height=3D0) at redisplay-output.c:1200 #5 0x15e1d4 in redisplay_output_layout (w=3D0xfea400, image_instance=3D149= 31868, db=3D0xefffaff0, = dga=3D0xefffafe0, findex=3D35, cursor_start=3D0, cursor_width=3D0, curs= or_height=3D0) at redisplay-output.c:1398 #6 0x1a53ec in x_output_display_block (w=3D0xfea400, dl=3D0xe25000, block= =3D13025280, start=3D-268455968, = end=3D1, start_pixpos=3D6, cursor_start=3D0, cursor_width=3D0, cursor_h= eight=3D0) at redisplay-x.c:488 #7 0x15fe24 in redisplay_output_display_block (w=3D0xfea400, dl=3D0xe25000= , block=3D0, start=3D0, end=3D1, = start_pixpos=3D6, cursor_start=3D0, cursor_width=3D0, cursor_height=3D0= ) at redisplay-output.c:1088 #8 0x15d060 in output_display_line (w=3D0xfea400, cdla=3D0xff0200, ddla=3D= 0x1085160, line=3D0, = force_start=3D-1, force_end=3D0) at redisplay-output.c:751 #9 0x11eae8 in output_gutter (f=3D0x1085160, pos=3DTOP_GUTTER) at gutter.c= :257 #10 0x11efc4 in update_frame_gutters (f=3D0xade200) at gutter.c:361 #11 0x155224 in redisplay_frame (f=3D0xade200, preemption_check=3D0) at red= isplay.c:6362 #12 0x15bc68 in Fredisplay_frame (frame=3D11395584, no_preempt=3D2430980) a= t redisplay.c:8907 #13 0x9bd50 in Ffuncall (nargs=3D1424396, args=3D0xefffb45c) at eval.c:3175 #14 0x6d754 in execute_optimized_program ( program=3D0xde2ab5 "+\207", 'k' , ".kk\",\r\"k.kkkkk.= .kk.k..k.k.kk..kk.k.k...kk\",\r\"k....k.kk.k..k.k\023\036$", stack_depth=3D= 0, constants_data=3D0x4af310) at bytecode.c:747 #15 0x6d330 in funcall_compiled_function (fun=3D4992548, nargs=3D3, args=3D= 0xefffb638) at bytecode.c:516 #16 0x9bf34 in Ffuncall (nargs=3D3, args=3D0xefffb634) at eval.c:3210 #17 0x6d754 in execute_optimized_program ( program=3D0xe2835d "\210\016\013=C3=91a=C2=AD\t=C3=92=C3=93=C3=94\"\210= =C3=95\r!*\207table-p, unlike fi\023\002\204", = stack_depth=3D3, constants_data=3D0x4bd390) at bytecode.c:747 #18 0x6d330 in funcall_compiled_function (fun=3D4992492, nargs=3D4, args=3D= 0xefffb808) at bytecode.c:516 #19 0x9bf34 in Ffuncall (nargs=3D4, args=3D0xefffb804) at eval.c:3210 #20 0x6d754 in execute_optimized_program (program=3D0xe31b29 "\207", stack_= depth=3D4, = constants_data=3D0x4dc110) at bytecode.c:747 #21 0x6d330 in funcall_compiled_function (fun=3D4992576, nargs=3D3, args=3D= 0xefffb9d8) at bytecode.c:516 #22 0x9bf34 in Ffuncall (nargs=3D3, args=3D0xefffb9d4) at eval.c:3210 #23 0x6d754 in execute_optimized_program (program=3D0xe31baa "\210\016\006)= \207\004", stack_depth=3D3, = constants_data=3D0x4dc0d0) at bytecode.c:747 #24 0x6d330 in funcall_compiled_function (fun=3D4992660, nargs=3D3, args=3D= 0xefffbba8) at bytecode.c:516 #25 0x9bf34 in Ffuncall (nargs=3D3, args=3D0xefffbba4) at eval.c:3210 #26 0x6d754 in execute_optimized_program (program=3D0xc5c180 "\210\201Z", s= tack_depth=3D3, = constants_data=3D0xd1d010) at bytecode.c:747 #27 0x6d330 in funcall_compiled_function (fun=3D13548672, nargs=3D1, args= =3D0xefffbda8) at bytecode.c:516 #28 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffbda4) at eval.c:3210 #29 0x6d754 in execute_optimized_program ( program=3D0xefffbe3f "\025)\016\006\016\a}\210ed|\210=C3=88\r!\210=C3= =89\211\211\036\n\036\013\036\f\016\r=C2=AB\"\016\r@\026\n\016\rA\026\r=C3= =8E\016\n=C3=8F\"\026\f=C3=90\016\f\016\021\"=C2=A3\026\013=C3=89=C3=92=C3= =93\217\210=C2=AA=C3=9C+\016\024=C2=AB\025\016\024=C3=95H=C2=AB\017=C3=96`= =C3=97\"\210=C3=98\016\024=C3=95H!\210=C2=AA\004eb\210\016\031=C2=AC\n=C3= =9A =C3=9Ba=C2=AC\004=C3=9C \210=C3=9D=C3=9E!\210~\207", stack_depth=3D1, = constants_data=3D0x89a910) at bytecode.c:747 #30 0x70c2c in Fbyte_code (instructions=3D-268452304, constants=3D9021696, = stack_depth=3D7) at bytecode.c:2404 #31 0x9b630 in Feval (form=3D4937840) at eval.c:2975 #32 0x9fb58 in Fprogn (args=3D5590748) at eval.c:766 #33 0x6e6d8 in execute_rare_opcode (stack_ptr=3D0xefffc23c, = program_ptr=3D0xe04d22 "+\207tml 4.0 transition", opcode=3DBsave_window= _excursion) at bytecode.c:1240 #34 0x6d528 in execute_optimized_program (program=3D0xe04d22 "+\207tml 4.0 = transition", stack_depth=3D8, = constants_data=3D0x9f9090) at bytecode.c:657 #35 0x6d330 in funcall_compiled_function (fun=3D10356680, nargs=3D2, args= =3D0xefffc408) at bytecode.c:516 #36 0x9bf34 in Ffuncall (nargs=3D2, args=3D0xefffc404) at eval.c:3210 #37 0x6d754 in execute_optimized_program (program=3D0xefffc494 "\207\035\e0= ", stack_depth=3D2, = constants_data=3D0x8c0470) at bytecode.c:747 #38 0x70c2c in Fbyte_code (instructions=3D-268450672, constants=3D9176160, = stack_depth=3D7) at bytecode.c:2404 #39 0x9b630 in Feval (form=3D9828180) at eval.c:2975 #40 0x98344 in condition_case_1 (handlers=3D9828252, bfun=3D0x9b068 = , barg=3D9828180, = hfun=3D0x98388 , harg=3D3031956) at eval.c= :1629 #41 0x98778 in condition_case_3 (bodyform=3D9828180, var=3D3031956, handler= s=3D9828252) at eval.c:1707 #42 0x6e774 in execute_rare_opcode (stack_ptr=3D0xefffc824, program_ptr=3D0= xefffc8b9 "\210+=C3=81\207\"@", = opcode=3DBcondition_case) at bytecode.c:1272 #43 0x6d528 in execute_optimized_program (program=3D0xefffc8b9 "\210+=C3=81= \207\"@", stack_depth=3D3, = constants_data=3D0x953890) at bytecode.c:657 #44 0x70c2c in Fbyte_code (instructions=3D-268449616, constants=3D9779328, = stack_depth=3D7) at bytecode.c:2404 #45 0x9b630 in Feval (form=3D9828096) at eval.c:2975 #46 0x9fb58 in Fprogn (args=3D9828168) at eval.c:766 #47 0x6e6d8 in execute_rare_opcode (stack_ptr=3D0xefffcb84, = program_ptr=3D0x9ba28b "\210=C3=A0\b\233=C3=A1=C3=84=C3=A2=C3=A3=C3=A4= =C3=A5=C3=A6 =C3=A7 EFE=C2=A0.\a\202=C3=87", opcode=3DBsave_window_excursio= n) at bytecode.c:1240 #48 0x6d528 in execute_optimized_program (program=3D0x9ba28b "\210=C3=A0\b\= 233=C3=A1=C3=84=C3=A2=C3=A3=C3=A4=C3=A5=C3=A6 =C3=A7 EFE=C2=A0.\a\202=C3=87= ", = stack_depth=3D2, constants_data=3D0x8efe10) at bytecode.c:657 #49 0x6d330 in funcall_compiled_function (fun=3D9610704, nargs=3D1, args=3D= 0xefffcd70) at bytecode.c:516 #50 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffcd6c) at eval.c:3210 #51 0x6d754 in execute_optimized_program (program=3D0x97d3eb "\210eb*\207",= stack_depth=3D1, = constants_data=3D0x6d28d0) at bytecode.c:747 #52 0x6d330 in funcall_compiled_function (fun=3D6584548, nargs=3D1, args=3D= 0xefffcf40) at bytecode.c:516 #53 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffcf3c) at eval.c:3210 #54 0x6d754 in execute_optimized_program ( program=3D0x97f73f "\210=C3=8A=C2=AA+\016\006=C2=AC\006\016\013?=C2=AD\= "\016\006=C2=AC\026=C3=8C\f!@=C3=8Dk=C2=AB\016=C3=88y\210=C3=8E\n=C3=8F\n!\= "\210=C3=8A=C2=AA\t=C3=90\n\016\006=C2=AE\002=C3=91\"*)\207", stack_depth= =3D1, constants_data=3D0x6ae590) at bytecode.c:747 #55 0x6d330 in funcall_compiled_function (fun=3D6584380, nargs=3D1, args=3D= 0xefffd110) at bytecode.c:516 #56 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffd10c) at eval.c:3210 #57 0x6d754 in execute_optimized_program ( program=3D0xefffd304 "\210\212\214\r(a)d}\210=C3=B6=C3=B7\016\025G\0168= GS\016!\211\036!@;=C2=AB\006\016!@=C2=AA\006=C3=AB\016!8@)$\210,db\210\r=C3= =84 =C2=A1\210)=C3=B7\207@=C3=AF=C3=BF=C3=94\220", stack_depth=3D1, constan= ts_data=3D0x96f610) at bytecode.c:747 #58 0x70c2c in Fbyte_code (instructions=3D-268447272, constants=3D9893376, = stack_depth=3D37) at bytecode.c:2404 #59 0x9b630 in Feval (form=3D9455276) at eval.c:2975 #60 0x9fb58 in Fprogn (args=3D9457612) at eval.c:766 #61 0x6e6d8 in execute_rare_opcode (stack_ptr=3D0xefffd84c, = program_ptr=3D0xaf616f "\210\016\r=C2=AD\003\fb.\t\207", opcode=3DBsave= _window_excursion) at bytecode.c:1240 #62 0x6d528 in execute_optimized_program (program=3D0xaf616f "\210\016\r=C2= =AD\003\fb.\t\207", = stack_depth=3D11, constants_data=3D0x978010) at bytecode.c:657 #63 0x6d330 in funcall_compiled_function (fun=3D9901128, nargs=3D4, args=3D= 0xefffda18) at bytecode.c:516 #64 0x9bf34 in Ffuncall (nargs=3D4, args=3D0xefffda14) at eval.c:3210 #65 0x6d754 in execute_optimized_program (program=3D0x97f949 ")\207\b@=C3= =8Ak=C2=AB\n\r=C2=AC\a=C3=8B\bA@!\207=C3=8C\bA!\207Z", = stack_depth=3D4, constants_data=3D0x94b090) at bytecode.c:747 #66 0x6d330 in funcall_compiled_function (fun=3D9900960, nargs=3D1, args=3D= 0xefffdbf0) at bytecode.c:516 #67 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffdbec) at eval.c:3210 #68 0x6d754 in execute_optimized_program ( program=3D0x38f693 "\210)=C2=AA\022\214=C3=9B \210`d}\210=C3=9E=C3=8D= =C3=9F\211#\210~\210)\016\t?=C2=AD\016\212\214=C3=9B \210e`}\210=C3=9E=C3= =A0!*.\013\207tring-match \"=3D\" gnus-url-unhex-string 0 downcase assoc] 6= ])\n(defali\023\030=C3=B6", = stack_depth=3D1, constants_data=3D0x96f810) at bytecode.c:747 #69 0x6d330 in funcall_compiled_function (fun=3D9900932, nargs=3D0, args=3D= 0xefffddc0) at bytecode.c:516 #70 0x9bf34 in Ffuncall (nargs=3D0, args=3D0xefffddbc) at eval.c:3210 #71 0x6d754 in execute_optimized_program ( program=3D0x9699eb "\210=C3=86=C3=89!*\207-async-hashtb g\023\026\232\2= 00", stack_depth=3D0, = constants_data=3D0x8ec510) at bytecode.c:747 #72 0x6d330 in funcall_compiled_function (fun=3D9900148, nargs=3D0, args=3D= 0xefffdf88) at bytecode.c:516 #73 0x9bf34 in Ffuncall (nargs=3D0, args=3D0xefffdf84) at eval.c:3210 #74 0x6d754 in execute_optimized_program (program=3D0x8efda0 "\210eb\210\01= 6J=C2=AD\t\201K", stack_depth=3D0, = constants_data=3D0x93e410) at bytecode.c:747 #75 0x6d330 in funcall_compiled_function (fun=3D9900120, nargs=3D2, args=3D= 0xefffe150) at bytecode.c:516 #76 0x9bf34 in Ffuncall (nargs=3D2, args=3D0xefffe14c) at eval.c:3210 #77 0x6d754 in execute_optimized_program ( program=3D0x770123 "=C3=85=C3=86!\210\016\a=C2=AB\f\016\a=C3=88U=C2=AC\= 006=C3=89\016\a!\210=C3=8A \210\016\013=C2=AB\r\016\f=C2=AB\t=C3=8D\t!\210= =C3=8E\t!\210=C3=8F\t\016\020=C2=B7A!\210\207\017\217=C2=A1@", stack_depth= =3D2, constants_data=3D0x8b6290) at bytecode.c:747 #78 0x6d330 in funcall_compiled_function (fun=3D8883104, nargs=3D2, args=3D= 0xefffe320) at bytecode.c:516 #79 0x9bf34 in Ffuncall (nargs=3D2, args=3D0xefffe31c) at eval.c:3210 #80 0x6d754 in execute_optimized_program ( program=3D0x391088 "\013\026\f\016\n=C2=AC\005\016\032=C2=AB\022=C3=9B = \210=C2=AA\r\016\n=C2=AC\005\016\032=C2=AB\004=C3=9B \210=C3=9C)\016\f=C2= =AB\t=C3=9D\013\016\036=C2=B7A!\210,\207", stack_depth=3D2, constants_data= =3D0x8c9710) at bytecode.c:747 #81 0x6d330 in funcall_compiled_function (fun=3D8883132, nargs=3D3, args=3D= 0xefffe4f0) at bytecode.c:516 #82 0x9bf34 in Ffuncall (nargs=3D3, args=3D0xefffe4ec) at eval.c:3210 #83 0x6d754 in execute_optimized_program ( program=3D0x94b59c "=C3=86a=C2=ABH=C3=87 \036\b\016\t\036\n=C3=8B\016\n= =C3=8C\"\036\r=C3=8E\216\016\r=C2=AB\016=C3=8F\016\r!\210=C3=90\016\r!q\210= =C2=AA\006=C3=91\016\n!\210\016\022=C3=93V=C2=AB\016=C3=94\016\022!=C2=AB\0= 24=C3=95=C3=96=C3=97\"\210=C2=AA\r\016\022=C3=93W=C2=AB\a=C3=98\016\022[!\2= 10,=C3=99 \210=C3=9A \207tring", stack_depth=3D3, constants_data=3D0x8b6110= ) at bytecode.c:747 #84 0x6d330 in funcall_compiled_function (fun=3D8883412, nargs=3D1, args=3D= 0xefffe6bc) at bytecode.c:516 #85 0x9bf34 in Ffuncall (nargs=3D1, args=3D0xefffe6b8) at eval.c:3210 #86 0x72fc0 in Fcall_interactively (function=3D8643548, record_flag=3D24309= 80, keys=3D2430980) at callint.c:946 #87 0x9a9e0 in Fcommand_execute (cmd=3D8643548, record=3D2430980, keys=3D24= 30980) at eval.c:2613 #88 0xd57c4 in execute_command_event (command_builder=3D0x52eac0, event=3D1= 1649608) at event-stream.c:4333 #89 0xd5e84 in Fdispatch_event (event=3D11649608) at event-stream.c:4644 #90 0x7a8d8 in Fcommand_loop_1 () at cmdloop.c:575 #91 0x7ab40 in command_loop_1 (dummy=3D2430980) at cmdloop.c:490 #92 0x98344 in condition_case_1 (handlers=3D2431076, bfun=3D0x7ab24 , barg=3D2430980, = hfun=3D0x7aba0 , harg=3D2430980) at eval.c:1629 #93 0x7acb0 in command_loop_2 (dummy=3D2430980) at cmdloop.c:252 #94 0x9f8b4 in internal_catch (tag=3D2513116, func=3D0x7ac64 , arg=3D2430980, threw=3D0x0) at eval.c:1304 #95 0x7a404 in initial_command_loop (load_me=3D2430980) at cmdloop.c:301 #96 0x94c30 in sort_args (argc=3D1931264, argv=3D0xefffef04) at emacs.c:1894 Recent keystrokes: y misc-user Recent messages (most recent first): Parsing BBDB... (frobnicating...) Parsing BBDB... (reading...) Parsing BBDB... Loading bbdb-com...done Loading bbdb-com... Loading mail-extr...done Loading mail-extr... Loading emacsbug...done Loading emacsbug... Loading gnus-topic...done -- = Steven E. Harris Primus Knowledge Solutions, Inc. http://www.primus.com --===============1613642614733660705==--