Package: emacs;
Reported by: Reiner Steib <Reiner.Steib <at> gmx.de>
Date: Tue, 17 Jun 2008 16:25:05 UTC
Severity: normal
Tags: moreinfo, unreproducible
Done: Reiner Steib <reinersteib+gmane <at> imap.cc>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 439 in the body.
You can then email your comments to 439 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:bug#439
; Package emacs
.
Full text and rfc822 format available.Reiner Steib <Reiner.Steib <at> gmx.de>
:Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and rfc822 format available.Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
From: Reiner Steib <reinersteib+gmane <at> imap.cc> To: emacs-pretest-bug <at> gnu.org Subject: 22.2.50; crash: process-send-string, nntp-with-open-group-function Date: Tue, 17 Jun 2008 18:12:43 +0200
M-x report-emacs-bug RET wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: Emacs (quite recent check-out from EMACS_22_BASE) crashed in Gnus, AFAICS while getting new news (see Lisp Backtrace below). > If Emacs crashed, and you have the Emacs process in the gdb debugger, > please include the output from the following gdb commands: > `bt full' and `xbacktrace'. > If you would like to further debug the crash, please read the file > [...]/emacs/22.2.50/etc/DEBUG for instructions. Here's the Backtrace. If you need more information, please tell me the exact gdb commands I should type. ,---- | GNU gdb 6.5 | 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 "i586-suse-linux"...Using host libthread_db library "/lib/libthread_db.so.1". | DISPLAY = :0.0 | TERM = screen | Breakpoint 1 at 0x8129870: file [...]EMACS_22_BASE/emacs/src/emacs.c, line 432. | Breakpoint 2 at 0x81497d9: file [...]EMACS_22_BASE/emacs/src/sysdep.c, line 1384. | (gdb) r --eval '(gnus)' | Starting program: /Disks/Archive/Groups/Productivity/Editors/Emacs/emacs/cvs-EMA | Failed to read a valid object file image from memory. | [Thread debugging using libthread_db enabled] | [New Thread -1220163904 (LWP 16104)] | [Switching to Thread -1220163904 (LWP 16104)] | Breakpoint 3 at 0x80f818c: file [...]EMACS_22_BASE/emacs/src/xterm.c, line 7868. | | Program received signal SIGPIPE, Broken pipe. | 0xb7f25410 in ?? () | (gdb) bt | #0 0xb7f25410 in ?? () | #1 0xbfd307a8 in ?? () | #2 0x00000025 in ?? () | #3 0x0a5e5aa8 in ?? () | #4 0xb77adf83 in __write_nocancel () from /lib/libpthread.so.0 | #5 0x0814a3c8 in emacs_write (fildes=11, | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", nbyte=37) | at [...]EMACS_22_BASE/emacs/src/sysdep.c:3372 | #6 0x081f90ab in send_process (proc=193190508, | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", len=37, | object=152304067) | at [...]EMACS_22_BASE/emacs/src/process.c:5590 | #7 0x081f96ec in send_process_object (proc=193190508, start=152304067, | end=137963721) | at [...]EMACS_22_BASE/emacs/src/process.c:5781 | #8 0x081f9797 in Fprocess_send_string (process=193190508, string=152304067) | at [...]EMACS_22_BASE/emacs/src/process.c:5820 | #9 0x081b542a in Ffuncall (nargs=3, args=0xbfd309a0) | at [...]EMACS_22_BASE/emacs/src/eval.c:2996 | #10 0x081eda83 in Fbyte_code (bytestr=150029507, vector=150030396, maxdepth=48) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #11 0x081b45d6 in Feval (form=150025149) | at [...]EMACS_22_BASE/emacs/src/eval.c:2330 | #12 0x081b2f69 in internal_lisp_condition_case (var=138294561, | bodyform=150025149, handlers=150023789) | at [...]EMACS_22_BASE/emacs/src/eval.c:1429 | #13 0x081ee72e in Fbyte_code (bytestr=150029411, vector=150030868, maxdepth=64) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:869 | #14 0x081b45d6 in Feval (form=150023397) | at [...]EMACS_22_BASE/emacs/src/eval.c:2330 | #15 0x081b2b46 in internal_catch (tag=138237361, func=0x81b4124 <Feval>, | arg=150023397) | at [...]EMACS_22_BASE/emacs/src/eval.c:1224 | #16 0x081ee697 in Fbyte_code (bytestr=150029395, vector=150031260, maxdepth=16) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:854 | #17 0x081b5bd6 in funcall_lambda (fun=150031388, nargs=0, | arg_vector=0xbfd31504) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #18 0x081b5692 in Ffuncall (nargs=1, args=0xbfd31500) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #19 0x081b44ad in Feval (form=150024277) | at [...]EMACS_22_BASE/emacs/src/eval.c:2297 | #20 0x081b2f69 in internal_lisp_condition_case (var=137963721, | bodyform=150024277, handlers=150024205) | at [...]EMACS_22_BASE/emacs/src/eval.c:1429 | #21 0x081ee72e in Fbyte_code (bytestr=150008611, vector=150026476, maxdepth=32) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:869 | #22 0x081b45d6 in Feval (form=149940069) | at [...]EMACS_22_BASE/emacs/src/eval.c:2330 | #23 0x081b2b46 in internal_catch (tag=149988281, func=0x81b4124 <Feval>, | arg=149940069) | at [...]EMACS_22_BASE/emacs/src/eval.c:1224 | #24 0x081ee697 in Fbyte_code (bytestr=150008387, vector=150026572, maxdepth=24) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:854 | #25 0x081b5bd6 in funcall_lambda (fun=150026764, nargs=4, | arg_vector=0xbfd31e14) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #26 0x081b5692 in Ffuncall (nargs=5, args=0xbfd31e10) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #27 0x081eda83 in Fbyte_code (bytestr=150029379, vector=150031452, maxdepth=40) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #28 0x081b5bd6 in funcall_lambda (fun=150031580, nargs=2, | arg_vector=0xbfd32124) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #29 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32120) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #30 0x081eda83 in Fbyte_code (bytestr=146606987, vector=147658868, maxdepth=56) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #31 0x081b5bd6 in funcall_lambda (fun=147659084, nargs=2, | ---Type <return> to continue, or q <return> to quit--- | arg_vector=0xbfd32434) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #32 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32430) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #33 0x081eda83 in Fbyte_code (bytestr=147749307, vector=147750700, maxdepth=48) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #34 0x081b5bd6 in funcall_lambda (fun=147750868, nargs=2, | arg_vector=0xbfd32744) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #35 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32740) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #36 0x081eda83 in Fbyte_code (bytestr=147739259, vector=147744988, maxdepth=96) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #37 0x081b5bd6 in funcall_lambda (fun=147745628, nargs=1, | arg_vector=0xbfd32a64) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #38 0x081b5692 in Ffuncall (nargs=2, args=0xbfd32a60) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #39 0x081eda83 in Fbyte_code (bytestr=148361491, vector=148365804, maxdepth=24) | at [...]EMACS_22_BASE/emacs/src/bytecode.c:679 | #40 0x081b5bd6 in funcall_lambda (fun=148366020, nargs=1, | arg_vector=0xbfd32db4) | at [...]EMACS_22_BASE/emacs/src/eval.c:3180 | #41 0x081b5692 in Ffuncall (nargs=2, args=0xbfd32db0) | at [...]EMACS_22_BASE/emacs/src/eval.c:3039 | #42 0x081b0f97 in Fcall_interactively (function=147052329, | record_flag=137963721, keys=167856292) | at [...]EMACS_22_BASE/emacs/src/callint.c:861 | | #43 0x0813cbb2 in Fcommand_execute (cmd=147052329, record_flag=137963721, | keys=137963721, special=137963721) | at [...]EMACS_22_BASE/emacs/src/keyboard.c:10054 | #44 0x0812e742 in command_loop_1 () | at [...]EMACS_22_BASE/emacs/src/keyboard.c:1874 | #45 0x081b308f in internal_condition_case (bfun=0x812d329 <command_loop_1>, | handlers=138009225, hfun=0x812ccb6 <cmd_error>) | at [...]EMACS_22_BASE/emacs/src/eval.c:1484 | #46 0x0812d082 in command_loop_2 () | at [...]EMACS_22_BASE/emacs/src/keyboard.c:1330 | #47 0x081b2b46 in internal_catch (tag=138005409, | func=0x812d05f <command_loop_2>, arg=137963721) | at [...]EMACS_22_BASE/emacs/src/eval.c:1224 | #48 0x0812d038 in command_loop () | at [...]EMACS_22_BASE/emacs/src/keyboard.c:1309 | #49 0x0812ca30 in recursive_edit_1 () | at [...]EMACS_22_BASE/emacs/src/keyboard.c:1007 | #50 0x0812cb74 in Frecursive_edit () | at [...]EMACS_22_BASE/emacs/src/keyboard.c:1068 | #51 0x0812b40b in main (argc=3, argv=0xbfd338b4) | at [...]EMACS_22_BASE/emacs/src/emacs.c:1770 | | Lisp Backtrace: | "process-send-string" (0xb83da6c) | "byte-code" (0x8f144c3) | "byte-code" (0x8f14463) | 0x8f14c1c PVEC_COMPILED | "funcall" (0x8f14c1c) | "byte-code" (0x8f0f323) | "nntp-with-open-group-function" (0x83928c9) | "nntp-retrieve-groups" (0x9a499cd) | "gnus-retrieve-groups" (0x9a499cd) | "gnus-read-active-file-2" (0x9a499cd) | "gnus-get-unread-articles" (0x83928c9) | "gnus-group-get-new-news" (0x83928c9) | "call-interactively" (0x8c3d729) | | (gdb) bt full | #0 0xb7f25410 in ?? () | No symbol table info available. | #1 0xbfd307a8 in ?? () | No symbol table info available. | #2 0x00000025 in ?? () | No symbol table info available. | #3 0x0a5e5aa8 in ?? () | No symbol table info available. | #4 0xb77adf83 in __write_nocancel () from /lib/libpthread.so.0 | No symbol table info available. | #5 0x0814a3c8 in emacs_write (fildes=11, | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", nbyte=37) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/sysdep.c:3372 | rtnval = 268435456 | bytes_written = 0 | #6 0x081f90ab in send_process (proc=193190508, | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", len=37, | object=152304067) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/process.c:5590 | outfd = 11 | this = 37 | p = (struct Lisp_Process *) 0xb83da68 | rv = 137963721 | coding = (struct coding_system *) 0x8f31388 | gcpro1 = { | next = 0x0, | var = 0xa5e4300, | nvars = 44 | } | old_sigpipe = (void (* volatile)()) 0x80f7cdb <x_connection_signal> | #7 0x081f96ec in send_process_object (proc=193190508, start=152304067, | end=137963721) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/process.c:5781 | count = 74 | object = 152304067 | given_buffer = (struct buffer *) 0xb3e0028 | buf = ( | unsigned char *) 0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n" | len = 37 | #8 0x081f9797 in Fprocess_send_string (process=193190508, string=152304067) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/process.c:5820 | proc = 193190508 | #9 0x081b542a in Ffuncall (nargs=3, args=0xbfd309a0) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:2996 | fun = 137673132 | original_fun = 138113985 | funcar = -1076688504 | numargs = 2 | lisp_numargs = 2 | val = -1076688472 | backtrace = { | next = 0xbfd30c74, | function = 0xbfd309a0, | args = 0xbfd309a4, | nargs = 2, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0xbfd309a4 | i = -1076690320 | #10 0x081eda83 in Fbyte_code (bytestr=150029507, vector=150030396, maxdepth=48) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 72 | op = 2 | vectorp = (Lisp_Object *) 0x8f14840 | bytestr_length = 338 | stack = { | pc = 0x8e7fb28 "\210\311\t!\312>\204)", | top = 0xbfd309a8, | bottom = 0xbfd309a0, | byte_string = 150029507, | byte_string_start = 0x8e7fb0c "\b\203*", | constants = 150030396, | next = 0xbfd30e88 | } | top = (Lisp_Object *) 0xbfd309a0 | result = 139579314 | #11 0x081b45d6 in Feval (form=150025149) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:2330 | numargs = 24 | args_left = 137963721 | i = 3 | maxargs = 3 | argvals = {150029507, 150030396, 48, 35, 137963721, 137963721, 0, | -1076687984} | fun = 137671836 | val = -1076687664 | original_fun = 138058777 | original_args = 150025157 | funcar = -1076687688 | backtrace = { | next = 0xbfd310b4, | function = 0xbfd30c8c, | args = 0xbfd30c30, | nargs = 3, | evalargs = 1 '\001', | debug_on_exit = 0 '\0' | } | gcpro1 = { | next = 0xbfd30cb8, | var = 0xb8, | nvars = 23 | } | gcpro2 = { | next = 0x17, | var = 0x83928c9, | nvars = 2 | } | gcpro3 = { | next = 0x0, | var = 0xbfd30c30, | nvars = 3 | } | #12 0x081b2f69 in internal_lisp_condition_case (var=138294561, | bodyform=150025149, handlers=150023789) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1429 | val = 137963721 | c = { | tag = 137963721, | val = 137963721, | next = 0xbfd31110, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {1216, -1208738656, 0, -1076687416, 1205689246, -267027985}, | __mask_was_saved = 0, | __saved_mask = { | __val = {152304227, 60, 138112409, 193190504, 138112409, 3218279880, | 136008707, 193190508, 188612652, 3218279768, 135584128, 188612648, | 188612652, 3218279784, 135584171, 188612652, 190451920, 1, | 136012102, 188612652, 137963721, 141561962, 1, 139579314, 30608868, | 147846392, 3218280628, 3218279904, 138024041, 147846396, 0, | 193190508} | } | }}, | backlist = 0xbfd310b4, | handlerlist = 0xbfd31614, | lisp_eval_depth = 10, | pdlcount = 72, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0xbfd30e88 | } | h = { | handler = 150023789, | var = 138294561, | chosen_clause = 137963721, | tag = 0xbfd30cf8, | next = 0xbfd31614 | } | #13 0x081ee72e in Fbyte_code (bytestr=150029411, vector=150030868, maxdepth=64) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:869 | handlers = 150023789 | body = 150025149 | count = 50 | op = 143 | vectorp = (Lisp_Object *) 0x8f14a18 | bytestr_length = 772 | stack = { | pc = 0x8e7f93e "\202\247\001\320\321\343\016O#.\b\016@\204\342\001\016P\204\342\001\016Q\016R>\204\342\001\344 \210r\016Cq\210\016Ib\210\345\346\v!!\203\330\001\016I\347y\210\350 |\210)\202\342\001\320\321\351\016J#,\210*\016=T\026=\n\203\370\001\352\016=\016S\246!\2033", | top = 0xbfd30de0, | bottom = 0xbfd30de0, | byte_string = 150029411, | byte_string_start = 0x8e7f7a0 "\212\306\b!\210\307\b!q\210\t\310=\203\025", | constants = 150030868, | next = 0xbfd31288 | } | top = (Lisp_Object *) 0xbfd30de0 | result = -1076686936 | #14 0x081b45d6 in Feval (form=150023397) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:2330 | numargs = 24 | args_left = 137963721 | i = 3 | maxargs = 3 | argvals = {150029411, 150030868, 64, 173954632, 43, 30609636, 47, | -1076685924} | fun = 137671836 | val = 138024041 | original_fun = 138058777 | original_args = 150023389 | funcar = 137963745 | backtrace = { | next = 0xbfd3149c, | function = 0xbfd310cc, | args = 0xbfd31070, | nargs = 3, | evalargs = 1 '\001', | debug_on_exit = 0 '\0' | } | gcpro1 = { | next = 0xbfd310c8, | var = 0x1, | nvars = 146811803 | } | gcpro2 = { | next = 0x0, | var = 0x570b0800, | nvars = 138113217 | } | gcpro3 = { | next = 0xbfd310e0, | var = 0xbfd31070, | nvars = 3 | } | #15 0x081b2b46 in internal_catch (tag=138237361, func=0x81b4124 <Feval>, | arg=150023397) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1224 | c = { | tag = 138237361, | val = 137963721, | next = 0xbfd31628, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {10, -1208738656, 0, -1076686376, 1205683806, -267027351}, | __mask_was_saved = 0, | __saved_mask = { | __val = {0, 0, 47, 3218280920, 136009362, 149994796, 1, 3218280948, | 47, 47, 47, 1, 135764074, 137981048, 0, 137981048, 47, 47, 47, | 149440525, 0, 3218280672, 150045675, 149440388, 3218281628, | 3218280944, 3218280948, 1, 150011904, 149994796, 149992513, | 193190508} | } | }}, | backlist = 0xbfd3149c, | handlerlist = 0xbfd31614, | lisp_eval_depth = 9, | pdlcount = 50, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0xbfd31288 | } | #16 0x081ee697 in Fbyte_code (bytestr=150029395, vector=150031260, maxdepth=16) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:854 | v1 = 150023397 | count = 50 | op = 141 | vectorp = (Lisp_Object *) 0x8f14ba0 | bytestr_length = 10 | stack = { | pc = 0x8e7f799 "\207", | top = 0xbfd311f4, | bottom = 0xbfd311f0, | byte_string = 150029395, | byte_string_start = 0x8e7f790 "\301\b!\205\t", | constants = 150031260, | next = 0xbfd317a8 | } | top = (Lisp_Object *) 0xbfd311f0 | result = 32 | #17 0x081b5bd6 in funcall_lambda (fun=150031388, nargs=0, | arg_vector=0xbfd31504) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 16843009 | syms_left = 137963721 | next = 689 | count = 50 | i = 0 | optional = 0 | rest = 0 | #18 0x081b5692 in Ffuncall (nargs=1, args=0xbfd31500) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 150031388 | original_fun = 150031388 | funcar = 149463100 | numargs = 0 | lisp_numargs = -1076684888 | val = 51 | backtrace = { | next = 0xbfd315a4, | function = 0xbfd31500, | args = 0xbfd31504, | nargs = 0, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0x0 | i = 137981048 | #19 0x081b44ad in Feval (form=150024277) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:2297 | vals = (Lisp_Object *) 0xbfd31500 | argnum = 1 | numargs = 8 | args_left = 137963721 | i = -1076685320 | maxargs = 151688003 | argvals = {0, 0, -1076685224, 0, 173955320, 0, 173949696, 36} | fun = 137666980 | val = 173955324 | original_fun = 138034977 | original_args = 150024269 | funcar = 29 | backtrace = { | next = 0xbfd319d4, | function = 0xbfd315bc, | args = 0xbfd31500, | nargs = 1, | evalargs = 1 '\001', | debug_on_exit = 0 '\0' | } | gcpro1 = { | next = 0x1d, | var = 0xa5e58f5, | nvars = 137963721 | } | gcpro2 = { | next = 0x81960bb, | var = 0x913fb20, | nvars = 29 | } | gcpro3 = { | next = 0x0, | var = 0xbfd31500, | nvars = 1 | } | #20 0x081b2f69 in internal_lisp_condition_case (var=137963721, | bodyform=150024277, handlers=150024205) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1429 | val = 137963721 | c = { | tag = 137963721, | val = 137963721, | next = 0xbfd31a30, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {26, -1208738656, 0, -1076685064, 1205682862, -267027985}, | __mask_was_saved = 0, | __saved_mask = { | __val = {48, 3, 1, 0, 16842752, 3218282232, 136009362, 150086508, 3, | 3218282260, 103, 4294967295, 0, 0, 6, 20, 0, 4294967295, 0, 0, 17, | 18, 173955268, 137963721, 1, 4, 3218282964, 3218282256, 3218282260, | 3, 135856128, 137963745} | } | }}, | backlist = 0xbfd319d4, | handlerlist = 0xbfd331a8, | lisp_eval_depth = 7, | pdlcount = 50, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0xbfd317a8 | } | h = { | handler = 150024205, | var = 137963721, | chosen_clause = 137963721, | tag = 0xbfd31628, | next = 0xbfd331a8 | } | #21 0x081ee72e in Fbyte_code (bytestr=150008611, vector=150026476, maxdepth=32) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:869 | handlers = 150024205 | body = 150024277 | count = 48 | op = 143 | vectorp = (Lisp_Object *) 0x8f138f0 | bytestr_length = 26 | stack = { | pc = 0x8e7f01e "\025*\310\207", | top = 0xbfd31710, | bottom = 0xbfd31710, | byte_string = 150008611, | byte_string_start = 0x8e7f008 "\306\b\t\n#\210\v\205\017", | constants = 150026476, | next = 0xbfd31ba8 | } | top = (Lisp_Object *) 0xbfd31710 | result = -1076684280 | #22 0x081b45d6 in Feval (form=149940069) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:2330 | numargs = 24 | args_left = 137963721 | i = 3 | maxargs = 3 | argvals = {150008611, 150026476, 32, 135909966, 148046633, 152304419, | 0, 5} | fun = 137671836 | val = 137963745 | original_fun = 138058777 | original_args = 149940077 | funcar = 152618021 | backtrace = { | next = 0xbfd31dbc, | function = 0xbfd319ec, | args = 0xbfd31990, | nargs = 3, | evalargs = 1 '\001', | debug_on_exit = 0 '\0' | } | gcpro1 = { | next = 0x4040404, | var = 0x4040404, | nvars = 137963721 | } | gcpro2 = { | next = 0x81eed91, | var = 0x8d30329, | nvars = 18086691 | } | gcpro3 = { | next = 0xb7f41ca0, | var = 0xbfd31990, | nvars = 3 | } | #23 0x081b2b46 in internal_catch (tag=149988281, func=0x81b4124 <Feval>, | arg=149940069) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1224 | c = { | tag = 149988281, | val = 137963721, | next = 0xbfd331bc, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {76, -1208738656, 0, -1076684040, 1205685630, -267027351}, | __mask_was_saved = 0, | __saved_mask = { | __val = {136008746, 147036589, 137963745, 3218283256, 136008707, | 149993161, 0, 1, 149716317, 149716317, 149716317, 2, 165613279, | 139826244, 30612212, 1, 3218283948, 3218283248, 138024041, | 137963745, 0, 0, 3218283284, 3218283224, 3218283964, 3218283280, | 3218283284, 1, 137953280, 137963745, 138022201, 3218283800} | } | }}, | backlist = 0xbfd31dbc, | handlerlist = 0xbfd331a8, | lisp_eval_depth = 6, | pdlcount = 48, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0xbfd31ba8 | } | #24 0x081ee697 in Fbyte_code (bytestr=150008387, vector=150026572, maxdepth=24) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:854 | v1 = 149940069 | count = 37 | op = 141 | vectorp = (Lisp_Object *) 0x8f13950 | bytestr_length = 76 | stack = { | pc = 0x8e7eec0 "\203G", | top = 0xbfd31b14, | bottom = 0xbfd31b10, | byte_string = 150008387, | byte_string_start = 0x8e7ee84 "\306\307!\211\030\205\n", | constants = 150026572, | next = 0xbfd31eb8 | } | top = (Lisp_Object *) 0xbfd31b10 | result = 2 | #25 0x081b5bd6 in funcall_lambda (fun=150026764, nargs=4, | arg_vector=0xbfd31e14) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 1 | syms_left = 137963721 | next = 149992969 | count = 33 | i = 4 | optional = 0 | rest = 0 | #26 0x081b5692 in Ffuncall (nargs=5, args=0xbfd31e10) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 150026764 | original_fun = 149992873 | funcar = -1076683288 | numargs = 4 | lisp_numargs = 150654021 | val = 137963769 | backtrace = { | next = 0xbfd320cc, | function = 0xbfd31e10, | args = 0xbfd31e14, | nargs = 4, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0x1d31e14 | i = 1 | #27 0x081eda83 in Fbyte_code (bytestr=150029379, vector=150031452, maxdepth=40) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 33 | op = 4 | vectorp = (Lisp_Object *) 0x8f14c60 | bytestr_length = 7 | stack = { | pc = 0x8e7f78a "\207", | top = 0xbfd31e20, | bottom = 0xbfd31e10, | byte_string = 150029379, | byte_string_start = 0x8e7f784 "\301\302\b\302\303$\207", | constants = 150031452, | next = 0xbfd321c8 | } | top = (Lisp_Object *) 0xbfd31e10 | result = 150027153 | #28 0x081b5bd6 in funcall_lambda (fun=150031580, nargs=2, | arg_vector=0xbfd32124) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 150027153 | syms_left = 137963721 | next = 141082001 | count = 31 | i = 2 | optional = 1 | rest = 0 | #29 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32120) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 150031580 | original_fun = 150027153 | funcar = -1076682504 | numargs = 2 | lisp_numargs = -1208738656 | val = 150027153 | backtrace = { | next = 0xbfd323dc, | function = 0xbfd32120, | args = 0xbfd32124, | nargs = 2, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0x83d5311 | i = 137963745 | #30 0x081eda83 in Fbyte_code (bytestr=146606987, vector=147658868, maxdepth=56) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 31 | op = 2 | vectorp = (Lisp_Object *) 0x8cd1878 | bytestr_length = 229 | stack = { | pc = 0x8cabf40 "\207", | top = 0xbfd32128, | bottom = 0xbfd32120, | byte_string = 146606987, | byte_string_start = 0x8cabe5c "\b;\203\332", | constants = 147658868, | next = 0xbfd324d8 | } | top = (Lisp_Object *) 0xbfd32120 | result = 137963769 | #31 0x081b5bd6 in funcall_lambda (fun=147659084, nargs=2, | arg_vector=0xbfd32434) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 137963769 | syms_left = 137963721 | next = 146588241 | count = 29 | i = 2 | optional = 0 | rest = 0 | #32 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32430) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 147659084 | original_fun = 147657625 | funcar = -1076681720 | numargs = 2 | lisp_numargs = 147846392 | val = 137963769 | backtrace = { | next = 0xbfd326ec, | function = 0xbfd32430, | args = 0xbfd32434, | nargs = 2, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0x0 | i = 147782864 | #33 0x081eda83 in Fbyte_code (bytestr=147749307, vector=147750700, maxdepth=48) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 28 | op = 2 | vectorp = (Lisp_Object *) 0x8ce7f30 | bytestr_length = 52 | stack = { | pc = 0x8ccb47c "\211\033\204\036", | top = 0xbfd32438, | bottom = 0xbfd32430, | byte_string = 147749307, | byte_string_start = 0x8ccb46c "\b\2053", | constants = 147750700, | next = 0xbfd327f8 | } | top = (Lisp_Object *) 0xbfd32430 | result = 150930195 | #34 0x081b5bd6 in funcall_lambda (fun=147750868, nargs=2, | arg_vector=0xbfd32744) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 1205694846 | syms_left = 137963721 | next = 138227265 | count = 26 | i = 2 | optional = 0 | rest = 0 | #35 0x081b5692 in Ffuncall (nargs=3, args=0xbfd32740) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 147750868 | original_fun = 147726337 | funcar = -1076678232 | numargs = 2 | lisp_numargs = 28 | val = 161782221 | backtrace = { | next = 0xbfd32a0c, | function = 0xbfd32740, | args = 0xbfd32744, | nargs = 2, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0xbfd32748 | i = 209984085 | #36 0x081eda83 in Fbyte_code (bytestr=147739259, vector=147744988, maxdepth=96) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 9 | op = 2 | vectorp = (Lisp_Object *) 0x8ce68e0 | bytestr_length = 3825 | stack = { | pc = 0x8ce62cd "\210\016x\306\036G\211\036y\203\334\016\016y@\026G\313\354\313\016G\016e\"J8\211\026F@\016L\"J\211\026H\203\300\016\016F\016H\376\036o\036H\211\036F\203\274\016\016H\203\274\016\016o\203\201\f\016F\211@\306\036F\036G\016d\206\355\v\016G\204;\v\016N\206\355\v\313\016G\016e\"J\204|\v\337\016G\036c\346\352\016c\"\203f\v\317\320\353\334\016c\"\353\354\016c\"\206b\v\325#\202p\v\317\320\016N@\355\016N!#)!\206\355\v\356\016G!\206\355\v\016F\206\212\v\354\313\016G\016e\"J8\306\036I\211\036F\203\244\v\314\016F8\211\026I\203\244\v\016I\316\232\203\251\v\016N\202\354\v"..., | top = 0xbfd32748, | bottom = 0xbfd32740, | byte_string = 147739259, | byte_string_start = 0x8ce57ec "\306\020\tA\032\v\206\017", | constants = 147744988, | next = 0xbfd32af8 | } | top = (Lisp_Object *) 0xbfd32740 | result = 137963721 | #37 0x081b5bd6 in funcall_lambda (fun=147745628, nargs=1, | arg_vector=0xbfd32a64) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 137963721 | syms_left = 137963721 | next = 138201657 | count = 8 | i = 1 | optional = 1 | rest = 0 | #38 0x081b5692 in Ffuncall (nargs=2, args=0xbfd32a60) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 147745628 | original_fun = 147720985 | funcar = 0 | numargs = 1 | lisp_numargs = 1 | val = 137963721 | backtrace = { | next = 0xbfd32d0c, | function = 0xbfd32a60, | args = 0xbfd32a64, | nargs = 1, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0xbfd329c0 | i = 3 | #39 0x081eda83 in Fbyte_code (bytestr=148361491, vector=148365804, maxdepth=24) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/bytecode.c:679 | count = 5 | op = 1 | vectorp = (Lisp_Object *) 0x8d7e1f0 | bytestr_length = 134 | stack = { | pc = 0x8cfbb43 "\210)\323 \210\311\324!\210\325\f\247\205\203", | top = 0xbfd32a64, | bottom = 0xbfd32a60, | byte_string = 148361491, | byte_string_start = 0x8cfbad4 "\306\307!\210\310\211C\030\031\311\312!\210\311\313!\210\n\204\030", | constants = 148365804, | next = 0x0 | } | top = (Lisp_Object *) 0xbfd32a60 | result = 0 | #40 0x081b5bd6 in funcall_lambda (fun=148366020, nargs=1, | arg_vector=0xbfd32db4) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3180 | val = 0 | syms_left = 137963721 | next = 138201561 | count = 4 | i = 1 | optional = 1 | rest = 0 | #41 0x081b5692 in Ffuncall (nargs=2, args=0xbfd32db0) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:3039 | fun = 148366020 | original_fun = 147052329 | funcar = -1076679352 | numargs = 1 | lisp_numargs = 137963721 | val = 138060986 | backtrace = { | next = 0xbfd32ffc, | function = 0xbfd32db0, | args = 0xbfd32db4, | nargs = 1, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | internal_args = (Lisp_Object *) 0x83aa4ba | i = -1076679352 | #42 0x081b0f97 in Fcall_interactively (function=147052329, | record_flag=137963721, keys=167856292) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/callint.c:861 | val = -1076678728 | args = (Lisp_Object *) 0xbfd32db0 | visargs = (Lisp_Object *) 0xbfd32d90 | fun = 148366020 | specs = 148361507 | filter_specs = 137963721 | teml = 0 | up_event = 137963721 | enable = 137963721 | speccount = 3 | next_event = 1 | prefix_arg = 137963721 | string = (unsigned char *) 0xbfd32dd0 "P" | tem = (unsigned char *) 0x8224bd0 "" | varies = (int *) 0xbfd32d70 | i = 2 | j = 1 | count = 1 | foo = 0 | prompt1 = '\0' <repeats 99 times> | tem1 = 0x0 | arg_from_tty = 0 | gcpro1 = { | next = 0x0, | var = 0x0, | nvars = 0 | } | gcpro2 = { | next = 0x0, | var = 0x0, | nvars = 0 | } | gcpro3 = { | next = 0x0, | var = 0x0, | nvars = 2 | } | gcpro4 = { | next = 0x0, | var = 0x0, | nvars = 2 | } | gcpro5 = { | next = 0x0, | var = 0x0, | nvars = 0 | } | key_count = 1 | record_then_fail = 0 | save_this_command = 147052329 | save_last_command = 140261649 | save_this_original_command = 147052329 | save_real_this_command = 147052329 | #43 0x0813cbb2 in Fcommand_execute (cmd=147052329, record_flag=137963721, | keys=137963721, special=137963721) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:10054 | final = 148366020 | tem = 137963721 | prefixarg = 137963721 | backtrace = { | next = 0x0, | function = 0x8384d60, | args = 0xbfd33020, | nargs = 1, | evalargs = 0 '\0', | debug_on_exit = 0 '\0' | } | #44 0x0812e742 in command_loop_1 () | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:1874 | scount = 2 | cmd = 147052329 | lose = 58 | nonundocount = 0 | keybuf = {824, 872, -1218506764, -1218505504, -1076678408, 138021721, | 138021603, 137963721, 137963721, 0, 136842459, -1076678496, 137953997, | 206977963, -1076678344, 135450525, 189765717, 137963769, -1076678306, | 138128849, -1208737804, -1472036458, -1076678284, -1076678232, -1208812956, | 141573816, -1076678248, 135450106, 189765717, -1076678306} | i = 1 | no_direct = 0 | prev_modiff = 42061 | prev_buffer = (struct buffer *) 0x8cefcd0 | was_locked = 0 | already_adjusted = 0 | #45 0x081b308f in internal_condition_case (bfun=0x812d329 <command_loop_1>, | handlers=138009225, hfun=0x812ccb6 <cmd_error>) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1484 | val = 137963721 | c = { | tag = 137963721, | val = 137963721, | next = 0xbfd332c0, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {-1218506764, -1208738656, 0, -1076678008, 1205692158, | -267032710}, | __mask_was_saved = 0, | __saved_mask = { | __val = {0, 3218289280, 3086231288, 134539257, 16777216, 2822930839, | 0 <repeats 15 times>, 3075271500, 3076954800, 0, 110932256, | 3086229492, 134522856, 3086231288, 3218289296, 3086171853, | 3086231736, 3074809888} | } | }}, | backlist = 0x0, | handlerlist = 0x0, | lisp_eval_depth = 0, | pdlcount = 2, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0x0 | } | h = { | handler = 138009225, | var = 137963721, | chosen_clause = 137963769, | tag = 0xbfd331bc, | next = 0x0 | } | #46 0x0812d082 in command_loop_2 () | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:1330 | val = 37 | #47 0x081b2b46 in internal_catch (tag=138005409, | func=0x812d05f <command_loop_2>, arg=137963721) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/eval.c:1224 | c = { | tag = 138005409, | val = 137963721, | next = 0x0, | gcpro = 0x0, | jmp = {{ | __jmpbuf = {-1218506764, -1208738656, 0, -1076677752, 1205691886, | -267027351}, | __mask_was_saved = 0, | __saved_mask = { | __val = {140270160, 2, 20, 276967387, 0, 140270179, 3076467092, | 3076460532, 140270163, 140270160, 3218289112, 135880820, 20, 20, 0, | 3218289528, 135911289, 138149257, 138146658, 137963721, 137995584, | 136480254, 20, 3218289528, 137963721, 137950125, 138146658, | 138146658, 138146658, 137950133, 2, 138146658} | } | }}, | backlist = 0x0, | handlerlist = 0x0, | lisp_eval_depth = 0, | pdlcount = 2, | poll_suppress_count = 1, | interrupt_input_blocked = 0, | byte_stack = 0x0 | } | #48 0x0812d038 in command_loop () | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:1309 | No locals. | #49 0x0812ca30 in recursive_edit_1 () | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:1007 | count = 1 | val = 138266229 | #50 0x0812cb74 in Frecursive_edit () | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/keyboard.c:1068 | count = 0 | buffer = 137963721 | #51 0x0812b40b in main (argc=3, argv=0xbfd338b4) | at /home/dept/ste/src/links/emacs/cvs-EMACS_22_BASE/emacs/src/emacs.c:1770 | dummy = 0 | stack_bottom_variable = 0 '\0' | do_initial_setlocale = 1 | skip_args = 0 | rlim = { | rlim_cur = 8388608, | rlim_max = 18446744073709551615 | } | no_loadup = 0 | junk = 0x0 | | Lisp Backtrace: | "process-send-string" (0xb83da6c) | "byte-code" (0x8f144c3) | "byte-code" (0x8f14463) | 0x8f14c1c PVEC_COMPILED | "funcall" (0x8f14c1c) | "byte-code" (0x8f0f323) | "nntp-with-open-group-function" (0x83928c9) | "nntp-retrieve-groups" (0x9a499cd) | "gnus-retrieve-groups" (0x9a499cd) | "gnus-read-active-file-2" (0x9a499cd) | "gnus-get-unread-articles" (0x83928c9) | "gnus-group-get-new-news" (0x83928c9) | "call-interactively" (0x8c3d729) | | (gdb) xbacktrace | "process-send-string" (0xb83da6c) | "byte-code" (0x8f144c3) | "byte-code" (0x8f14463) | 0x8f14c1c PVEC_COMPILED | "funcall" (0x8f14c1c) | "byte-code" (0x8f0f323) | "nntp-with-open-group-function" (0x83928c9) | "nntp-retrieve-groups" (0x9a499cd) | "gnus-retrieve-groups" (0x9a499cd) | "gnus-read-active-file-2" (0x9a499cd) | "gnus-get-unread-articles" (0x83928c9) | "gnus-group-get-new-news" (0x83928c9) | "call-interactively" (0x8c3d729) `---- > In GNU Emacs 22.2.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) > of 2008-06-02 on viandante > Windowing system distributor `The X.Org Foundation', version 11.0.70199902 > configured using `configure '--prefix=/import/xtra/emacs/RC' '--with-gtk' '--exec-prefix=/import/xtra/emacs/RC-i686' 'CFLAGS=-Wno-pointer-sign -O0 -fno-crossjumping -gdwarf-2 -g3'' > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:bug#439
; Package emacs
.
Full text and rfc822 format available.Reiner Steib <Reiner.Steib <at> gmx.de>
:Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and rfc822 format available.Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
From: Reiner Steib <reinersteib+gmane <at> imap.cc> To: emacs-pretest-bug <at> gnu.org Subject: Re: bug#439: 22.2.50; crash: process-send-string, nntp-with-open-group-function Date: Sat, 21 Jun 2008 09:37:09 +0200
On Tue, Jun 17 2008, Reiner Steib wrote: > Emacs (quite recent check-out from EMACS_22_BASE) crashed in Gnus, > AFAICS while getting new news (see Lisp Backtrace below). [...] > Here's the Backtrace. If you need more information, please tell me > the exact gdb commands I should type. It's quite possible that I'll lose this gdb session because of a reboot during the next days. So if you need additional gdb info, let me know soon. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
Chong Yidong <cyd <at> stupidchicken.com>
to control <at> emacsbugs.donarmstrong.com
.
(Fri, 19 Sep 2008 01:35:05 GMT) Full text and rfc822 format available.owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:bug#439
; Package emacs
.
(Sun, 11 Sep 2011 05:48:01 GMT) Full text and rfc822 format available.Message #15 received at 439 <at> debbugs.gnu.org (full text, mbox):
From: Lars Magne Ingebrigtsen <larsi <at> gnus.org> To: 439 <at> debbugs.gnu.org Subject: Re: 22.2.50; crash: process-send-string, nntp-with-open-group-function Date: Sun, 11 Sep 2011 07:40:25 +0200
Reiner Steib <reinersteib+gmane <at> imap.cc> writes: > | #5 0x0814a3c8 in emacs_write (fildes=11, > | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", nbyte=37) > | at [...]EMACS_22_BASE/emacs/src/sysdep.c:3372 I'm guessing this doesn't still happen with the current Emacs? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/
Reiner Steib <Reiner.Steib <at> gmx.de>
:Reiner Steib <Reiner.Steib <at> gmx.de>
:Message #20 received at 439-done <at> debbugs.gnu.org (full text, mbox):
From: Reiner Steib <reinersteib+gmane <at> imap.cc> To: 439-done <at> debbugs.gnu.org Subject: Re: bug#439: 22.2.50; crash: process-send-string, nntp-with-open-group-function Date: Tue, 13 Sep 2011 08:52:11 +0200
On Sun, Sep 11 2011, Lars Magne Ingebrigtsen wrote: > Reiner Steib <reinersteib+gmane <at> imap.cc> writes: > >> | #5 0x0814a3c8 in emacs_write (fildes=11, >> | buf=0xa5e5aa8 "LIST ACTIVE gmane.linux.suse.kernel\r\n", nbyte=37) >> | at [...]EMACS_22_BASE/emacs/src/sysdep.c:3372 > > I'm guessing this doesn't still happen with the current Emacs? Most probably. I'm closing this report. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Tue, 11 Oct 2011 11:24:03 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.