[MacPorts] #65693: julia @1.8.0+gcc12: SIGKILL on startup on Apple Silicon

MacPorts noreply at macports.org
Fri Aug 19 11:48:13 UTC 2022


#65693: julia @1.8.0+gcc12: SIGKILL on startup on Apple Silicon
-------------------------+--------------------
 Reporter:  michaellass  |      Owner:  (none)
     Type:  defect       |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:
 Keywords:               |       Port:  julia
-------------------------+--------------------
 With Julia 1.8.0 there is now a build for arm64 again. However, on my
 machine I cannot run julia as it immediately crashes with SIGKILL:

 {{{
  ~ % julia
 zsh: killed     julia
  ~ % echo $?
 137
 }}}

 Strangely, running julia within lldb does work which makes debugging this
 a bit hard:
 {{{
  ~ % lldb /opt/local/bin/julia
 (lldb) target create "/opt/local/bin/julia"
 Current executable set to '/opt/local/bin/julia' (arm64).
 (lldb) run
 Process 10348 launched: '/opt/local/bin/julia' (arm64)
                _
    _       _ _(_)_     |  Documentation: https://docs.julialang.org
   (_)     | (_) (_)    |
    _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
   | | | | | | |/ _` |  |
   | | |_| | | | (_| |  |  Version 1.8.0 (2022-08-17)
  _/ |\__'_|_|_|\__'_|  |
 |__/                   |

 julia>
 }}}

 For comparison, I downloaded the official Julia build from
 https://julialang-s3.julialang.org/bin/mac/aarch64/1.8/julia-1.8.0-macaarch64.dmg
 and here I have no issues:

 {{{
  ~ % /Applications/Julia-1.8.app/Contents/Resources/julia/bin/julia
                _
    _       _ _(_)_     |  Documentation: https://docs.julialang.org
   (_)     | (_) (_)    |
    _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
   | | | | | | |/ _` |  |
   | | |_| | | | (_| |  |  Version 1.8.0 (2022-08-17)
  _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
 |__/                   |

 julia>
 }}}

 My mac has an Apple M1 Max and is running macOS 12.5.1.

-- 
Ticket URL: <https://trac.macports.org/ticket/65693>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list