GNU bug report logs -
#28181
26.0.50; emacs master segfaults on make-network-process, embedded device nokia n900
Previous Next
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
View this message in rfc822 format
> From: andrés ramírez <rrandresf <at> gmail.com>
> Cc: 28181 <at> debbugs.gnu.org
> Date: Tue, 22 Aug 2017 21:55:05 -0600
>
> > By "same backtrace" do you mean GDB again says "no symbols"?
>
> Yes.
> >
> > Did you install the built Emacs, and if so, did you perhaps use "make
> > install-strip" to do that?
>
> No.
> this is the complete procedure:
> 1. git clone --depth=1 https://github.com/emacs-mirror/emacs (on a quicker machine)
> 2. autoreconf -i -I m4 --force; make bootstrap; ./make-dist --snapshot --no-compress --no-changelog
> 3. compile on embedded device (with tar generated on step 2)
> CFLAGS="-g -O0" ../configure --without-gconf --with-xft --without-xwidgets --with-xpm=no --with-gif=no --without-selinux --disable-acl --with-gnutls=no --with-x-toolkit=no --without-pop
> make
> 4. gdb --args ./src/emacs -Q
Then how do you know the problem was in process.c? The backtrace
you've shown stops before it gets to Emacs sources. Maybe try "thread
apply all bt" instead of just "bt", you may have shown backtrace for a
non-main thread.
This bug report was last modified 7 years and 266 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.