emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recent master core dumps building on FreeBSD i386


From: Paul Eggert
Subject: Re: recent master core dumps building on FreeBSD i386
Date: Thu, 18 Oct 2018 12:16:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]