unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Gergely Czuczy <gergely.czuczy@harmless.hu>
To: npostavs@users.sourceforge.net
Cc: 28308@debbugs.gnu.org
Subject: bug#28308: Build failure on FreeBSD/aarch64
Date: Tue, 12 Sep 2017 07:57:04 +0200	[thread overview]
Message-ID: <4777bc9b-63a9-354c-ca1e-19fd1ed9c250@harmless.hu> (raw)
In-Reply-To: <87bmmglcdt.fsf@users.sourceforge.net>

On 2017. 09. 12. 7:22, npostavs@users.sourceforge.net wrote:
> Gergely Czuczy <gergely.czuczy@harmless.hu> writes:
>
>> You can download and analyze it with lldb, it was in the root of the
>> source tree, if that matters. I guess that way you can just open it
>> with lldb yourself, and dig into it.
> That would require an aarch64 lldb and bootstrap-emacs executable,
> right?

No, doesn't seem to be the case. It's a differench arch (amd64 vs 
aarch64), and also a different version of llvm/clang (4 vs 5):

gczuczy@dirk:/tank/rpi3/ports/editors/emacs-devel/work/emacs-f44184f$ 
uname -a
FreeBSD dirk.czg.harmless.lan 11.0-STABLE FreeBSD 11.0-STABLE #0 
r314769: Mon Mar  6 22:29:23 CET 2017 
toor@dirk.czg.harmless.lan:/usr/obj/usr/src/sys/DIRK  amd64
gczuczy@dirk:/tank/rpi3/ports/editors/emacs-devel/work/emacs-f44184f$ 
lldb ./src/bootstrap-emacs -c lisp/bootstrap-emacs.core
(lldb) target create "./src/bootstrap-emacs" --core 
"lisp/bootstrap-emacs.core"
Core file 
'/tank/rpi3/ports/editors/emacs-devel/work/emacs-f44184f/lisp/bootstrap-emacs.core' 
(aarch64) was loaded.
(lldb) bt
* thread #1: tid = 101217, 0x00000000002e5604 
bootstrap-emacs`Fterpri(printcharfun=1092903309, ensure=107564) + 2468 
at print.c:597, name = 'bootstrap-emacs', stop reason = signal SIGSEGV
   * frame #0: 0x00000000002e5604 
bootstrap-emacs`Fterpri(printcharfun=1092903309, ensure=107564) + 2468 
at print.c:597
     frame #1: 0x00000000002e4f18 
bootstrap-emacs`Fterpri(printcharfun=107550, ensure=14) + 696 at print.c:583
     frame #2: 0x00000000002e4e70 
bootstrap-emacs`Fterpri(printcharfun=1092903309, ensure=0) + 528 at 
print.c:0
     frame #3: 0x00000000001d8340 bootstrap-emacs`read_minibuf(map=0, 
initial=1934144, prompt=7376448, expflag=false, histvar=14, 
histpos=1092903309, defalt=0, allow_props=false, 
inherit_input_method=false) + 3696 at minibuf.c:657
     frame #4: 0x00000000001da310 
bootstrap-emacs`Fall_completions(string=0, collection=1093123072, 
predicate=-17179869184, hide_spaces=8597311552) + 368 at minibuf.c:1509
     frame #5: 0x000000000016737c 
bootstrap-emacs`save_and_enable_current_matrix(f=0x0000000b0016b8ec) + 
272 at term.c:2960
     frame #6: 0x0000000000167048 
bootstrap-emacs`tty_menu_search_pane(menu=0x000000000019da18, 
pane=65535) + 156 at term.c:2760
     frame #7: 0x000000000019d948 
bootstrap-emacs`Fkey_description(keys=1694024, prefix=7377232) + 15236 
at keymap.c:2005
     frame #8: 0x000000000019d9f8 
bootstrap-emacs`Fkey_description(keys=1969711475, 
prefix=14199589052049779) + 15412 at keymap.c:2005
     frame #9: 0x000000000019ae58 
bootstrap-emacs`Fkey_description(keys=1683032, prefix=7377328) + 4244 at 
keymap.c:2003
     frame #10: 0x000000000019da98 
bootstrap-emacs`Fkey_description(keys=7378640, prefix=0) + 15572 at 
keymap.c:0
(lldb)






  reply	other threads:[~2017-09-12  5:57 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31 16:34 bug#28308: Build failure on FreeBSD/aarch64 Gergely Czuczy
2017-08-31 16:47 ` Glenn Morris
2017-08-31 17:02   ` Gergely Czuczy
2017-09-02  3:13 ` npostavs
2017-09-04 12:32   ` Gergely Czuczy
2017-09-08 23:52     ` npostavs
2017-09-09  5:01       ` Gergely Czuczy
2017-09-09  7:07         ` Eli Zaretskii
2017-09-11  6:07           ` npostavs
2017-09-11  7:26             ` Gergely Czuczy
2017-09-11 14:45               ` Eli Zaretskii
2017-09-11 15:10                 ` Gergely Czuczy
2017-09-11 15:31                   ` Eli Zaretskii
2017-09-11 17:12                     ` Gergely Czuczy
2017-09-11 17:17                       ` Eli Zaretskii
2017-09-11 19:57                         ` Gergely Czuczy
2017-09-11 20:33                         ` Gergely Czuczy
2017-09-12  5:22                           ` npostavs
2017-09-12  5:57                             ` Gergely Czuczy [this message]
2017-09-12 14:59                           ` Eli Zaretskii
2017-09-12 15:13                             ` Gergely Czuczy
2017-09-20  5:51                         ` Gergely Czuczy
2017-09-20 19:29                           ` Noam Postavsky
2017-10-19 23:39                             ` Noam Postavsky
2017-10-20  7:07                               ` Eli Zaretskii
2017-10-24 18:43                                 ` Noam Postavsky
2017-10-31 17:31                                   ` Noam Postavsky
2017-10-31 20:21                                     ` Eli Zaretskii
2017-11-01 16:14                                     ` Gergely Czuczy
2017-11-01 16:51                                       ` Noam Postavsky
2017-11-01 18:27                                         ` Gergely Czuczy
2017-11-01 18:52                                           ` Noam Postavsky
2017-11-02 21:03                                     ` Gergely Czuczy
2017-11-04 23:14                                       ` Noam Postavsky
2017-11-05 18:10                                         ` Gergely Czuczy
2017-11-06 23:14                                           ` Noam Postavsky
2017-09-14  0:51 ` Paul Eggert

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=4777bc9b-63a9-354c-ca1e-19fd1ed9c250@harmless.hu \
    --to=gergely.czuczy@harmless.hu \
    --cc=28308@debbugs.gnu.org \
    --cc=npostavs@users.sourceforge.net \
    /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).