unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jason S. Cornez" <jcornez@ravenpack.com>
To: 6585@debbugs.gnu.org
Subject: bug#6585: 23.1; Hang / CPU 100% on background interaction when in minibuffer
Date: Wed, 14 Jul 2010 12:27:46 +0200	[thread overview]
Message-ID: <4C3D9122.2010209@ravenpack.com> (raw)
In-Reply-To: <20100708141906.C46AE80333@dev268-l>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I've built emacs 23.2 (using
http://ftp.gnu.org/pub/gnu/emacs/emacs-23.2.tar.bz2) on my system and I
can still reproduce the non-responsive behavior.  Here is the gdb session.

- ----
$ gdb ./emacs
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/emacs-23.2/src/emacs...done.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from
terminal]
DISPLAY = :0.0
TERM = xterm-256color
Breakpoint 1 at 0x4d5cd0: file emacs.c, line 431.
Temporary breakpoint 2 at 0x4f6510: file sysdep.c, line 1129.
(gdb) run
Starting program: /usr/local/emacs-23.2/src/emacs
[Thread debugging using libthread_db enabled]
^Z
Program received signal SIGTSTP, Stopped (user).
Fbyte_code (bytestr=11586322, vector=11586322, maxdepth=<value optimized
out>) at bytecode.c:494
494               op = op - Bvarref;
(gdb) step
495               goto varref;
(gdb) finish
Run till exit from #0  Fbyte_code (bytestr=11586322, vector=11586322,
maxdepth=<value optimized out>) at bytecode.c:495
^Z
Program received signal SIGTSTP, Stopped (user).
0x0000000000589af0 in Fbyte_code (bytestr=11586322, vector=0,
maxdepth=<value optimized out>) at bytecode.c:506
506                 if (SYMBOLP (v1))
(gdb) finish
Run till exit from #0  0x0000000000589af0 in Fbyte_code
(bytestr=11586322, vector=0, maxdepth=<value optimized out>) at
bytecode.c:506
^Z
Program received signal SIGTSTP, Stopped (user).
0x00000000005884c3 in Fbyte_code (bytestr=13023440, vector=0,
maxdepth=<value optimized out>) at bytecode.c:482
482           switch (op)
(gdb) next
660               op -= Bcall;
(gdb) next
664                 DISCARD (op);
(gdb) next
663                 BEFORE_POTENTIAL_GC ();
(gdb) next
680                 TOP = Ffuncall (op + 1, &TOP);
(gdb) next
664                 DISCARD (op);
(gdb) next
680                 TOP = Ffuncall (op + 1, &TOP);
(gdb) next
681                 AFTER_POTENTIAL_GC ();
(gdb) next
680                 TOP = Ffuncall (op + 1, &TOP);
(gdb) next
681                 AFTER_POTENTIAL_GC ();
(gdb) next
682                 break;
(gdb) next
479           op = FETCH;
(gdb) next
482           switch (op)
(gdb) next
479           op = FETCH;
(gdb) next
482           switch (op)
(gdb) next
617                 v1 = TOP;
(gdb) next
618                 PUSH (v1);
(gdb) next
619                 break;
(gdb) next
479           op = FETCH;
(gdb) next
482           switch (op)
(gdb) next
479           op = FETCH;
(gdb) next
482           switch (op)
(gdb) next
581               op -= Bvarset;
(gdb) next
582               goto varset;
(gdb) next
594                 sym = vectorp[op];
(gdb) next
595                 val = TOP;
(gdb) next
594                 sym = vectorp[op];
(gdb) next
598                 if (SYMBOLP (sym)
(gdb) next
600                     && !XSYMBOL (sym)->indirect_variable
(gdb) next
598                 if (SYMBOLP (sym)
(gdb) next
602                     && !MISCP (XSYMBOL (sym)->value))
(gdb) next
603                   XSYMBOL (sym)->value = val;
(gdb) next
598                 if (SYMBOLP (sym)
(gdb) next
611               (void) POP;
(gdb) next
612               break;
(gdb) next
479           op = FETCH;
(gdb) next
482           switch (op)
(gdb)
- ----

Hope this helps.
- -Jason
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkw9kSIACgkQQlm6HDTMLyNG/wCg0bNiDVpr7WziKA2aJvrgNOF4
OuoAnjh8/xNHb8USr9JTjgv6+sxmRzX1
=yHME
-----END PGP SIGNATURE-----





  parent reply	other threads:[~2010-07-14 10:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-08 14:19 bug#6585: 23.1; Hang / CPU 100% on background interaction when in minibuffer Jason Cornez
2010-07-08 16:52 ` Eli Zaretskii
2010-07-09  7:06 ` Jason S. Cornez
2010-07-14 10:27 ` Jason S. Cornez [this message]
     [not found] ` <handler.6585.B.12786062373280.ack@debbugs.gnu.org>
2010-07-15 12:05   ` Jason S. Cornez
2010-07-15 14:57     ` martin rudalics
2010-07-15 15:33       ` Jason S. Cornez
2010-07-16  8:27         ` martin rudalics
2010-07-16  8:39           ` Jason S. Cornez
2010-07-15 15:53     ` Johan Bockgård
2010-07-15 15:59       ` Jason S. Cornez
2010-08-31  6:42 ` Jason S. Cornez
2010-08-31 10:24   ` Stefan Monnier
2010-08-31 10:34     ` Jason S. Cornez
2010-08-31 13:09       ` Stefan Monnier
2010-08-31 15:09         ` Jason S. Cornez
2012-04-10 19:37           ` Stefan Monnier
2010-09-13 13:22 ` bug#6585: Patch welcome? Jason S. Cornez
2010-09-13 15:55   ` Stefan Monnier
2011-11-21 22:54 ` bug#6585: status of patch? Tim Connors
2011-11-22 21:47   ` Stefan Monnier
2011-11-23  7:02     ` Jason S. Cornez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C3D9122.2010209@ravenpack.com \
    --to=jcornez@ravenpack.com \
    --cc=6585@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).