emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; frozen frame after C-x 5 0


From: Tassilo Horn
Subject: Re: 23.0.50; frozen frame after C-x 5 0
Date: Wed, 12 Sep 2007 17:15:26 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

First, here's a simpler command line to reproduce my problem:

  emacs -nw -f server-start

to start the server (it's important that the server is no X emacs here)
followed by

  emacsclient

to open a new X frame.

> Tassilo, could you try debugging it with GDB?
> You could see what C-x 5 0 actually does when you run it.
> Why doesn't it delete the frame, as it should?

Now I did

  $ gdb /usr/bin/emacsclient
  (gdb) run
  Starting program: /usr/bin/emacsclient 
  Waiting for Emacs...

which opened an X frame.  Then I tried closing the frame with `C-x 5 0',
but the frame didn't disappear.  Nevertheless in gdb I got the message

  Program exited normally.

When I try to run emacsclient again, I get

  (gdb) run
  Starting program: /usr/bin/emacsclient 
  Waiting for Emacs...

  Program received signal SIGINT, Interrupt.
  0xb7f21410 in __kernel_vsyscall ()

Here's a backtrace:

  (gdb) bt full
  #0  0xb7f21410 in __kernel_vsyscall ()
  No symbol table info available.
  #1  0xb7e99691 in recv () from /lib/libc.so.6
  No symbol table info available.
  #2  0x0804acee in main (argc=1, argv=0xbf85f274) at 
/var/tmp/portage/app-editors/emacs-cvs-23.0.50/work/emacs/lib-src/emacsclient.c:1458
          i = 0
          rl = 15
          needlf = 2
          cwd = 0x804f008 "/home/heimdall"
          str = 0x0
          string = "-good-version ", '\0' <repeats 5539 times>, 
"address@hidden", '\0'
  <repeats 20 times>,
  
"\234yð·Èç\205¿¼ÿó·¨é\205¿~\215ò·\000\200ð·è%\000\000\003\000\000\0002\000\000\000ÿÿÿÿ",
  '\0' <repeats 41 times>,
  "address@hidden",
  '\0' <repeats 15 times>,
  
"b\002\000\000\000\020\000\000¼ÿó·\n\000\000\000Ô\214ó·\000\000\000\000\000\020\000\000\003\000\000\000\"\000\000\000J\214ó·\000\000\000\000¼ÿó·b\002\000\000\000\000\000\000k\215ó·\b\000"...

Bye,
Tassilo




reply via email to

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