* bug#26740: 24.5; emacs won't work if it can't talk to the router
@ 2017-05-01 21:12 d paddy
2017-05-02 15:56 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: d paddy @ 2017-05-01 21:12 UTC (permalink / raw)
To: 26740; +Cc: d paddy
[-- Attachment #1: Type: text/plain, Size: 3823 bytes --]
If the cable to the router is disconnected then emacs hangs. This is a
bug because emacs should not be spying on people (phoneing home).
If the developers think it is a feature and not a bug, then please
describe how to stand-alone-emacs -- i.e., how to make emacs work when
the cable is cut so it can't phone home.
In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu)
of 2017-03-30 on blackbox
Windowing system distributor `The X.Org Foundation', version 11.0.11902000
System Description: Gentoo Base System release 2.3
Configured using:
`configure --prefix=/usr --build=x86_64-pc-linux-gnu
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --disable-dependency-tracking
--disable-silent-rules --docdir=/usr/share/doc/emacs-24.5-r3
--htmldir=/usr/share/doc/emacs-24.5-r3/html --libdir=/usr/lib64
--program-suffix=-emacs-24 --infodir=/usr/share/info/emacs-24
--localstatedir=/var
--enable-locallisppath=/etc/emacs:/usr/share/emacs/site-lisp
--with-gameuser=:gamestat --without-compress-install
--with-file-notification=inotify --enable-acl --without-dbus
--without-gpm --without-hesiod --without-kerberos --without-kerberos5
--without-xml2 --without-selinux --with-gnutls --without-wide-int
--with-zlib --with-sound=alsa --with-x --without-ns --without-gconf
--without-gsettings --without-toolkit-scroll-bars --without-gif
--with-jpeg --with-png --with-rsvg --with-tiff --with-xpm
--with-imagemagick --without-xft --without-libotf --without-m17n-flt
--with-x-toolkit=no GENTOO_PACKAGE=app-editors/emacs-24.5-r3
'CFLAGS=-O2 -pipe -march=native' CPPFLAGS= 'LDFLAGS=-Wl,-O1
-Wl,--as-needed''
Important settings:
value of $LANG: en_US.utf8
locale-coding-system: utf-8-unix
Major mode: Fundamental
Minor modes in effect:
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent messages:
Quit [3 times]
C-c <mouse-1> is undefined
backward-delete-char: Beginning of buffer
Beginning of buffer
Quit [2 times]
backward-delete-char: Beginning of buffer
Beginning of buffer
Quit [3 times]
Mark set [2 times]
Making completion list...
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
help-fns mail-prsvr mail-utils info sh-script smie executable dired-aux
dired help-mode easymenu misearch multi-isearch site-gentoo time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar 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 minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
inotify dynamic-setting x multi-tty emacs)
Memory information:
((conses 16 117779 13508)
(symbols 48 18964 0)
(miscs 40 118 550)
(strings 32 18964 7820)
(string-bytes 1 572071)
(vectors 16 16523)
(vector-slots 8 1116289 193411)
(floats 8 68 650)
(intervals 56 12989 115)
(buffers 960 20)
(heap 1024 50749 1200))
[-- Attachment #2: Type: text/html, Size: 4244 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26740: 24.5; emacs won't work if it can't talk to the router
2017-05-01 21:12 bug#26740: 24.5; emacs won't work if it can't talk to the router d paddy
@ 2017-05-02 15:56 ` Glenn Morris
2017-05-02 17:55 ` d paddy
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2017-05-02 15:56 UTC (permalink / raw)
To: d paddy; +Cc: 26740
d paddy wrote:
> If the cable to the router is disconnected then emacs hangs.
I can't reproduce this. If I start Emacs, then turn off my internet
connection, Emacs continues to work fine.
> This is a bug because emacs should not be spying on people (phoneing
> home).
I can assure you Emacs doesn't phone home. We don't care what you and
Emacs get up to. :)
You can of course install add-ons that do anything. And you can use
Emacs to access remote files and servers. Any of these things could
cause a hang if your connection drop. Otherwise the only issue in this
area I know of is the startup hang due to domain name issues, documented
in PROBLEMS.
Unless you can provide a reproducible recipe starting from emacs -Q,
this report is unlikely to lead anywhere. You could also try attaching a
debugger to Emacs to see what it is waiting for.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#26740: 24.5; emacs won't work if it can't talk to the router
2017-05-02 15:56 ` Glenn Morris
@ 2017-05-02 17:55 ` d paddy
0 siblings, 0 replies; 3+ messages in thread
From: d paddy @ 2017-05-02 17:55 UTC (permalink / raw)
To: Glenn Morris, 26740; +Cc: d paddy
[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]
A smidge more information at:
https://forums.gentoo.org/viewtopic-p-8058954.html?sid=5e043f49e6dc6fdf007a11fc2fa4fad5
I wish I had time to debug the issue, but unfortunately I do not. I'm
taking the "Could be a good time to get paranoid" advice... wiping,
rebuilding, and moving on.
D. Paddy
On Tue, May 2, 2017 at 11:56 AM, Glenn Morris <rgm@gnu.org> wrote:
> d paddy wrote:
>
> > If the cable to the router is disconnected then emacs hangs.
>
> I can't reproduce this. If I start Emacs, then turn off my internet
> connection, Emacs continues to work fine.
>
> > This is a bug because emacs should not be spying on people (phoneing
> > home).
>
> I can assure you Emacs doesn't phone home. We don't care what you and
> Emacs get up to. :)
>
> You can of course install add-ons that do anything. And you can use
> Emacs to access remote files and servers. Any of these things could
> cause a hang if your connection drop. Otherwise the only issue in this
> area I know of is the startup hang due to domain name issues, documented
> in PROBLEMS.
>
> Unless you can provide a reproducible recipe starting from emacs -Q,
> this report is unlikely to lead anywhere. You could also try attaching a
> debugger to Emacs to see what it is waiting for.
>
[-- Attachment #2: Type: text/html, Size: 1860 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-05-02 17:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-01 21:12 bug#26740: 24.5; emacs won't work if it can't talk to the router d paddy
2017-05-02 15:56 ` Glenn Morris
2017-05-02 17:55 ` d paddy
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.