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

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

bug#7402: 23.2; loading tramp causes emacs to freeze


From: Michael Albinus
Subject: bug#7402: 23.2; loading tramp causes emacs to freeze
Date: Wed, 19 Jan 2011 10:12:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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.





reply via email to

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