emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

another crash -- this time at startup


From: Alex Schroeder
Subject: another crash -- this time at startup
Date: Sat, 25 Jan 2003 01:28:51 +0100
User-agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2.92 (i686-pc-linux-gnu)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

In GNU Emacs 21.2.92.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2003-01-19 on confusibombus
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.ISO-8859-1
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I recently changed my LANG, which used to be C.  But I don't think it
has anything to do with this particular bug.  This one happened right
at startup.  I start emacs using the following script:

#! /usr/bin/zsh
cd /usr/local/src/emacs/src
emacs &
xterm -e gdb program $! &

Then I hit c in gdb and Emacs continues and eventually shows its first
frame.  This time Emacs crashed before the first frame got created.


(gdb) c
Continuing.

Program received signal SIGSTOP, Stopped (signal).
0x4032dc14 in malloc () from /lib/libc.so.6
(gdb) bt
#0  0x4032dc14 in malloc () from /lib/libc.so.6
#1  0x08112b0e in emacs_blocked_malloc (size=8) at alloc.c:737
#2  0x4032dbed in malloc () from /lib/libc.so.6
#3  0x4022c6c1 in _XlcSetConverter () from /usr/X11R6/lib/libX11.so.6
#4  0x4022c81e in _XlcOpenConverter () from /usr/X11R6/lib/libX11.so.6
#5  0x402338b7 in _Xlcmbstoutf8 () from /usr/X11R6/lib/libX11.so.6
#6  0x40233963 in _Xmbstoutf8 () from /usr/X11R6/lib/libX11.so.6
#7  0x40417f22 in _XimLcctstoutf8 () from 
/usr/X11R6/lib/X11/locale/common/ximcp.so.2
#8  0x404181e4 in _XimParseStringFile () from 
/usr/X11R6/lib/X11/locale/common/ximcp.so.2
#9  0x40416acd in _XimLocalSetIMValues () from 
/usr/X11R6/lib/X11/locale/common/ximcp.so.2
#10 0x40416ba0 in _XimLocalOpenIM () from 
/usr/X11R6/lib/X11/locale/common/ximcp.so.2
#11 0x4041609c in _XimOpenIM () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2
#12 0x40229f11 in _XlcDynamicLoad () from /usr/X11R6/lib/libX11.so.6
#13 0x404158e7 in _XimRegisterIMInstantiateCallback () from 
/usr/X11R6/lib/X11/locale/common/ximcp.so.2
#14 0x4022a019 in _XlcDynamicLoad () from /usr/X11R6/lib/libX11.so.6
#15 0x4020dee3 in XRegisterIMInstantiateCallback () from 
/usr/X11R6/lib/libX11.so.6
#16 0x080b79ef in xim_initialize (dpyinfo=0x847f928, resource_name=0x8476b30 
"emacs") at xterm.c:12298
#17 0x080ba6e7 in x_term_init (display_name=944220316, xrm_option=0x0, 
resource_name=0x8476b30 "emacs") at xterm.c:14452
#18 0x080c22d6 in Fx_open_connection (display=944220316, xrm_string=405241980, 
must_succeed=405242028) at xfns.c:5144
#19 0x08127202 in Ffuncall (nargs=4, args=0xbfffef34) at eval.c:2666
#20 0x0814d9bc in Fbyte_code (bytestr=944217964, vector=1212656480, maxdepth=6) 
at bytecode.c:716
#21 0x08126814 in Feval (form=1480491796) at eval.c:2019
#22 0x08138e2d in readevalloop (readcharfun=405356940, stream=0x8443f80, 
sourcename=943946924, evalfun=0x81264c0 <Feval>, printflag=0, 
unibyte=405241980, 
    readfun=405241980) at lread.c:1263
#23 0x08138388 in Fload (file=943946924, noerror=405241980, 
nomessage=405242028, nosuffix=405241980, must_suffix=405241980) at lread.c:836
#24 0x08127236 in Ffuncall (nargs=4, args=0xbffff244) at eval.c:2675
#25 0x0814d9bc in Fbyte_code (bytestr=941733172, vector=1210168676, maxdepth=4) 
at bytecode.c:716
#26 0x08126814 in Feval (form=1478604068) at eval.c:2019
#27 0x08125661 in Fcondition_case (args=1480455388) at eval.c:1211
#28 0x0814de6a in Fbyte_code (bytestr=941730796, vector=1210167508, maxdepth=5) 
at bytecode.c:898
#29 0x08127797 in funcall_lambda (fun=1210166228, nargs=0, 
arg_vector=0xbffff5a8) at eval.c:2851
#30 0x08127301 in Ffuncall (nargs=1, args=0xbffff5a4) at eval.c:2716
#31 0x0814d9bc in Fbyte_code (bytestr=941726860, vector=1210162460, maxdepth=5) 
at bytecode.c:716
#32 0x08127797 in funcall_lambda (fun=1210162292, nargs=0, 
arg_vector=0xbffff674) at eval.c:2851
#33 0x08127474 in apply_lambda (fun=1210162292, args=405241980, eval_flag=1) at 
eval.c:2770
#34 0x081268ed in Feval (form=1480414412) at eval.c:2055
#35 0x080d444c in top_level_2 () at keyboard.c:1254
#36 0x08125749 in internal_condition_case (bfun=0x80d4438 <top_level_2>, 
handlers=405338372, hfun=0x80d4194 <cmd_error>) at eval.c:1267
#37 0x080d447b in top_level_1 () at keyboard.c:1262
#38 0x081252dd in internal_catch (tag=405299700, func=0x80d4450 <top_level_1>, 
arg=405241980) at eval.c:1030
#39 0x080d43be in command_loop () at keyboard.c:1223
#40 0x080d3f51 in recursive_edit_1 () at keyboard.c:950
#41 0x080d4080 in Frecursive_edit () at keyboard.c:1006
#42 0x080d2faf in main (argc=1, argv=0xbffffcb4, envp=0xbffffcbc) at 
emacs.c:1547
(gdb) xbacktrace
0x8191aac "x-open-connection"
0x81892b4 "byte-code"
0x81863b8 "load"
0x81892b4 "byte-code"
0x8219c64 "command-line"
0x821857c "normal-top-level"

Hm.

(gdb) up
#1  0x08112b0e in emacs_blocked_malloc (size=8) at alloc.c:737
737       value = (void *) malloc (size);
(gdb) l
732         mallopt (M_TOP_PAD, malloc_hysteresis * 4096);
733     #else
734         __malloc_extra_blocks = malloc_hysteresis;
735     #endif
736
737       value = (void *) malloc (size);
738
739     #ifdef GC_MALLOC_CHECK
740       {
741         struct mem_node *m = mem_find (value);


I have no idea what this means...

Alex.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]