You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xb01dfacedebac1e pc=0x7fff20458cbe]
runtime stack:
runtime: unexpected return pc for runtime.sigpanic called from 0x7fff20458cbe
stack: frame={sp:0x7ffeefbff528, fp:0x7ffeefbff578} stack=[0x7ffeefb805c8,0x7ffeefbff630)
0x00007ffeefbff428: 0x01007ffeefbff448 0x0000000000000004
0x00007ffeefbff438: 0x000000000000001f 0x00007fff20458cbe
...
To Reproduce
Steps to reproduce the behavior:
Run command brew install datree
Run datree
Error is displayed
Expected behavior
Expecting datree to work
Desktop (please complete the following information):
OS: MacOS
Datree version (run datree verion):
Version: 0.9.0
Additional context
I suspect this is because of go versioning issues during go build flow in homebrew-core. datree is not building well with version 1.17 and it looks like the default build is using 1.17 version