emacs-devel
[Top][All Lists]
Advanced

[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: Tue, 17 Sep 2019 11:29:43 +0200

Stefan Kangas <address@hidden> writes:

> I'm happy to help.  See the attached failing build log for commit 4260b29478.

Please disregard that, I fooled up.  Correct build log attached for
commit e3e0920b9f3.

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.  For now, here's the crash output:

$ ./src/emacs -Q
2019-09-17 11:25:22.701 emacs[85246:9193823] -[EmacsWindow
setTabbar:]: unrecognized selector sent to instance 0x7fef9ad9e1a0
2019-09-17 11:25:22.706 emacs[85246:9193823] *** Terminating app due
to uncaught exception 'NSInvalidArgumentException', reason:
'-[EmacsWindow setTabbar:]: unrecognized selector sent to instance
0x7fef9ad9e1a0'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff94faf46b
__exceptionPreprocess + 171
    1   libobjc.A.dylib                     0x00007fffa9def48d
objc_exception_throw + 48
    2   CoreFoundation                      0x00007fff950310e4
-[NSObject(NSObject) doesNotRecognizeSelector:] + 132
    3   CoreFoundation                      0x00007fff94f20b05
___forwarding___ + 1061
    4   CoreFoundation                      0x00007fff94f20658
_CF_forwarding_prep_0 + 120
    5   emacs                               0x0000000105582cb1
-[EmacsView createTabbar:] + 161
    6   emacs                               0x00000001055831a1
-[EmacsView initFrameFromEmacs:] + 897
    7   emacs                               0x0000000105592ea1
Fx_create_frame + 3457
    8   emacs                               0x00000001054fd4bf
funcall_subr + 239
    9   emacs                               0x00000001054fca9b Ffuncall + 827
    10  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    11  emacs                               0x00000001054fca39 Ffuncall + 729
    12  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    13  emacs                               0x00000001054fca39 Ffuncall + 729
    14  emacs                               0x00000001054fca9b Ffuncall + 827
    15  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    16  emacs                               0x00000001054fca39 Ffuncall + 729
    17  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    18  emacs                               0x00000001054fca39 Ffuncall + 729
    19  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    20  emacs                               0x00000001054fca39 Ffuncall + 729
    21  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    22  emacs                               0x00000001054fca39 Ffuncall + 729
    23  emacs                               0x000000010553a3fc
exec_byte_code + 1932
    24  emacs                               0x00000001054fc2b2
apply_lambda + 386
    25  emacs                               0x00000001054f8d23 eval_sub + 915
    26  emacs                               0x00000001054fbfea Feval + 106
    27  emacs                               0x00000001054fb222
internal_condition_case + 82
    28  emacs                               0x0000000105482c3d top_level_1 + 45
    29  emacs                               0x00000001054fab79
internal_catch + 73
    30  emacs                               0x000000010547202f
command_loop + 143
    31  emacs                               0x0000000105471f53
recursive_edit_1 + 115
    32  emacs                               0x0000000105472182
Frecursive_edit + 226
    33  emacs                               0x0000000105470a54 main + 6260
    34  libdyld.dylib                       0x00007fffaa729235 start + 1
    35  ???                                 0x0000000000000002 0x0 + 2
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Fatal error 6: Abort trap
Abort trap: 6

Best regards,
Stefan Kangas

Attachment: build.log
Description: Binary data


reply via email to

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