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

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

Another garbage collector hang


From: David Kastrup
Subject: Another garbage collector hang
Date: 11 Jan 2004 22:42:09 +0100

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

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

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

Pretty usual activity, nothing uncommon, then a freeze during command
completion.  Here is the backtrace:

Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xomGeneric.so.2
Reading symbols from /usr/lib/pango/1.2.0/modules/pango-basic-xft.so...done.
Loaded symbols for /usr/lib/pango/1.2.0/modules/pango-basic-xft.so
Reading symbols from /lib/libnss_nisplus.so.2...done.
Loaded symbols for /lib/libnss_nisplus.so.2
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libnss_dns.so.2...done.
Loaded symbols for /lib/libnss_dns.so.2
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
0xffffe002 in ?? ()
(gdb) bt
#0  0xffffe002 in ?? ()
#1  0x0815566f in emacs_blocked_malloc (size=1)
    at /home/tmp/emacs/src/alloc.c:974
#2  0x42073305 in malloc () from /lib/tls/libc.so.6
#3  0x403fc559 in g_malloc () from /usr/lib/libglib-2.0.so.0
#4  0x404095f2 in g_strdup () from /usr/lib/libglib-2.0.so.0
#5  0x402b7725 in gdk_add_client_message_filter ()
   from /usr/lib/libgdk-x11-2.0.so.0
#6  0x402b7ac1 in gdk_add_client_message_filter ()
   from /usr/lib/libgdk-x11-2.0.so.0
#7  0x402b8f36 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0
#8  0x402b913d in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0
#9  0x403f6b35 in g_get_current_time () from /usr/lib/libglib-2.0.so.0
#10 0x403f7b78 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0x403f7e8d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#12 0x403f80cc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#13 0x400fa200 in gtk_main_iteration () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x080efa74 in XTread_socket (sd=0, bufp=0xbffd1664, numchars=4096,
    expected=1) at /home/tmp/emacs/src/xterm.c:7174
#15 0x08118b32 in read_avail_input (expected=1)
    at /home/tmp/emacs/src/keyboard.c:6621
#16 0x08118d02 in input_available_signal (signo=29)
    at /home/tmp/emacs/src/keyboard.c:6779
---Type <return> to continue, or q <return> to quit---
#17 <signal handler called>
#18 0x420748ab in malloc_consolidate () from /lib/tls/libc.so.6
#19 0x4207580e in mALLOPt () from /lib/tls/libc.so.6
#20 0x081566ab in allocate_vectorlike (len=100000000, type=MEM_TYPE_VECTOR)
    at /home/tmp/emacs/src/alloc.c:2509
#21 0x081566ea in allocate_vector (nslots=1)
    at /home/tmp/emacs/src/alloc.c:2528
#22 0x08156805 in Fmake_vector (length=1, init=675216716)
    at /home/tmp/emacs/src/alloc.c:2624
#23 0x081702b3 in concat (nargs=2, args=0xbfffdad0,
    target_type=Lisp_Vectorlike, last_special=0)
    at /home/tmp/emacs/src/fns.c:675
#24 0x0816f911 in Fvconcat (nargs=2, args=0xbfffdad0)
    at /home/tmp/emacs/src/fns.c:456
#25 0x081210d6 in append_key (key_sequence=1, key=675975788)
    at /home/tmp/emacs/src/keymap.c:1282
#26 0x08123099 in where_is_internal_1 (binding=675975764, key=675975788,
    definition=675794436, noindirect=675216716, this=-1998631216,
    last=536870911, nomenus=1, last_is_meta=0)
    at /home/tmp/emacs/src/keymap.c:2704
#27 0x08122b5b in where_is_internal (definition=675794436,
    keymaps=-1462385960, firstonly=675216764, noindirect=675216716,
    no_remap=675216716) at /home/tmp/emacs/src/keymap.c:2445
---Type <return> to continue, or q <return> to quit---
#28 0x08122f78 in Fwhere_is_internal (definition=675794436, keymap=675216716,
    firstonly=675216764, noindirect=675216716, no_remap=675216716)
    at /home/tmp/emacs/src/keymap.c:2592
#29 0x081604c7 in Fsubstitute_command_keys (string=1747149896)
    at /home/tmp/emacs/src/doc.c:778
#30 0x0816b8da in Ffuncall (nargs=2, args=0xbfffdda4)
    at /home/tmp/emacs/src/eval.c:2728
#31 0x08193510 in Fbyte_code (bytestr=138923716, vector=1,
    maxdepth=-1073750624) at /home/tmp/emacs/src/bytecode.c:689
#32 0x0816bbc7 in funcall_lambda (fun=-2010946764, nargs=0,
    arg_vector=0xbfffdf2c) at /home/tmp/emacs/src/eval.c:2915
#33 0x0816b7b3 in Ffuncall (nargs=1, args=0xbfffdf28)
    at /home/tmp/emacs/src/eval.c:2785
#34 0x0816b3fe in run_hook_with_args (nargs=1, args=0xbfffdf28,
    cond=to_completion) at /home/tmp/emacs/src/eval.c:2396
#35 0x0816b2c1 in Frun_hooks (nargs=1, args=0xbfffdfd4)
    at /home/tmp/emacs/src/eval.c:2264
#36 0x0816b9a2 in Ffuncall (nargs=2, args=0xbfffdfd0)
    at /home/tmp/emacs/src/eval.c:2709
#37 0x0816b5e8 in call1 (fn=675333100, arg1=675794900)
    at /home/tmp/emacs/src/eval.c:2522
#38 0x081361cc in Fdisplay_completion_list (completions=-1462385224)
    at /home/tmp/emacs/src/minibuf.c:2383
---Type <return> to continue, or q <return> to quit---
#39 0x08179055 in internal_with_output_to_temp_buffer (
    bufname=0x81b8107 "*Completions*",
    function=0x8135fd4 <Fdisplay_completion_list>, args=-1462385224)
    at /home/tmp/emacs/src/print.c:630
#40 0x0813657c in Fminibuffer_completion_help ()
    at /home/tmp/emacs/src/minibuf.c:2408
#41 0x0813563b in do_completion () at /home/tmp/emacs/src/minibuf.c:1842
#42 0x081358ed in Fminibuffer_complete () at /home/tmp/emacs/src/minibuf.c:1934
#43 0x0816b8c5 in Ffuncall (nargs=1, args=0xbfffe194)
    at /home/tmp/emacs/src/eval.c:2725
#44 0x08167824 in Fcall_interactively (function=675408172,
    record_flag=675216716, keys=-2006264880)
    at /home/tmp/emacs/src/callint.c:870
#45 0x0811c9a6 in Fcommand_execute (cmd=675408172, record_flag=675216716,
    keys=675216716, special=675216716) at /home/tmp/emacs/src/keyboard.c:9652
#46 0x08111e5b in command_loop_1 () at /home/tmp/emacs/src/keyboard.c:1757
#47 0x08169dd2 in internal_condition_case (bfun=0x8111b0c <command_loop_1>,
    handlers=675310396, hfun=0x81116fc <cmd_error>)
    at /home/tmp/emacs/src/eval.c:1333
#48 0x081119e6 in command_loop_2 () at /home/tmp/emacs/src/keyboard.c:1294
#49 0x08169971 in internal_catch (tag=1, func=0x81119c8 <command_loop_2>,
    arg=675216716) at /home/tmp/emacs/src/eval.c:1094
#50 0x08111952 in command_loop () at /home/tmp/emacs/src/keyboard.c:1265
---Type <return> to continue, or q <return> to quit---
#51 0x081114d8 in recursive_edit_1 () at /home/tmp/emacs/src/keyboard.c:989
#52 0x08133911 in read_minibuf (map=-1472238344, initial=675216716,
    prompt=-2005987184, backup_n=0, expflag=0, histvar=675398980, histpos=0,
    defalt=675216716, allow_props=0, inherit_input_method=0)
    at /home/tmp/emacs/src/minibuf.c:684
#53 0x08134fe1 in Fcompleting_read (prompt=1761515564, table=-2009136800,
    predicate=675631716, require_match=675216764, initial_input=675216716,
    hist=675216716, def=675216716, inherit_input_method=675216716)
    at /home/tmp/emacs/src/minibuf.c:1628
#54 0x0816b91e in Ffuncall (nargs=5, args=0xbfffe790)
    at /home/tmp/emacs/src/eval.c:2744
#55 0x08193510 in Fbyte_code (bytestr=675329108, vector=4,
    maxdepth=-1073747952) at /home/tmp/emacs/src/bytecode.c:689
#56 0x0816bbc7 in funcall_lambda (fun=-2000044096, nargs=0,
    arg_vector=0xbfffe8d0) at /home/tmp/emacs/src/eval.c:2915
#57 0x0816ba99 in apply_lambda (fun=-2000044096, args=675216716, eval_flag=1)
    at /home/tmp/emacs/src/eval.c:2837
#58 0x0816ad94 in Feval (form=-2000044096) at /home/tmp/emacs/src/eval.c:2138
#59 0x081681f2 in Fcall_interactively (function=675736076,
    record_flag=675216764, keys=-2006264880)
    at /home/tmp/emacs/src/callint.c:386
#60 0x0811c9a6 in Fcommand_execute (cmd=675736076, record_flag=675216764,
    keys=675216716, special=675216716) at /home/tmp/emacs/src/keyboard.c:9652
---Type <return> to continue, or q <return> to quit---
#61 0x0811ccb0 in Fexecute_extended_command (prefixarg=675216716)
    at /home/tmp/emacs/src/keyboard.c:9763
#62 0x0816b8da in Ffuncall (nargs=2, args=0xbfffece4)
    at /home/tmp/emacs/src/eval.c:2728
#63 0x08167824 in Fcall_interactively (function=675306804,
    record_flag=675216716, keys=-2006264880)
    at /home/tmp/emacs/src/callint.c:870
#64 0x0811c9a6 in Fcommand_execute (cmd=675306804, record_flag=675216716,
    keys=675216716, special=675216716) at /home/tmp/emacs/src/keyboard.c:9652
#65 0x08111e5b in command_loop_1 () at /home/tmp/emacs/src/keyboard.c:1757
#66 0x08169dd2 in internal_condition_case (bfun=0x8111b0c <command_loop_1>,
    handlers=675310396, hfun=0x81116fc <cmd_error>)
    at /home/tmp/emacs/src/eval.c:1333
#67 0x081119e6 in command_loop_2 () at /home/tmp/emacs/src/keyboard.c:1294
#68 0x08169971 in internal_catch (tag=1, func=0x81119c8 <command_loop_2>,
    arg=675216716) at /home/tmp/emacs/src/eval.c:1094
#69 0x0811199c in command_loop () at /home/tmp/emacs/src/keyboard.c:1273
#70 0x081114d8 in recursive_edit_1 () at /home/tmp/emacs/src/keyboard.c:989
#71 0x081115e8 in Frecursive_edit () at /home/tmp/emacs/src/keyboard.c:1045
#72 0x0810ff17 in main (argc=1, argv=0xbffff484)
    at /home/tmp/emacs/src/emacs.c:1666
#73 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6
(gdb)

The compilation was done on January 9.  There does not seem to be any
newer code in the CVS archive, and I fail to find RMS' recent patch
posted to the developers' list mentioned in the current ChangeLog.  I
am not sure whether it has been applied at all to CVS.  I have not
applied it manually.


In GNU Emacs 21.3.50.12 (i686-pc-linux-gnu, GTK+ Version 2.2.1)
 of 2004-01-09 on lola.goethe.zz
configured using `configure '--prefix=/usr/local/emacs-21' '--with-gtk''

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
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  auto-compression-mode: t
  desktop-save-mode: t
  display-time-mode: t
  iswitchb-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  unify-8859-on-encoding-mode: t
  line-number-mode: t

Recent input:
M-x r e p o r t - e m <tab> <return>

Recent messages:
Loading 
/usr/local/emacs-21/share/emacs/site-lisp/auctex/style/amstext.elc...done
Loading /usr/local/emacs-21/share/emacs/site-lisp/auctex/style/amsbsy.elc...done
Loading /usr/local/emacs-21/share/emacs/site-lisp/auctex/style/amsopn.elc...done
Loading /usr/local/emacs-21/share/emacs/site-lisp/auctex/style/book.elc...done
Loading /home/dak/tex/diss/auto/kalmantheory.el (source)...done
Loading /home/dak/tex/diss/auto/diffusion.el (source)...done
Loading /home/dak/tex/diss/auto/diffspeed.el (source)...done
Applying style hooks... done
Desktop loaded.
Loading emacsbug...done

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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