notfound 582233 23.2+1-2local21
found 582233 23.2+1-2
thanks

> I normally keep an emacs running for mailreading (and also gmane and
> things).  I start it with -daemon and connect to it over X and on a
> tty.  I noticed after upgrading to 23.2 that after a while it would
> crash, so I built packages with symbols and, after about a day, it's
> crashed.  Here's the stacktrace:
>
> (gdb) bt
> #0  0xb71c8645 in bcopy (src=0xa8c8670, dest=0xb45f1e9, len=2147483655) at 
> ./memmove.c:92
> #1  0x08146bfb in copy_text (from_addr=0xa8c8670 "nntpd<1>", 
> to_addr=0x8b45f1f1 <Address 0x8b45f1f1 out of bounds>, nbytes=-2147483640, 
> from_multibyte=1, to_multibyte=0) at insdel.c:639
> #2  0x08147beb in insert_from_string_1 (string=<value optimized out>, 
> pos=<value optimized out>, pos_byte=<value optimized out>, 
> nchars=-2147483640, nbytes=-2147483640, inherit=0, before_markers=0)
>     at insdel.c:1083
> #3  0x08147ea6 in insert_from_string (string=-2147483641, pos=0, pos_byte=1, 
> length=-2147483640, length_byte=-2147483640, inherit=0) at insdel.c:1022
> #4  0x08185530 in general_insert_function (insert_func=<value optimized out>, 
> insert_from_string_func=<value optimized out>, inherit=0, nargs=1, 
> args=0xa8f43bc) at editfns.c:2201
> #5  0x081856a4 in Finsert (nargs=1, args=0xa8f43bc) at editfns.c:2245
> #6  0x081c9a95 in status_notify (deleting_process=<value optimized out>) at 
> process.c:7027
> #7  0x081cf2a8 in Fdelete_process (process=177161141) at process.c:828
> #8  0x081cf3d8 in kill_buffer_processes (buffer=138328266) at process.c:6640
> #9  0x0811ce1c in shut_down_emacs (sig=11, no_x=0, stuff=138328266) at 
> emacs.c:2198
> #10 0x0811ee4b in fatal_error_signal (sig=11) at emacs.c:388
> #11 <signal handler called>
> #12 0x081751cd in mark_object (arg=540293171) at alloc.c:5604
> #13 0x0817510a in mark_object (arg=170921886) at alloc.c:5694
> #14 0x08106a75 in mark_image (c=0xb342960) at image.c:1941
> #15 mark_image_cache (c=0xb342960) at image.c:1957
> #16 0x08178a95 in mark_terminals () at alloc.c:5777
> #17 Fgarbage_collect () at alloc.c:5099
> #18 0x0812c547 in read_char (commandflag=1, nmaps=5, maps=0xbfb0d9c0, 
> prev_event=138328266, used_mouse_menu=0xbfb0da88, end_time=0x0) at 
> keyboard.c:2983
> #19 0x0812d44e in read_key_sequence (keybuf=<value optimized out>, 
> bufsize=<value optimized out>, prompt=<value optimized out>, 
> dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1)
>     at keyboard.c:9512
> #20 0x0812f79b in command_loop_1 () at keyboard.c:1643
> #21 0x0818ca51 in internal_condition_case (bfun=0x812f5c0 <command_loop_1>, 
> handlers=138366250, hfun=0x8129610 <cmd_error>) at eval.c:1490
> #22 0x08128af5 in command_loop_2 () at keyboard.c:1360
> #23 0x0818cb31 in internal_catch (tag=138363322, func=0x8128ad0 
> <command_loop_2>, arg=138328266) at eval.c:1226
> #24 0x0812945f in command_loop () at keyboard.c:1339
> #25 0x081297fa in recursive_edit_1 () at keyboard.c:954
> #26 0x08129922 in Frecursive_edit () at keyboard.c:1016
> #27 0x0811dfad in main (argc=<value optimized out>, argv=<value optimized 
> out>) at emacs.c:1833
>
> (I realise there's a good chance this isn't very useful, but it seemed
> possible that it would be.)

The best way to debug such problems is to run Emacs under GDB from the
directory where you built it (.../emacs23-23.2+1/debian/build-x/src),
see etc/DEBUG for detailed instructions.  If/when it crashes, report the
backtrace upstream (start a fresh Emacs and use M-x report-emacs-bug)
and wait for further instructions from the Emacs developers.

Cheers,
       Sven



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to