unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7402: 23.2; loading tramp causes emacs to freeze
@ 2010-11-14 22:39 Ben Beecher
  2010-11-15 10:01 ` Michael Albinus
  2011-01-18 19:38 ` Hans Rosenfeld
  0 siblings, 2 replies; 13+ messages in thread
From: Ben Beecher @ 2010-11-14 22:39 UTC (permalink / raw)
  To: 7402

[-- Attachment #1: Type: text/plain, Size: 2839 bytes --]

Emacs Crashes as soon as I load Tramp - to replicate:

emacs -Q
M-: (require 'tramp)

After requiring tramp emacs freezes. Running top shows that emacs is
grabbing ram as fast as it can untill I kill it.


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/usr/share/emacs/23.2/etc/DEBUG.


In GNU Emacs 23.2.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0)
 of 2010-11-14 on Iago
Windowing system distributor `The X.Org Foundation', version 11.0.10902000
configured using `configure  '--prefix=/usr' '--sysconfdir=/etc'
'--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man'
'--without-sound' '-with-x-toolkit=gtk' 'CFLAGS=-march=x86-64 -mtune=generic
-O2 -pipe -fno-optimize-sibling-calls' 'LDFLAGS=-Wl,--hash-style=gnu
-Wl,--as-needed''

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.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t SPC e m a c s SPC b u g SPC <retur
n>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort mail-extr message idna sendmail regexp-opt ecomplete rfc822
mml easymenu mml-sec password-cache mm-decode mm-bodies mm-encode
mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev
nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit
mailheader canlock sha1 hex-util hashcash mail-utils emacsbug tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face files text-properties overlay md5 base64
format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind system-font-setting
font-render-setting gtk x-toolkit x multi-tty emacs)

[-- Attachment #2: Type: text/html, Size: 3822 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2010-11-14 22:39 bug#7402: 23.2; loading tramp causes emacs to freeze Ben Beecher
@ 2010-11-15 10:01 ` Michael Albinus
  2010-11-15 16:08   ` Ben Beecher
  2011-01-18 19:38 ` Hans Rosenfeld
  1 sibling, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2010-11-15 10:01 UTC (permalink / raw)
  To: Ben Beecher; +Cc: 7402

Ben Beecher <benbeecher@gmail.com> writes:

> Emacs Crashes as soon as I load Tramp - to replicate:
>
> emacs -Q
> M-: (require 'tramp)
>
> After requiring tramp emacs freezes. Running top shows that emacs is
> grabbing ram as fast as it can untill I kill it.

What happens, if you don't require Tramp, but open a remote file (or
directory) instead of? Something like

emacs -Q
C-x C-f /ssh::

Furthermore, could you, please, apply (setq debug-on-signal t) before
running the test. Immediately after Tramp hangs, try to kill it with
C-g and show the backtrace.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2010-11-15 10:01 ` Michael Albinus
@ 2010-11-15 16:08   ` Ben Beecher
  2010-11-15 16:21     ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Ben Beecher @ 2010-11-15 16:08 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 7402

[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]

Hey Michael - Thanks for taking a look at this.

Attempting to load a networked file also crashes emacs.

Unfortunately setting debug-on-signal or debug-on-quit doesn't produce a
backtrace - emacs won't respond to C-g and I have to kill the emacs process.
Tonight 'll attempt to run the emacs process under gdb, and grab a stack
trace that way.

On Mon, Nov 15, 2010 at 5:01 AM, Michael Albinus <michael.albinus@gmx.de>wrote:

> Ben Beecher <benbeecher@gmail.com> writes:
>
> > Emacs Crashes as soon as I load Tramp - to replicate:
> >
> > emacs -Q
> > M-: (require 'tramp)
> >
> > After requiring tramp emacs freezes. Running top shows that emacs is
> > grabbing ram as fast as it can untill I kill it.
>
> What happens, if you don't require Tramp, but open a remote file (or
> directory) instead of? Something like
>
> emacs -Q
> C-x C-f /ssh::
>
> Furthermore, could you, please, apply (setq debug-on-signal t) before
> running the test. Immediately after Tramp hangs, try to kill it with
> C-g and show the backtrace.
>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 1498 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2010-11-15 16:08   ` Ben Beecher
@ 2010-11-15 16:21     ` Michael Albinus
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Albinus @ 2010-11-15 16:21 UTC (permalink / raw)
  To: Ben Beecher; +Cc: 7402

Ben Beecher <benbeecher@gmail.com> writes:

> Hey Michael - Thanks for taking a look at this. 

Hi Ben,

> Unfortunately setting debug-on-signal or debug-on-quit doesn't produce
> a backtrace - emacs won't respond to C-g and I have to kill the emacs
> process.

Sometimes, it helps to send the frozen Emacs process the FPE signal.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2010-11-14 22:39 bug#7402: 23.2; loading tramp causes emacs to freeze Ben Beecher
  2010-11-15 10:01 ` Michael Albinus
@ 2011-01-18 19:38 ` Hans Rosenfeld
  2011-01-19  9:12   ` Michael Albinus
  1 sibling, 1 reply; 13+ messages in thread
From: Hans Rosenfeld @ 2011-01-18 19:38 UTC (permalink / raw)
  To: 7402

I have the same problem with a 32bit emacs on a 64bit Solaris x86. As
soon as I try to open a remote file, emacs freezes and can only be
killed with SIGKILL. This does not happen when running emacs as root.

pstack output:
 fe415638 door     (3, 80420c0, 0, 0, 0, 3)
 fe3a5438 _nsc_try1door (fe4a3f48, 80421f4, 80421f8, 80421fc, 804213c, 80422a0) + 64
 fe3a5788 _nsc_trydoorcall_ext (80421f4, 80421f8, 80421fc, fe3b58cd) + 230
 fe3b595e _nsc_search (fe4a3dc0, fe39f808, 5, 80422a0) + b6
 fe3b4432 nss_search (fe4a3dc0, fe39f808, 5, 80422a0) + 2a
 fe39f937 getpwuid_r (0, 88c4204, 88c4228, 400) + 5e
 fe39f724 getpwuid (0, 48416800, 2, 89f233c, b, 2) + 2c
 0816a4eb system_process_attributes (2, 8042d60, 0, 8042e04, 83d4298, 40004000) + 104
 081ead68 Fprocess_attributes (2, c89f3ad0, 8042d88, 81a15c4, 89cef58, 7e) + 11
 081b689b Ffuncall (2, 8042e00, 27, 1d5195, a83d5488, 2) + 289
 081e83cb Fbyte_code (8869eeb8, a8434530, 6, 81a8f6f, 48416800, 8a17f48) + 459
 081b8740 funcall_lambda (88a15ac0, 8042fb4, 8046198, 33, 88a15ac0, c89f6210) + 28f
 081b8808 apply_lambda (a89395f0, c89f6210, 1, 810c007, 83d3ae8, 83d3ae8) + ab
 081b81d3 Feval    (c89f6208, 48416800, 8960a78, 89602f8, 83d3a40, 83d3a40) + 467
 081b919d Fand     (c89f61a0, 0, 2, 1, fe4a40e0, 0) + 29
 081b7f86 Feval    (c89f6178, 80430e4, 2, fe380000, 83d3a58, 83d3a58) + 21a
 081b9134 Fif      (c89f5dd8, 2, 8043128, 81b7d29, 3, 80430e0) + 1a
 081b7f86 Feval    (c89f5de0, c89f6220, 8043218, 81e8db9, 48435dd8, c89f5d90) + 21a
 081b8276 Feval    (c89f6170, 83d00bd, 0, 8043170, 882508b4, 83d0087) + 50a
 081b7fc2 Feval    (c89f6068, 88253d40, 4, 40000805, c89f5d08, c89f5d90) + 256
 081b8ec7 Flet     (c89f5d90, 2, 8043368, 81b7d29, 3, 8043320) + 111
 081b7f86 Feval    (c89f5d98, c89f6308, 48416800, 848e618, 0, ffffffff) + 21a
 081b8276 Feval    (c89f6058, c89d1fa8, a8938c10, 8785dc8, 8930918, 1) + 50a
 081b689b Ffuncall (2, 80434c0, 80434c8, 850ccf0, 48435ee0, c89f6058) + 289
 081e83cb Fbyte_code (88253e94, a8253ea4, 4, c89f66d8, 80435a0, 8043654) + 459
 081b8740 funcall_lambda (48416800, 89f6000, 80435f8, 81a23b7, 1c, 48416800) + 28f
 081b69e5 Ffuncall (3, 8043650, 80436e8, 81d5645, 4848e678, 88a15468) + 3d3
 081e83cb Fbyte_code (88a15558, a8a2e328, 8, 0, ffffffff, 484337b8) + 459
 081b80a0 Feval    (c89f6008, 48416800, 48416818, 8433da0, 68433da0, 33) + 334
 081d73bd readevalloop (81b7d6c, 0, 48416800, 48416800, 48416800, 48416800) + 3e8
 081d86fe Fload    (882ba924, 48416800, 48416830, 48416800, 48416830, 8043a24) + 8d3
 081c0788 Frequire (4850ed48, 882ba924, 48416800, 0, ffffffff, 484337b8) + 207
 081b80a0 Feval    (c8a1e9b8, 48416800, 48416818, 8433da0, 68433da0, 34) + 334
 081d73bd readevalloop (81b7d6c, 0, 48416800, 48416800, 48416800, 48416800) + 3e8
 081d86fe Fload    (889925b0, 48416800, 48416830, 48416800, 48416830, 4848e558) + 8d3
 081c0788 Frequire (48992bb0, 889925b0, 48416800, 81e8424, 5c, 48416800) + 207
 081b80a0 Feval    (c89746b0, 83d3ae8, 8043dd8, 81b7f86, c89746e8, c89746b8) + 334
 081b849e Fprogn   (c8974698, 1, 8043dc8, 81b8755, 1, 83d3ae8) + 29
 081b5f86 internal_catch (48992c70, 81b8475, c8974698, 81b8771, 83d3c38, c89746b8) + 85
 081b8347 Fcatch   (c89746b8, 8043de0, 8043e28, 81b720f, c8974768, 8043e20) + 3d
 081b7f86 Feval    (c89746f8, 48410000, 8960898, 89602f8, 83d3a88, 83d3a88) + 21a
 081b849e Fprogn   (c8a1fca8, 0, 3, 1, c8974760, 48416800) + 29
 081b7f86 Feval    (c8a1fcb0, 8043f84, 3, fe380000, 83d3a58, 83d3a58) + 21a
 081b9154 Fif      (c8a1fcc0, 2, 8043fc8, 81b7d29, 4, 8043f80) + 3a
 081b7f86 Feval    (c8a1fcc8, c8974700, c8a21180, 48435cd0, 2, 48455d60) + 21a
 081b8276 Feval    (c8974708, 8400001, 80440a8, 48455d60, c8974178, 48455d60) + 50a
 081b849e Fprogn   (c8974178, 48416800, 8044168, 81b7fef, 83d3c08, c8974170) + 29
 081b8d9d Fwhile   (c8974170, 83d0087, 48416800, 8455ca0, 48992bb0, 48992be0) + 80
 081b7f86 Feval    (c8974168, 804434c, 804416c, 89742b0, 8044184, 48416800) + 21a
 081b849e Fprogn   (c8974160, 48416800, 4, 40000805, c8a1fc98, 48416800) + 29
 081b8f53 Flet     (c8974158, 2, 8044238, 81b7d29, 3, 80441f0) + 19d
 081b7f86 Feval    (c8974148, c8974710, 48416800, 848e618, 0, ffffffff) + 21a
 081b8276 Feval    (c8975820, c89d1fa8, a893d818, 8785dc8, 8930918, 1) + 50a
 081b689b Ffuncall (2, 8044390, 8044398, 850ccf0, 48435ee0, c8975820) + 289
 081e83cb Fbyte_code (88253e94, a8253ea4, 4, c896fd90, 8044470, 8044524) + 459
 081b8740 funcall_lambda (48416800, 40000800, 8044518, fe3e2b06, 48416800, 48416800) + 28f
 081b69e5 Ffuncall (3, 8044520, 80445b8, 81d5645, 4848e678, 8899d330) + 3d3
 081e83cb Fbyte_code (8899da00, a8a0f4e0, 8, 0, ffffffff, 484337b8) + 459
 081b80a0 Feval    (c8975870, 48416800, 48416818, 8433da0, 68433da0, 35) + 334
 081d73bd readevalloop (81b7d6c, 0, 48416800, 48416800, 48416800, 48416800) + 3e8
 081d86fe Fload    (882ba924, 48416800, 48416830, 48416800, 48416830, 80448f4) + 8d3
 081c0788 Frequire (4850ed48, 882ba924, 48416800, 0, ffffffff, 484337b8) + 207
 081b80a0 Feval    (c87d62c0, 48416800, 48416818, 8433da0, 68433da0, 36) + 334
 081d73bd readevalloop (81b7d6c, 0, 48416800, 48416800, 48416800, 48416800) + 3e8
 081d86fe Fload    (889925b0, 48416800, 48416830, 48416800, 48416830, 4848e558) + 8d3
 081c0788 Frequire (48992bb0, 889925b0, 48416800, fe4a40e0, fe4a40e0, 0) + 207
 081b80a0 Feval    (c89d0368, 83d3ae8, 8044ca8, 81b7f86, c89d0380, c89d0370) + 334
 081b849e Fprogn   (c89d0358, 1, 8044c98, 81b8755, 1, 83d3ae8) + 29
 081b5f86 internal_catch (48992c70, 81b8475, c89d0358, 81b8771, 83d3c38, c89d0370) + 85
 081b8347 Fcatch   (c89d0370, 8044cb0, 8044cf8, 81b720f, c89d03c8, 8044cf0) + 3d
 081b7f86 Feval    (c89d0388, 48410000, 8960698, 89602f8, 83d3a88, 83d3a88) + 21a
 081b849e Fprogn   (c8a28fd8, 0, 3, 1, c89d03c0, 48416800) + 29
 081b7f86 Feval    (c8a28fe0, 8044e54, 3, fe380000, 83d3a58, 83d3a58) + 21a
 081b9154 Fif      (c8a28808, 2, 8044e98, 81b7d29, 4, 8044e50) + 3a
 081b7f86 Feval    (c8a28810, c89d0390, c8a29cc8, 48435cd0, 2, 48455d60) + 21a
 081b8276 Feval    (c89d0398, 8400001, 8044f78, 48455d60, c89d0150, 48455d60) + 50a
 081b849e Fprogn   (c89d0150, 48416800, 8045038, 81b7fef, 83d3c08, c89d0148) + 29
 081b8d9d Fwhile   (c89d0148, 83d0087, 48416800, 8455ca0, 48992bb0, 48992be0) + 80
 081b7f86 Feval    (c89d0140, 804521c, 804503c, 89d01c0, 8045054, 48416800) + 21a
 081b849e Fprogn   (c89d0138, 48416800, 4, 40000805, c8a28fc8, 48416800) + 29
 081b8f53 Flet     (c89d0130, 2, 8045108, 81b7d29, 3, 80450c0) + 19d
 081b7f86 Feval    (c89d0128, c89d03a0, 48416800, 848e618, 0, ffffffff) + 21a
 081b8276 Feval    (c8a2f668, c89d1fa8, a88c3c78, 8785dc8, 8930918, 1) + 50a
 081b689b Ffuncall (2, 8045260, 8045268, 850ccf0, 48435ee0, c8a2f668) + 289
 081e83cb Fbyte_code (88253e94, a8253ea4, 4, c89d0790, 8045340, 80453f4) + 459
 081b8740 funcall_lambda (48416800, 40000800, 80453e8, fe3e2b06, 48416800, 48416800) + 28f
 081b69e5 Ffuncall (3, 80453f0, 8045488, 81d5645, 4848e678, 889afea8) + 3d3
 081e83cb Fbyte_code (889b01a8, a89686a8, 8, 0, ffffffff, 484337b8) + 459
 081b80a0 Feval    (c8a2f6b8, 48416800, 48416818, 8433da0, 68433da0, 37) + 334
 081d73bd readevalloop (81b7d6c, 0, 48416800, 48416800, 48416800, 48416800) + 3e8
 081d86fe Fload    (88516128, 48416800, 48416830, 48416800, 48416830, 82787dc) + 8d3
 081b7479 do_autoload (c87ce738, 48505368, 0, 89698bc, 4, 0) + c0
 081b6a6e Ffuncall (3, 8045820, c89d3d50, 8045964, 8244e30, 4) + 45c
 081b6b54 call2    (48505368, 48425490, 889e5040, 8045804, 2, 8040001) + 19
 0817e63a Fsubstitute_in_file_name (889e5040, c89d3ed8, c89d3eb8, c89d3e98, 2, 4843d6d8) + 67
 081b689b Ffuncall (2, 8045960, 0, c82ba79c, a82500ac, c89d3ee8) + 289
 081b7be2 Fapply   (2, 8045960, 804595c, 8045958, 83d3cf8, c82ba7dc) + 8d
 081b7fef Feval    (c82ba7d4, 81a11b9, 8045a18, c82ba7b4, c82ba7c4, c82ba7b4) + 283
 081b849e Fprogn   (c82ba7ec, 48425490, 8045a58, 81a0f6f, 48444298, 81a11b9) + 29
 081b909a FletX    (c82ba7cc, 81a11b9, 8045a78, 81a11d1, c8653940, 0) + 12a
 081b7f86 Feval    (c82ba72c, 0, 8045b08, 4843d6d8, 82ba714, 4843d6d8) + 21a
 081b849e Fprogn   (c82ba724, c89d3ee8, 8045b28, 81a8f6f, 48459658, 8045c00) + 29
 081b8706 funcall_lambda (4843d6d8, 0, ffffffff, 9, 48425490, c89d3ee8) + 255
 081b8808 apply_lambda (c82ba7fc, c82baa54, 1, fe3ac51a, 83d3a40, 83d3a40) + ab
 081b8297 Feval    (c82baa4c, 48425490, 8045c78, c82baa04, c82baa04, c82baa04) + 52b
 081b849e Fprogn   (c82baa64, 4, 8045ca8, 81c0376, 83d3a58) + 29
 081b916e Fif      (c82baa04, 1, 8045ca8, 2, 48416800, 8045ce4) + 54
 081b7f86 Feval    (c82ba8bc, fe4a3000, 0, 82ba8ac, 8045d54, 48416800) + 21a
 081b849e Fprogn   (c82baa6c, 48416800, 8045d68, 81fa561, 2f, 48416800) + 29
 081b8f53 Flet     (c82ba8b4, 89698c0, 0, 0, 0, 0) + 19d
 081b7f86 Feval    (c82ba864, 48416800, 8045e48, 4843d6d8, 82ba84c, 4843d6d8) + 21a
 081b849e Fprogn   (c82ba85c, c89d3ee8, b416800, 89698bc, 4, 1785dc8) + 29
 081b8706 funcall_lambda (8412e38, 0, 0, 89698bc, 4, 0) + 255
 081b6a58 Ffuncall (3, 8045f60, 8045f88, 8046054, 8244e30, 4) + 446
 081b6b54 call2    (48505398, 48425490, 889e5040, 817b6ac, 1, 48416800) + 19
 0817e63a Fsubstitute_in_file_name (889e5040, c8974370, 5e, 804609e, 0, 8046678) + 67
 081b689b Ffuncall (2, 8046050, 48416818, c8499350, 48425490, 889e5040) + 289
 081e83cb Fbyte_code (88312bd8, a8312bf0, 5, 48416800, c89d3f40, 1e0) + 459
 081b80a0 Feval    (c8312bc8, 169, 80461c8, 8177a87, 169, 48443948) + 334
 081b8cb0 internal_lisp_condition_case (48416800, c8312bc8, c8312c98, 8108f80, 48416800, c8312bc8) + 16b
 081e8bc8 Fbyte_code (88312ba4, a8312bb4, 3, 1, 0, 5e) + c56
 081b8740 funcall_lambda (0, 8969858, 5e, 48416830, 48416800, 89604d8) + 28f
 081b69e5 Ffuncall (1, 80463ec, 0, 1, 48422d28, 1) + 3d3
 081b7a48 run_hook_with_args (1e, 48416800, c8973bb8, 48728848, 804641c, 48416800) + 174
 081b7b42 Frun_hooks (1, 80464c4, 8046438, 84e4d38, 48435490, c87cfa20) + 31
 081b6800 Ffuncall (2, 80464c0, 80464f8, 81ccecc, 1, c87b6f68) + 1ee
 081b7817 call1    (48435c88, 48422d28, 80464f8, 81d0d6f, 48416830, 8785dc8) + 19
 08156906 safe_run_hooks_1 (804651c, 68435858, 8046528, 81a9753, 48435688, 68435858) + 26
 081b5eed internal_condition_case (81568e0, 48416830, 815c845, 0, 64616572, 1d) + bb
 0815c801 safe_run_hooks (48422d28, ffffffff, 48416830, c8974360, 48416800, c8974360) + 47
 08162186 command_loop_1 (804669c, 68437834, 8046710, 0, 850e608, 4850e608) + 89
 081b5eed internal_condition_case (81620fd, 48424648, 815d1fa, 81b7b42, e, c87cf820) + bb
 0815c83b command_loop_2 (48416800, c, 0, 8785dc8, 8444028, 684434ac) + 23
 081b5f86 internal_catch (48435700, 815c818, 48416800, 1d, 876fba8, 876f9d8) + 85
 0815d029 command_loop (48444028, 48416800, 80467d8, 81b7817, 2, 80467e0) + 36
 0815d38c recursive_edit_1 (48435c88, 4843c7f8, c8477c00, a8785dc8, 48416800, 48491190) + 7a
 0817c197 read_minibuf (0, 0, 484257a0, 0, 8894f558, 0) + 900
 0817c5db Fcompleting_read (8826e924, 4843c740, 484255f0, 48491190, 8891c840, 484257a0) + 1bd
 081b69bf Ffuncall (8, 8046960, fe4a4df0, 84116a8, 4843cfd8, 8826e924) + 3ad
 081e83cb Fbyte_code (88287cd0, a8287ce0, 9, 7a10f, 876f9f8, 876f9d8) + 459
 081b8740 funcall_lambda (68433cb0, 48416800, 1, 1, ffffffff, 8) + 28f
 081b69e5 Ffuncall (5, 8046b10, 0, 40000000, 4847b2b8, 8826e924) + 3d3
 081e83cb Fbyte_code (8826e82c, a826e83c, 5, 81b6883, fe4a7d00, 8046c10) + 459
 081b8740 funcall_lambda (0, fe402e70, ffbffeff, 8046dac, 8046c60, 8046c64) + 28f
 081b69e5 Ffuncall (3, 8046cb0, 0, 816602b, 48491328, 8826e924) + 3d3
 081e83cb Fbyte_code (8826e8f8, a826e910, 3, 81b69e5, 84591b0, c0) + 459
 081b80a0 Feval    (c826e8e8, 48438600, 8046e18, 81b7a48, 1, 8046e2c) + 334
 081b358b Fcall_interactively (4847b2e8, 48416800, a8423858, 8920ca8, 2000, 8046f30) + 1c8
 081b68cf Ffuncall (4, 8046f90, 0, 1, 4, 84213a8) + 2bd
 081b6b39 call3    (484385d0, 4847b2e8, 48416800, 48416800, 0, 4847b2e8) + 19
 08157195 Fcommand_execute (4847b2e8, 48416800, 48416800, 48416800, 40000800, 40000000) + 208
 08163004 command_loop_1 (80470dc, 80470d8, 80470b0, 0, 7ffffffe, 88fe63d) + f07
 081b5eed internal_condition_case (81620fd, 48424648, 815d1fa, 201, 8047224, 0) + bb
 0815c83b command_loop_2 (48416800, fe4a3000, 8047198, 84213a8, 8444028, 684434ac) + 23
 081b5f86 internal_catch (48423b28, 815c818, 48416800, 84e4a18, 84e4a28, 84e4a18) + 85
 0815d073 command_loop (48444028, 48416800, 821f11b, 804723c, 8047218, 48416800) + 80
 0815d38c recursive_edit_1 (815774f, 48416800, 1, 804723c, 822204c, 1) + 7a
 0815d4b2 Frecursive_edit (821f11b, 0, 1, 0, 1, 1) + ca
 081538ae main     (8216dea, feffb804, 8047344, 809f903, 3, 8047350) + 1457
 0809f903 _start   (3, 80474b8, 80474c1, 80474be, 0, 80474c5) + 83


In GNU Emacs 23.2.1 (i386-sun-solaris2, X toolkit)
 of 2011-01-14 on pkgbuild
configured using `configure  '--srcdir=/usr/pkgsrc/obj/editors/emacs/work.pkgbuild/emacs-23.2' '--localstatedir=/usr/pkg/var' '--with-x' '--with-xpm' '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--x-includes=/usr/X11/include' '--x-libraries=/usr/X11/lib' '--with-x-toolkit=athena' '--with-libiconv-prefix=/usr/pkg' '--with-libintl-prefix=/usr/pkg' '--prefix=/usr/pkg' '--build=i386-sun-solaris2' '--host=i386-sun-solaris2' '--infodir=/usr/pkg/info' '--mandir=/usr/pkg/man' 'build_alias=i386-sun-solaris2' 'host_alias=i386-sun-solaris2' 'CC=gcc' 'CFLAGS=-O -march=native -mtune=native -I/usr/pkg/include -I/usr/include/ncurses -I/usr/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/pkg/gcc44/include -I/usr/pkg/gcc44/lib/gcc/i386-pc-solaris2.11/4.4.4/include' 'LDFLAGS=-L/usr/pkg/gcc44/lib/gcc/i386-pc-solaris2.11/4.4.4 -Wl,-R/usr/pkg/gcc44/lib/gcc/i386-pc-solaris2.11/4.4.4 -L/usr/pkg/gcc44/lib -Wl,-R/usr/pkg/gcc44/lib -L/usr/pkg/lib -L/usr/gnu/lib -Wl,-R/usr/gnu/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11/lib -Wl,-R/usr/X11/lib -L/usr/pkg/gcc44/lib/gcc/i386-pc-solaris2.11/4.4.4/' 'LIBS=' 'CPPFLAGS=-I/usr/pkg/include -I/usr/include/ncurses -I/usr/include -I/usr/X11/include -I/usr/X11/include/freetype2 -I/usr/pkg/gcc44/include -I/usr/pkg/gcc44/lib/gcc/i386-pc-solaris2.11/4.4.4/include''

Important settings:
  value of $LC_ALL: 
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.ISO8859-1
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: C
  value of $XMODIFIERS: @im=iiimx
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
ESC x r e p o r t - e m a c s - b u g RET

Recent messages:
("emacs")
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
/usr/pkg/share/emacs/site-lisp/elib/queue-m hides /usr/pkg/share/emacs/site-lisp/skk/queue-m
/usr/pkg/share/emacs/site-lisp/egg/leim-list hides /usr/pkg/share/emacs/site-lisp/skk/leim-list
/usr/pkg/share/emacs/site-lisp/semi/pgg-pgp hides /usr/pkg/share/emacs/23.2/lisp/pgg-pgp
/usr/pkg/share/emacs/site-lisp/flim/hex-util hides /usr/pkg/share/emacs/23.2/lisp/hex-util
/usr/pkg/share/emacs/site-lisp/semi/pgg-parse hides /usr/pkg/share/emacs/23.2/lisp/pgg-parse
/usr/pkg/share/emacs/site-lisp/semi/pgg-pgp5 hides /usr/pkg/share/emacs/23.2/lisp/pgg-pgp5
/usr/pkg/share/emacs/site-lisp/semi/pgg-gpg hides /usr/pkg/share/emacs/23.2/lisp/pgg-gpg
/usr/pkg/share/emacs/site-lisp/semi/pgg-def hides /usr/pkg/share/emacs/23.2/lisp/pgg-def
/usr/pkg/share/emacs/site-lisp/flim/sha1 hides /usr/pkg/share/emacs/23.2/lisp/sha1
/usr/pkg/share/emacs/site-lisp/speedbar/dframe hides /usr/pkg/share/emacs/23.2/lisp/dframe
/usr/pkg/share/emacs/site-lisp/semi/pgg hides /usr/pkg/share/emacs/23.2/lisp/pgg
/usr/pkg/share/emacs/site-lisp/speedbar/sb-image hides /usr/pkg/share/emacs/23.2/lisp/sb-image
/usr/pkg/share/emacs/site-lisp/speedbar/speedbar hides /usr/pkg/share/emacs/23.2/lisp/speedbar
/usr/pkg/share/emacs/site-lisp/artist/artist hides /usr/pkg/share/emacs/23.2/lisp/textmodes/artist
/usr/pkg/share/emacs/site-lisp/flyspell/flyspell hides /usr/pkg/share/emacs/23.2/lisp/textmodes/flyspell
/usr/pkg/share/emacs/site-lisp/ispell/ispell hides /usr/pkg/share/emacs/23.2/lisp/textmodes/ispell
/usr/pkg/share/emacs/site-lisp/ruby-mode/ruby-mode hides /usr/pkg/share/emacs/23.2/lisp/progmodes/ruby-mode
/usr/pkg/share/emacs/site-lisp/verilog-mode hides /usr/pkg/share/emacs/23.2/lisp/progmodes/verilog-mode
/usr/pkg/share/emacs/site-lisp/flim/sasl-cram hides /usr/pkg/share/emacs/23.2/lisp/net/sasl-cram
/usr/pkg/share/emacs/site-lisp/flim/hmac-md5 hides /usr/pkg/share/emacs/23.2/lisp/net/hmac-md5
/usr/pkg/share/emacs/site-lisp/flim/sasl-digest hides /usr/pkg/share/emacs/23.2/lisp/net/sasl-digest
/usr/pkg/share/emacs/site-lisp/flim/sasl hides /usr/pkg/share/emacs/23.2/lisp/net/sasl
/usr/pkg/share/emacs/site-lisp/flim/hmac-def hides /usr/pkg/share/emacs/23.2/lisp/net/hmac-def
/usr/pkg/share/emacs/site-lisp/wl/rfc2368 hides /usr/pkg/share/emacs/23.2/lisp/mail/rfc2368
/usr/pkg/share/emacs/site-lisp/egg/its/thai hides /usr/pkg/share/emacs/23.2/lisp/language/thai
/usr/pkg/share/emacs/site-lisp/egg/its/greek hides /usr/pkg/share/emacs/23.2/lisp/language/greek
/usr/pkg/share/emacs/site-lisp/wl/utf7 hides /usr/pkg/share/emacs/23.2/lisp/gnus/utf7
/usr/pkg/share/emacs/site-lisp/semi/smime hides /usr/pkg/share/emacs/23.2/lisp/gnus/smime
/usr/pkg/share/emacs/site-lisp/egg/leim-list hides /usr/pkg/share/emacs/23.2/leim/leim-list

Features:
(shadow sort mail-extr message sendmail ecomplete rfc822 mml easymenu
mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse
rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util
netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock
sha1 sha1-el hex-util hashcash mail-utils emacsbug regexp-opt advice
help-fns advice-preload skk-setup skk-autoloads tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd
fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer
select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces
cus-face files text-properties overlay md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote
make-network-process dbusbind font-render-setting x-toolkit x multi-tty
emacs)

-- 
%SYSTEM-F-ANARCHISM, The operating system has been overthrown





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-18 19:38 ` Hans Rosenfeld
@ 2011-01-19  9:12   ` Michael Albinus
  2011-01-19 10:20     ` Hans Rosenfeld
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2011-01-19  9:12 UTC (permalink / raw)
  To: Hans Rosenfeld; +Cc: 7402

Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> writes:

> I have the same problem with a 32bit emacs on a 64bit Solaris x86. As
> soon as I try to open a remote file, emacs freezes and can only be
> killed with SIGKILL. This does not happen when running emacs as root.
>
> pstack output:
>  fe415638 door     (3, 80420c0, 0, 0, 0, 3)
>  fe3a5438 _nsc_try1door (fe4a3f48, 80421f4, 80421f8, 80421fc, 804213c, 80422a0) + 64
>  fe3a5788 _nsc_trydoorcall_ext (80421f4, 80421f8, 80421fc, fe3b58cd) + 230
>  fe3b595e _nsc_search (fe4a3dc0, fe39f808, 5, 80422a0) + b6
>  fe3b4432 nss_search (fe4a3dc0, fe39f808, 5, 80422a0) + 2a
>  fe39f937 getpwuid_r (0, 88c4204, 88c4228, 400) + 5e
>  fe39f724 getpwuid (0, 48416800, 2, 89f233c, b, 2) + 2c
>  0816a4eb system_process_attributes (2, 8042d60, 0, 8042e04, 83d4298, 40004000) + 104
>  081ead68 Fprocess_attributes (2, c89f3ad0, 8042d88, 81a15c4, 89cef58, 7e) + 11

Tramp uses during intialization `process-attributes'. Could you, please,
check the following code:

(dolist (pid (list-system-processes))
  (process-attributes pid))

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-19  9:12   ` Michael Albinus
@ 2011-01-19 10:20     ` Hans Rosenfeld
  2011-01-19 16:47       ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Hans Rosenfeld @ 2011-01-19 10:20 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 7402

On Wed, Jan 19, 2011 at 10:12:04AM +0100, Michael Albinus wrote:
> Tramp uses during intialization `process-attributes'. Could you, please,
> check the following code:
> 
> (dolist (pid (list-system-processes))
>   (process-attributes pid))

Seems to work without a problem.


-- 
%SYSTEM-F-ANARCHISM, The operating system has been overthrown





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-19 10:20     ` Hans Rosenfeld
@ 2011-01-19 16:47       ` Michael Albinus
  2011-01-19 18:32         ` Hans Rosenfeld
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2011-01-19 16:47 UTC (permalink / raw)
  To: Hans Rosenfeld; +Cc: 7402

Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> writes:

> On Wed, Jan 19, 2011 at 10:12:04AM +0100, Michael Albinus wrote:
>> Tramp uses during intialization `process-attributes'. Could you, please,
>> check the following code:
>> 
>> (dolist (pid (list-system-processes))
>>   (process-attributes pid))
>
> Seems to work without a problem.

Hmm. Sometimes, it is possible to reanimate a frozen Emacs sending
SIGFPE from a shell. Could you try this? If you set debug-on-error to t
before loading Tramp, we would get an elisp backtrace, which might tell
us more.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-19 16:47       ` Michael Albinus
@ 2011-01-19 18:32         ` Hans Rosenfeld
  2011-01-19 21:41           ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Hans Rosenfeld @ 2011-01-19 18:32 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 7402

On Wed, Jan 19, 2011 at 05:47:45PM +0100, Michael Albinus wrote:
> Hmm. Sometimes, it is possible to reanimate a frozen Emacs sending
> SIGFPE from a shell. Could you try this? If you set debug-on-error to t
> before loading Tramp, we would get an elisp backtrace, which might tell
> us more.

With debug-on-error set, it hangs after "entering debugger" in the
minibuffer. SIGFPE doesn't work, but I get this from pstack:

 fe414125 _so_socket (1, 2, 0, 1, fe4a40e0) + 15
 fe85bfef socket   (1, 2, 0, 1fc2c760, fe93d0e4, 0) + 23
 fe924cf5 _dbus_open_socket (2, 0, 8046bac, fe000a2e, 8fb3058, 40) + 30
 fe925476 _dbus_open_unix_socket (8046adc, 8046bac, 8046a88, fe921536, 8fb3058, 39) + 29
 fe92576d _dbus_connect_unix_socket (1fc2c718, 0, 8046bac, fe91f346, 0, 1fd14638) + 30
 fe91d10e _dbus_transport_new_for_domain_socket (1fc2c718, 0, 8046bac, c8247198, 48416830, 48416800) + ce
 fe91d2d9 _dbus_transport_open_platform_specific (8f33460, 8046bbc, 8046bac, 8fb3038, 3f8, fe4a3000) + 14a
 fe91ba31 _dbus_transport_open (8f33460, 8046c1c, 8046c08, 8047110, 3f4, 3) + b5
 fe908993 _dbus_connection_open_internal (8047110, 5e, 8046c78, fe9099dc, 5e, 5e) + 235
 fe908d4c dbus_connection_open (8eb2760, 8047110, 8046c79, 5e, 8046d10, 8046d6f) + ba
 fe903232 internal_bus_get (8047110, 5e, 8046d08, 8046d10, 0, 4844cf28) + 33b
 fe90334d dbus_bus_get (1, 8047110, 3ff, 8046d54, 6c696146, 74206465) + 19
 08146532 xd_initialize (0, 6d657473, 17, a84213a8, 8047230, 1) + fb
 08148116 xd_get_dispatch_status (4844cf28, 17, 80471a8, 81f9cb0, 88f2e28, 18) + f
 08148173 xd_pending_messages (48416800, 4843f9b8, 16, 81fa4b7, 4843f9b8, c8cb2260) + 35
 0815ad4b readable_events (88f2e28, 17, 80471e8, a84213a8, ed, 48416800) + f
 0815ae3b get_input_pending (48421ce0, c8cb2260, 5c, 17, 18, a8cf38a8) + 24
 0815af1b detect_input_pending_run_timers (0, 1, 8047228, 68d232c4, 804725c, 1) + 25
 0815dea2 read_char (1, 2, 8047380, 48416800, 804740c, 0) + 35a
 08160669 read_key_sequence (0, 1, 1, c8c4f4b0, a, c8c4f4b0) + 5cf
 081623d7 command_loop_1 (80475bc, 1, 0, fe6a0118, 1, fe4a3000) + 2da
 081b5eed internal_condition_case (81620fd, 48424648, 815d1fa, 804765c, 80476a8, fef903f8) + bb
 0815c83b command_loop_2 (48416800, 0, 0, 84213a8, 8444028, 684434ac) + 23
 081b5f86 internal_catch (48423b28, 815c818, 48416800, 8458ea0, 8458eb0, 8458ea0) + 85
 0815d073 command_loop (48444028, 48416800, 821f11b, 804771c, 80476f8, 48416800) + 80
 0815d38c recursive_edit_1 (815774f, 48416800, 1, 804771c, 822204c, 0) + 7a
 0815d4b2 Frecursive_edit (821f11b, 0, 1, 0, 1, 1) + ca
 081538ae main     (8216dea, feffb804, 804782c, 809f903, 2, 8047838) + 1457
 0809f903 _start   (2, 8047984, 804798a, 0, 8047993, 80479af) + 83


I rebuilt emacs without dbus support, and it did not show the original
problem, tramp just works.


-- 
%SYSTEM-F-ANARCHISM, The operating system has been overthrown





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-19 18:32         ` Hans Rosenfeld
@ 2011-01-19 21:41           ` Michael Albinus
  2013-03-09 13:29             ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2011-01-19 21:41 UTC (permalink / raw)
  To: Hans Rosenfeld; +Cc: 7402

Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> writes:

> With debug-on-error set, it hangs after "entering debugger" in the
> minibuffer. SIGFPE doesn't work, but I get this from pstack:
>
>  fe414125 _so_socket (1, 2, 0, 1, fe4a40e0) + 15
>  fe85bfef socket   (1, 2, 0, 1fc2c760, fe93d0e4, 0) + 23
>  fe924cf5 _dbus_open_socket (2, 0, 8046bac, fe000a2e, 8fb3058, 40) + 30
>  fe925476 _dbus_open_unix_socket (8046adc, 8046bac, 8046a88, fe921536,
> 8fb3058, 39) + 29
>  fe92576d _dbus_connect_unix_socket (1fc2c718, 0, 8046bac, fe91f346,
> 0, 1fd14638) + 30
>  fe91d10e _dbus_transport_new_for_domain_socket (1fc2c718, 0, 8046bac,
> c8247198, 48416830, 48416800) + ce
>  fe91d2d9 _dbus_transport_open_platform_specific (8f33460, 8046bbc,
> 8046bac, 8fb3038, 3f8, fe4a3000) + 14a
>  fe91ba31 _dbus_transport_open (8f33460, 8046c1c, 8046c08, 8047110, 3f4, 3) + b5
>  fe908993 _dbus_connection_open_internal (8047110, 5e, 8046c78,
> fe9099dc, 5e, 5e) + 235
>  fe908d4c dbus_connection_open (8eb2760, 8047110, 8046c79, 5e,
> 8046d10, 8046d6f) + ba

[...]

> I rebuilt emacs without dbus support, and it did not show the original
> problem, tramp just works.

This reminds me of bug#6579, which was reported later also for
Cygwin. Shall be fixed meanwhile in the emacs-23 branch.

Do you have a chance to test Emacs 23.2.92, available at
<ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.92.tar.gz>?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2011-01-19 21:41           ` Michael Albinus
@ 2013-03-09 13:29             ` Michael Albinus
  2013-03-27 20:56               ` Hans Rosenfeld
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Albinus @ 2013-03-09 13:29 UTC (permalink / raw)
  To: Hans Rosenfeld; +Cc: 7402

Michael Albinus <michael.albinus@gmx.de> writes:

>> I rebuilt emacs without dbus support, and it did not show the original
>> problem, tramp just works.
>
> This reminds me of bug#6579, which was reported later also for
> Cygwin. Shall be fixed meanwhile in the emacs-23 branch.
>
> Do you have a chance to test Emacs 23.2.92, available at
> <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.92.tar.gz>?

This is 2 years ago. Do you still suffer from that problem, with a more
recent Emacs version?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2013-03-09 13:29             ` Michael Albinus
@ 2013-03-27 20:56               ` Hans Rosenfeld
  2013-03-27 21:50                 ` Michael Albinus
  0 siblings, 1 reply; 13+ messages in thread
From: Hans Rosenfeld @ 2013-03-27 20:56 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 7402

Hi,

On Sat, Mar 09, 2013 at 02:29:25PM +0100, Michael Albinus wrote:
> Michael Albinus <michael.albinus@gmx.de> writes:
> 
> >> I rebuilt emacs without dbus support, and it did not show the original
> >> problem, tramp just works.
> >
> > This reminds me of bug#6579, which was reported later also for
> > Cygwin. Shall be fixed meanwhile in the emacs-23 branch.
> >
> > Do you have a chance to test Emacs 23.2.92, available at
> > <ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-23.2.92.tar.gz>?
> 
> This is 2 years ago. Do you still suffer from that problem, with a more
> recent Emacs version?

I can't reproduce it anymore with Emacs 24.2.


Hans


-- 
%SYSTEM-F-ANARCHISM, The operating system has been overthrown





^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#7402: 23.2; loading tramp causes emacs to freeze
  2013-03-27 20:56               ` Hans Rosenfeld
@ 2013-03-27 21:50                 ` Michael Albinus
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Albinus @ 2013-03-27 21:50 UTC (permalink / raw)
  To: Hans Rosenfeld; +Cc: 7402-done

Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> writes:

> Hi,

Hi Hans,

> I can't reproduce it anymore with Emacs 24.2.

Thanks for the feedback. I'm closing this bug.

> Hans

Best regards, Michael.





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-03-27 21:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-14 22:39 bug#7402: 23.2; loading tramp causes emacs to freeze Ben Beecher
2010-11-15 10:01 ` Michael Albinus
2010-11-15 16:08   ` Ben Beecher
2010-11-15 16:21     ` Michael Albinus
2011-01-18 19:38 ` Hans Rosenfeld
2011-01-19  9:12   ` Michael Albinus
2011-01-19 10:20     ` Hans Rosenfeld
2011-01-19 16:47       ` Michael Albinus
2011-01-19 18:32         ` Hans Rosenfeld
2011-01-19 21:41           ` Michael Albinus
2013-03-09 13:29             ` Michael Albinus
2013-03-27 20:56               ` Hans Rosenfeld
2013-03-27 21:50                 ` Michael Albinus

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).