Sorry - didn’t include all recipients: On 27 March 2014 at 16:53:15, Simon Carter (bbbscarter@gmail.com) wrote:   Sure - here you go (I don’t seem to have debugging symbols for some reason, so I hope this is sufficient): 0x00000001000d7064 <+0>: push %rbp 0x00000001000d7065 <+1>: mov %rsp,%rbp 0x00000001000d7068 <+4>: push %r15 0x00000001000d706a <+6>: push %r14 0x00000001000d706c <+8>: push %r13 0x00000001000d706e <+10>: push %r12 0x00000001000d7070 <+12>: push %rbx 0x00000001000d7071 <+13>: sub $0x78,%rsp 0x00000001000d7075 <+17>: mov %r9,-0x80(%rbp) 0x00000001000d7079 <+21>: mov %r8d,-0x4c(%rbp) 0x00000001000d707d <+25>: mov %rcx,-0x98(%rbp) 0x00000001000d7084 <+32>: mov %rdx,%r14 0x00000001000d7087 <+35>: mov %rsi,-0x58(%rbp) 0x00000001000d708b <+39>: lea 0x42376e(%rip),%rax # 0x1004fa800 0x00000001000d7092 <+46>: mov (%rax),%rcx 0x00000001000d7095 <+49>: lea 0x42375c(%rip),%rax # 0x1004fa7f8 0x00000001000d709c <+56>: sub (%rax),%rcx 0x00000001000d709f <+59>: mov %rcx,-0x68(%rbp) 0x00000001000d70a3 <+63>: lea 0x4235e6(%rip),%rbx # 0x1004fa690 On 26 March 2014 at 05:53:16, Paul Eggert (eggert@cs.ucla.edu(mailto:eggert@cs.ucla.edu)) wrote: > Can you please disassemble directory_files_internal for us, from the > Emacs that crashed? Run 'gdb emacs' and then use the command 'disas > directory_files_internal' and email its output to us. Thanks.