all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite
@ 2016-12-21  2:45 Alexis Layton
  2016-12-21  3:34 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Alexis Layton @ 2016-12-21  2:45 UTC (permalink / raw)
  To: 25241

I run the Mac OS (X) binary distributions built by David Caldwell at www.emacsformacosx.com, which claim to be pure GNU Emacs. The latest pretest 25.1.90 immediately crashes on OS X 10.10.5 Yosemite.

$ emacs -nw -q
Illegal instruction: 4

I can't really give much more information. 25.1 and all of its protests and release candidates ran fine, and the released version continues to do so.

Sent from my iPad




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite
  2016-12-21  2:45 bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite Alexis Layton
@ 2016-12-21  3:34 ` Eli Zaretskii
  2016-12-21 20:27   ` Alexis Layton
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-12-21  3:34 UTC (permalink / raw)
  To: Alexis Layton; +Cc: 25241

> From: Alexis Layton <alexis.layton@post.harvard.edu>
> Date: Tue, 20 Dec 2016 21:45:47 -0500
> 
> I run the Mac OS (X) binary distributions built by David Caldwell at www.emacsformacosx.com, which claim to be pure GNU Emacs. The latest pretest 25.1.90 immediately crashes on OS X 10.10.5 Yosemite.
> 
> $ emacs -nw -q
> Illegal instruction: 4
> 
> I can't really give much more information. 25.1 and all of its protests and release candidates ran fine, and the released version continues to do so.

It would help if you could run Emacs under a debugger and show
backtrace when it crashes.

Thanks.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite
  2016-12-21  3:34 ` Eli Zaretskii
@ 2016-12-21 20:27   ` Alexis Layton
  2016-12-21 20:35     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Alexis Layton @ 2016-12-21 20:27 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Alexis Layton, 25241

[-- Attachment #1: Type: text/plain, Size: 1701 bytes --]


> On 2016–12–20, at 22:34, Eli Zaretskii <eliz@gnu.org> wrote:
> 
>> From: Alexis Layton <alexis.layton@post.harvard.edu>
>> Date: Tue, 20 Dec 2016 21:45:47 -0500
>> 
>> I run the Mac OS (X) binary distributions built by David Caldwell at www.emacsformacosx.com, which claim to be pure GNU Emacs. The latest pretest 25.1.90 immediately crashes on OS X 10.10.5 Yosemite.
>> 
>> $ emacs -nw -q
>> Illegal instruction: 4
>> 
>> I can't really give much more information. 25.1 and all of its protests and release candidates ran fine, and the released version continues to do so.
> 
> It would help if you could run Emacs under a debugger and show
> backtrace when it crashes.
> 
> Thanks.

Sadly this is not as informative as it looks:

$ lldb /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 
(lldb) target create "/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9"
Current executable set to '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64).
(lldb) r
Process 23181 launched: '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64)
Process 23181 stopped
* thread #1: tid = 0x1550e6, 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4, queue = 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
    frame #0: 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4
libnettle.6.dylib`nettle_sha256_init:
->  0x10084979d <+4>:  vmovaps 0x130bb(%rip), %xmm0      ; nettle_sha256_init.H0 + 16
    0x1008497a5 <+12>: vmovups %xmm0, 0x10(%rdi)
    0x1008497aa <+17>: vmovaps 0x1309e(%rip), %xmm0      ; nettle_sha256_init.H0
    0x1008497b2 <+25>: vmovups %xmm0, (%rdi)


[-- Attachment #2: Type: text/html, Size: 4371 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite
  2016-12-21 20:27   ` Alexis Layton
@ 2016-12-21 20:35     ` Eli Zaretskii
  2017-03-08 13:42       ` Alan Third
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-12-21 20:35 UTC (permalink / raw)
  To: Alexis Layton; +Cc: alexis.layton, 25241

> From: Alexis Layton <layton.alexis@gmail.com>
> Date: Wed, 21 Dec 2016 15:27:30 -0500
> Cc: Alexis Layton <alexis.layton@post.harvard.edu>,
>  25241@debbugs.gnu.org
> 
>  It would help if you could run Emacs under a debugger and show
>  backtrace when it crashes.
> 
>  Thanks.
> 
> Sadly this is not as informative as it looks:
> 
> $ lldb /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 
> (lldb) target create "/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9"
> Current executable set to '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64).
> (lldb) r
> Process 23181 launched: '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64)
> Process 23181 stopped
> * thread #1: tid = 0x1550e6, 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4, queue =
> 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
> frame #0: 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4
> libnettle.6.dylib`nettle_sha256_init:
> -> 0x10084979d <+4>: vmovaps 0x130bb(%rip), %xmm0 ; nettle_sha256_init.H0 + 16
> 0x1008497a5 <+12>: vmovups %xmm0, 0x10(%rdi)
> 0x1008497aa <+17>: vmovaps 0x1309e(%rip), %xmm0 ; nettle_sha256_init.H0
> 0x1008497b2 <+25>: vmovups %xmm0, (%rdi)

This looks like the crash is inside libnettle, a shared library used
by GnuTLS.  Could it be that you have an incompatible binary of that
library?

In any case, the problem doesn't seem to be in Emacs.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite
  2016-12-21 20:35     ` Eli Zaretskii
@ 2017-03-08 13:42       ` Alan Third
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Third @ 2017-03-08 13:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: alexis.layton, 25241-done, Alexis Layton

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Alexis Layton <layton.alexis@gmail.com>
>> Date: Wed, 21 Dec 2016 15:27:30 -0500
>> Cc: Alexis Layton <alexis.layton@post.harvard.edu>,
>>  25241@debbugs.gnu.org
>> 
>>  It would help if you could run Emacs under a debugger and show
>>  backtrace when it crashes.
>> 
>>  Thanks.
>> 
>> Sadly this is not as informative as it looks:
>> 
>> $ lldb /Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9 
>> (lldb) target create "/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9"
>> Current executable set to '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64).
>> (lldb) r
>> Process 23181 launched: '/Applications/Emacs.app/Contents/MacOS/Emacs-x86_64-10_9' (x86_64)
>> Process 23181 stopped
>> * thread #1: tid = 0x1550e6, 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4, queue =
>> 'com.apple.main-thread', stop reason = EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
>> frame #0: 0x000000010084979d libnettle.6.dylib`nettle_sha256_init + 4
>> libnettle.6.dylib`nettle_sha256_init:
>> -> 0x10084979d <+4>: vmovaps 0x130bb(%rip), %xmm0 ; nettle_sha256_init.H0 + 16
>> 0x1008497a5 <+12>: vmovups %xmm0, 0x10(%rdi)
>> 0x1008497aa <+17>: vmovaps 0x1309e(%rip), %xmm0 ; nettle_sha256_init.H0
>> 0x1008497b2 <+25>: vmovups %xmm0, (%rdi)
>
> This looks like the crash is inside libnettle, a shared library used
> by GnuTLS.  Could it be that you have an incompatible binary of that
> library?
>
> In any case, the problem doesn't seem to be in Emacs.

It's been over ten weeks with no response, so I'm going to close this
bug. If you need further help you can still reply to this, or it might
be worth checking with the Emacs for OS X people to see if there are any
pre-requisites.
-- 
Alan Third





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-08 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-21  2:45 bug#25241: Emacs 25.1.90 pretest crash on macOS 10.10 Yosemite Alexis Layton
2016-12-21  3:34 ` Eli Zaretskii
2016-12-21 20:27   ` Alexis Layton
2016-12-21 20:35     ` Eli Zaretskii
2017-03-08 13:42       ` Alan Third

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.