Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with emacs installed by brew #1

Open
xcodebuild opened this issue Aug 8, 2015 · 1 comment
Open

Crash with emacs installed by brew #1

xcodebuild opened this issue Aug 8, 2015 · 1 comment

Comments

@xcodebuild
Copy link

2015-08-08 22:07:09.828 Emacs Launcher[10170:237661] Running: /Applications/Emacs.app/Contents/MacOS/bin/emacsclient -e (emacs-pid)
2015-08-08 22:07:09.834 Emacs Launcher[10170:237661] An uncaught exception was raised
2015-08-08 22:07:09.834 Emacs Launcher[10170:237661] launch path not accessible
2015-08-08 22:07:09.834 Emacs Launcher[10170:237661] (
    0   CoreFoundation                      0x000000011127203c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x0000000111bce76e objc_exception_throw + 43
    2   CoreFoundation                      0x0000000111271eed +[NSException raise:format:] + 205
    3   Foundation                          0x000000011165c14c -[NSConcreteTask launchWithDictionary:] + 444
    4   Emacs Launcher                      0x000000010fd041ce Emacs Launcher + 12750
    5   Emacs Launcher                      0x000000010fd02fad Emacs Launcher + 8109
    6   Emacs Launcher                      0x000000010fd0308f Emacs Launcher + 8335
    7   Emacs Launcher                      0x000000010fd0c456 Emacs Launcher + 46166
    8   libdispatch.dylib                   0x00000001122cfc13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00000001122dd04e _dispatch_barrier_sync_f_slow_invoke + 412
    10  libdispatch.dylib                   0x00000001122cfc13 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00000001122dbcbf _dispatch_main_queue_callback_4CF + 861
    12  CoreFoundation                      0x00000001111c53f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  CoreFoundation                      0x000000011118068f __CFRunLoopRun + 2159
    14  CoreFoundation                      0x000000011117fbd8 CFRunLoopRunSpecific + 296
    15  HIToolbox                           0x00000001132bc56f RunCurrentEventLoopInMode + 235
    16  HIToolbox                           0x00000001132bc2ea ReceiveNextEventCommon + 431
    17  HIToolbox                           0x00000001132bc12b _BlockUntilNextEventMatchingListInModeWithFilter + 71
    18  AppKit                              0x000000010fe0a8ab _DPSNextEvent + 978
    19  AppKit                              0x000000010fe09e58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
    20  AppKit                              0x000000010fdffaf3 -[NSApplication run] + 594
    21  AppKit                              0x000000010fd7c244 NSApplicationMain + 1832
    22  Emacs Launcher                      0x000000010fd279e3 Emacs Launcher + 158179
    23  libdyld.dylib                       0x00000001123235c9 start + 1
    24  ???                                 0x0000000000000001 0x0 + 1
)
2015-08-08 22:07:09.835 Emacs Launcher[10170:237661] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible'
*** First throw call stack:
(
    0   CoreFoundation                      0x000000011127203c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x0000000111bce76e objc_exception_throw + 43
    2   CoreFoundation                      0x0000000111271eed +[NSException raise:format:] + 205
    3   Foundation                          0x000000011165c14c -[NSConcreteTask launchWithDictionary:] + 444
    4   Emacs Launcher                      0x000000010fd041ce Emacs Launcher + 12750
    5   Emacs Launcher                      0x000000010fd02fad Emacs Launcher + 8109
    6   Emacs Launcher                      0x000000010fd0308f Emacs Launcher + 8335
    7   Emacs Launcher                      0x000000010fd0c456 Emacs Launcher + 46166
    8   libdispatch.dylib                   0x00000001122cfc13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00000001122dd04e _dispatch_barrier_sync_f_slow_invoke + 412
    10  libdispatch.dylib                   0x00000001122cfc13 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00000001122dbcbf _dispatch_main_queue_callback_4CF + 861
    12  CoreFoundation                      0x00000001111c53f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  CoreFoundation                      0x000000011118068f __CFRunLoopRun + 2159
    14  CoreFoundation                      0x000000011117fbd8 CFRunLoopRunSpecific + 296
    15  HIToolbox                           0x00000001132bc56f RunCurrentEventLoopInMode + 235
    16  HIToolbox                           0x00000001132bc2ea ReceiveNextEventCommon + 431
    17  HIToolbox                           0x00000001132bc12b _BlockUntilNextEventMatchingListInModeWithFilter + 71
    18  AppKit                              0x000000010fe0a8ab _DPSNextEvent + 978
    19  AppKit                              0x000000010fe09e58 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346
    20  AppKit                              0x000000010fdffaf3 -[NSApplication run] + 594
    21  AppKit                              0x000000010fd7c244 NSApplicationMain + 1832
    22  Emacs Launcher                      0x000000010fd279e3 Emacs Launcher + 158179
    23  libdyld.dylib                       0x00000001123235c9 start + 1
    24  ???                                 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
@xcodebuild
Copy link
Author

brew link emacs
brew inkapp emacs
ln -s /usr/local/Cellar/emacs/24.5-dev/bin  /Applications/Emacs.app/Contents/MacOS/bin

Then works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant