unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "andrés ramírez" <rrandresf@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 28181@debbugs.gnu.org
Subject: 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	[thread overview]
Message-ID: <87h8wv3i8u.fsf@chulpaca> (raw)
In-Reply-To: <83ziao6u5y.fsf@gnu.org>

> 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





  reply	other threads:[~2017-08-25 13:10 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-22  1:00 bug#28181: 26.0.50; emacs master segfaults on make-network-process, embedded device nokia n900 rrandresf
2017-08-22 14:58 ` Eli Zaretskii
2017-08-22 19:21   ` andrés ramírez
2017-08-23  2:28     ` Eli Zaretskii
2017-08-22 20:08   ` andrés ramírez
2017-08-23  2:32     ` Eli Zaretskii
2017-08-23  3:55       ` andrés ramírez
2017-08-23 17:20         ` Eli Zaretskii
2017-08-23 17:38           ` andrés ramírez
2017-08-23 18:11             ` Eli Zaretskii
2017-08-23 18:46               ` andrés ramírez
2017-08-23 19:06                 ` Eli Zaretskii
2017-08-23 19:11                   ` andrés ramírez
2017-08-24  2:32                     ` Eli Zaretskii
2017-08-24  2:59                       ` andrés ramírez
2017-08-24 16:32                         ` Eli Zaretskii
2017-08-24 16:44                           ` andrés ramírez
2017-08-24 17:38                             ` Eli Zaretskii
2017-08-24 17:47                               ` andrés ramírez
2017-08-24 18:24                                 ` Eli Zaretskii
2017-08-24 19:11                                   ` andrés ramírez
2017-08-24 19:24                                     ` Eli Zaretskii
2017-08-24 19:45                                       ` andrés ramírez
2017-08-25  6:25                                         ` Eli Zaretskii
2017-08-25 13:10                                           ` andrés ramírez [this message]
2017-08-25 13:21                                             ` Eli Zaretskii
2017-08-24 21:44                                       ` andrés ramírez
2017-08-25  6:30                                         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h8wv3i8u.fsf@chulpaca \
    --to=rrandresf@gmail.com \
    --cc=28181@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).