From: Paul Eggert <eggert@cs.ucla.edu>
To: Joseph Mingrone <jrm@ftfl.ca>
Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
Subject: Re: recent master core dumps building on FreeBSD i386
Date: Thu, 18 Oct 2018 12:16:56 -0700 [thread overview]
Message-ID: <a2c56aa8-5baf-67fd-8381-7b1639459d21@cs.ucla.edu> (raw)
In-Reply-To: <86bm7r3wdq.fsf@phe.ftfl.ca>
On 10/18/18 12:09 PM, Joseph Mingrone wrote:
> (gdb) p &main_thread
> $1 = (struct thread_state *) 0x8554d0c <main_thread>
main_thread is not properly aligned; its address is a multiple of 4, but
it should be a multiple of 8. That's the problem. Somehow
GCALIGNED_STRUCT is not working on your platform.
next prev parent reply other threads:[~2018-10-18 19:16 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-16 15:53 recent master core dumps building on FreeBSD i386 Joseph Mingrone
2018-10-17 1:27 ` Joseph Mingrone
2018-10-17 16:10 ` Eli Zaretskii
2018-10-18 1:09 ` Paul Eggert
2018-10-18 13:28 ` Eli Zaretskii
2018-10-18 15:40 ` Joseph Mingrone
2018-10-18 15:56 ` Eli Zaretskii
2018-10-18 16:18 ` Eli Zaretskii
2018-10-18 16:02 ` Eli Zaretskii
2018-10-18 17:53 ` Paul Eggert
2018-10-18 19:09 ` Joseph Mingrone
2018-10-18 19:16 ` Paul Eggert [this message]
2018-10-19 1:15 ` Joseph Mingrone
2018-10-19 16:28 ` Paul Eggert
2018-10-19 19:06 ` Joseph Mingrone
2018-10-18 19:04 ` Joseph Mingrone
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a2c56aa8-5baf-67fd-8381-7b1639459d21@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=jrm@ftfl.ca \
/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 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.