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

1.4 and 1.5 Official macOS binaries don't open in LLDB, exit with status -1 #37597

Closed
ghost opened this issue Sep 16, 2020 · 3 comments
Closed

Comments

@ghost
Copy link

ghost commented Sep 16, 2020

I'm not sure why, but starting with julia 1.4, the official binaries don't seem to open in LLDB on the mac:

 22:17:45 $ lldb /Applications/Julia-1.4.app/Contents/Resources/julia/bin/julia
(lldb) target create "/Applications/Julia-1.4.app/Contents/Resources/julia/bin/julia"
Current executable set to '/Applications/Julia-1.4.app/Contents/Resources/julia/bin/julia' (x86_64).
(lldb) r
error: process exited with status -1 (Error 1)
(lldb) ^D
 22:18:15 $ lldb /Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia
(lldb) target create "/Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia"
Current executable set to '/Applications/Julia-1.5.app/Contents/Resources/julia/bin/julia' (x86_64).
(lldb) r
error: process exited with status -1 (Error 1)
(lldb)
error: No auto repeat.
(lldb) ^D

But 1.3 and 1.0 worked correctly:

 22:20:17 $ lldb /Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia
(lldb) target create "/Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia"
Current executable set to '/Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia' (x86_64).
(lldb) r
Process 21098 launched: '/Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia' (x86_64)
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.0.2 (2018-11-08)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia>
Process 21098 exited with status = 0 (0x00000000)
(lldb) ^D
 22:20:29 $ lldb /Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia
(lldb) target create "/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia"
Current executable set to '/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia' (x86_64).
(lldb) r
Process 21534 launched: '/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia' (x86_64)
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.3.1 (2019-12-30)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia>
@vtjnash
Copy link
Member

vtjnash commented Sep 16, 2020

Fixed by #37069 (looks like backport is already pending)

@vtjnash vtjnash closed this as completed Sep 16, 2020
@KristofferC
Copy link
Member

(looks like backport is already pending)

It should already be in 1.5.1.

@ghost
Copy link
Author

ghost commented Sep 18, 2020

Amazing. Thanks both! :)

@NHDaly NHDaly assigned NHDaly and unassigned NHDaly Dec 20, 2021
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

3 participants