GNU bug report logs - #28181
26.0.50; emacs master segfaults on make-network-process, embedded device nokia n900

Previous Next

Package: emacs;

Reported by: rrandresf <at> gmail.com

Date: Tue, 22 Aug 2017 03:24:01 UTC

Severity: normal

Tags: moreinfo

Found in version 26.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #83 received at 28181 <at> debbugs.gnu.org (full text, mbox):

From: andrés ramírez <rrandresf <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 28181 <at> debbugs.gnu.org
Subject: Re: bug#28181: 26.0.50;
 emacs master segfaults on make-network-process, embedded device
 nokia	n900
Date: Fri, 25 Aug 2017 07:10:57 -0600
> In that case, one more check: the getaddrinfo_a function AFAIK lives
> in the libanl library.  You should be able to see that the Emacs
> binaries you've built before, those that segfaulted, depend on that
> library, by running ldd on the binary.  So do you have that library
> available on that device?  If not, that could perhaps be the reason
> for a segfault in the normal build.

library libanl is there:
--8<---------------cut here---------------start------------->8---
$ ldd ./src/emacs
	libtiff.so.4 => /usr/lib/libtiff.so.4 (0xb6f7b000)
	libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb6f55000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6f2d000)
	libSM.so.6 => /usr/lib/libSM.so.6 (0xb6f1e000)
	libICE.so.6 => /usr/lib/libICE.so.6 (0xb6f00000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb6e11000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb6e01000)
	libXft.so.2 => /usr/lib/libXft.so.2 (0xb6de9000)
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb6dc0000)
	libasound.so.2 => /usr/lib/libasound.so.2 (0xb6d04000)
	librt.so.1 => /lib/librt.so.1 (0xb6cf5000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb6cde000)
	libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6bb7000)
	libncurses.so.5 => /lib/libncurses.so.5 (0xb6b70000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb6afd000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb6add000)
	libanl.so.1 => /lib/libanl.so.1 (0xb6ad2000)
	libm.so.6 => /lib/libm.so.6 (0xb6a5c000)
	libz.so.1 => /usr/lib/libz.so.1 (0xb6a44000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6a32000)
	libc.so.6 => /lib/libc.so.6 (0xb690d000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb6903000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb68f7000)
	libdl.so.2 => /lib/libdl.so.2 (0xb68ec000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb68c6000)
	/lib/ld-linux.so.3 (0xb6fdb000)
--8<---------------cut here---------------end--------------->8---

libc6 is the pkg containing the library:
--8<---------------cut here---------------start------------->8---
$ dpkg -S /lib/libanl.so.1 
libc6: /lib/libanl.so.1
--8<---------------cut here---------------end--------------->8---

talking about closing the bug:
On my side it is solved. If You need more info let me know. If that not
is the case feel free of closing it.

Thanks for all your time and help




This bug report was last modified 7 years and 297 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.