Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Datree fails when installing with brew #159

@dimabru

Description

@dimabru

Describe the bug
Any datree command fails

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:

  1. Run command brew install datree
  2. Run datree
  3. 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

https://github.com/Homebrew/homebrew-core/blob/master/Formula/datree.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions