emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs-26 threads problem [win64]


From: Eli Zaretskii
Subject: Re: Emacs-26 threads problem [win64]
Date: Tue, 10 Oct 2017 19:30:11 +0300

> From: Fabrice Popineau <address@hidden>
> Date: Tue, 10 Oct 2017 18:13:19 +0200
> Cc: Emacs developers <address@hidden>
> 
> (gdb) p stack_pos
> $3 = {__max_align_ll = 0, __max_align_ld = 
> 3.587554638101247699761989924457637e-4943}

What is &stack_pos, the address of stack_pos?  Is it properly aligned?

Also, can you tell what Windows exception was translated into SIGSEGV?
I think GDB will show that information if you issue the following
command before running the segfaulting program:

  (gdb) set debugexceptions 1



reply via email to

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