all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8018: emacsclient crashes on 64-bit linux
@ 2011-02-12  1:00 Ahmon Dancy
  2011-02-12  1:10 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmon Dancy @ 2011-02-12  1:00 UTC (permalink / raw)
  To: 8018


Emacsclient crashes with a segmentation fault on x86-64 linux.  I
don't recall the exact circumstances under which it occurs [has
something to do with using a TCP connection].  Anyway, I fixed it a
while back but never reported it directly to this mailing list. 

*** emacs-22.3/lib-src/emacsclient.c~	2007-02-16 09:12:59.000000000 -0800
--- emacs-22.3/lib-src/emacsclient.c	2009-03-05 15:42:53.000000000 -0800
***************
*** 48,53 ****
--- 48,54 ----
  
  # ifdef HAVE_INET_SOCKETS
  #  include <netinet/in.h>
+ #  include <arpa/inet.h>
  # endif
  
  # define INVALID_SOCKET -1





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

* bug#8018: emacsclient crashes on 64-bit linux
  2011-02-12  1:00 bug#8018: emacsclient crashes on 64-bit linux Ahmon Dancy
@ 2011-02-12  1:10 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2011-02-12  1:10 UTC (permalink / raw)
  To: 8018-done

Version: 23.1

Ahmon Dancy wrote:

> *** emacs-22.3/lib-src/emacsclient.c~	2007-02-16 09:12:59.000000000 -0800
> --- emacs-22.3/lib-src/emacsclient.c	2009-03-05 15:42:53.000000000 -0800
> ***************
> *** 48,53 ****
> --- 48,54 ----
>   
>   # ifdef HAVE_INET_SOCKETS
>   #  include <netinet/in.h>
> + #  include <arpa/inet.h>
>   # endif
>   
>   # define INVALID_SOCKET -1

emacsclient.c has unconditionally included arpa/inet.h for the past 2
years, so I think there is nothing to be done here.





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

end of thread, other threads:[~2011-02-12  1:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12  1:00 bug#8018: emacsclient crashes on 64-bit linux Ahmon Dancy
2011-02-12  1:10 ` Glenn Morris

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.