[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tabs (on macos)
From: |
Stefan Kangas |
Subject: |
Re: Tabs (on macos) |
Date: |
Wed, 18 Sep 2019 01:29:33 +0200 |
> It now builds but emacs crashes on start. I don't have time to debug
> it in gdb right now, but I'll look into it and send a proper
> backtrace.
Here's the backtrace, quoted so gmail doesn't foul up the line breaks:
> (gdb) bt full
> #0 0x00007fffaa857d42 in ?? () from /usr/lib/system/libsystem_kernel.dylib
> No symbol table info available.
> #1 0x00007fffaa945457 in pthread_kill () from
> /usr/lib/system/libsystem_pthread.dylib
> No symbol table info available.
> #2 0x00007fffaa7bd420 in abort () from /usr/lib/system/libsystem_c.dylib
> No symbol table info available.
> #3 0xffffffff5fbf44b0 in ?? ()
> No symbol table info available.
> #4 0x0000000000000030 in ?? ()
> No symbol table info available.
> #5 0x00007fffffffffdf in ?? ()
> No symbol table info available.
> #6 0x00007fffb363ea20 in ?? ()
> No symbol table info available.
> #7 0x00007fff5fbf44a0 in ?? ()
> No symbol table info available.
> #8 0x00007fffa92bd94a in vtable for std::__1::codecvt<wchar_t, char,
> __mbstate_t> () from /usr/lib/libc++.1.dylib
> No symbol table info available.
> #9 0x0000000000000e5b in ?? ()
> No symbol table info available.
> #10 0x00007fffa92e3ce2 in __cxxabiv1::(anonymous
> namespace)::parse_block_invoke<__cxxabiv1::(anonymous namespace)::Db>(char
> const*, char const*, __cxxabiv1::(anonymous namespace)::Db&)::test () from
> /usr/lib/libc++abi.dylib
> No symbol table info available.
> #11 0x00007fff95322bd0 in ?? () from
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> No symbol table info available.
> #12 0x00007fffa9dfd553 in ?? () from /usr/lib/libobjc.A.dylib
> No symbol table info available.
> #13 0x9ac464e898fa0089 in ?? ()
> No symbol table info available.
> #14 0x00007fff95322bd0 in ?? () from
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> No symbol table info available.
> #15 0x0000000000000000 in ?? ()
> No symbol table info available.
>
> Lisp Backtrace:
> Cannot access memory at address 0x20ecf40
Not sure why I'm getting "No symbol table info available". I've
configured using CFLAGS='-O0 -g3' after running make maintainer-clean.
There is also the apple backtrace. Please see the attached file for that.
Best regards,
Stefan Kangas
apple-backtrace.txt
Description: Text document
- Re: Tabs (on macos), Jean-Christophe Helary, 2019/09/01
- Re: Tabs (on macos), Juri Linkov, 2019/09/01
- Re: Tabs (on macos), Stefan Kangas, 2019/09/16
- Re: Tabs (on macos), Juri Linkov, 2019/09/16
- Re: Tabs (on macos), Stefan Kangas, 2019/09/17
- Re: Tabs (on macos), Stefan Kangas, 2019/09/17
- Re: Tabs (on macos), Juri Linkov, 2019/09/17
- Re: Tabs (on macos), Stefan Kangas, 2019/09/17
- Re: Tabs (on macos), Alan Third, 2019/09/20
- Re: Tabs (on macos),
Stefan Kangas <=