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

[CY-3399] codacy-coverage-reporter is crashing on macOS Big Sur #276

Closed
hyde1 opened this issue Dec 28, 2020 · 3 comments
Closed

[CY-3399] codacy-coverage-reporter is crashing on macOS Big Sur #276

hyde1 opened this issue Dec 28, 2020 · 3 comments
Assignees
Labels
jira-issue Issue tracked on JIRA

Comments

@hyde1
Copy link

hyde1 commented Dec 28, 2020

  • Operating System: macOS 11.1

Expected Behavior

Please describe the expected behavior of the issue, starting from the first action.

  1. Launch the last version of the reporter with bash <(curl -Ls https://coverage.codacy.com/get.sh) --help
  2. It should display the help

Actual Behavior

  1. Launch the last version of the reporter with bash <(curl -Ls https://coverage.codacy.com/get.sh) --help
  2. Have the following output
     ______          __
    / ____/___  ____/ /___ ________  __
   / /   / __ \/ __  / __ `/ ___/ / / /
  / /___/ /_/ / /_/ / /_/ / /__/ /_/ /
  \____/\____/\__,_/\__,_/\___/\__, /
                              /____/

  Codacy Coverage Reporter

 --> Download the codacy reporter codacy-coverage-reporter-darwin... (latest)
#=#=-  #       #                                                                                                                                                                                                                                               #=O=#     #        #                                                                                                                                                                                                                                           -#O=- #      #          #                                                                                                           ######################################################################################################################################################################################################################################################### 100.0%
######################################################################################################################################################################################################################################################### 100.0%
/dev/fd/11: line 125: 99512 Killed: 9               /Users/hyde/Library/Caches/Codacy/codacy-coverage-reporter --help

 --> Failed!

Reproducible Test Case

Running the last version of the native binary directly also fails (version 11.4.1):

$ ./codacy-coverage-reporter --help                                                                                                                                                                                                                               
zsh: killed     ./codacy-coverage-reporter --help
@github-actions
Copy link

Internal ticket created : CY-3399

@github-actions github-actions bot changed the title codacy-coverage-reporter is crashing on macOS [CY-3399] codacy-coverage-reporter is crashing on macOS Dec 28, 2020
@github-actions github-actions bot added the jira-issue Issue tracked on JIRA label Dec 28, 2020
@lolgab
Copy link
Contributor

lolgab commented Jan 4, 2021

Hi @hyde1,
Thanks for your bug report. Currently, graalvm native-image doesn't work on Big Sur.
The issue is solved upstream but a new version with the fix has not been released yet.
As a workaround you could try to use the java binary.

@lolgab lolgab self-assigned this Jan 4, 2021
@machadoit machadoit changed the title [CY-3399] codacy-coverage-reporter is crashing on macOS [CY-3399] codacy-coverage-reporter is crashing on macOS Big Sur Jan 4, 2021
@lolgab
Copy link
Contributor

lolgab commented Jan 27, 2021

This is fixed in the latest version.
Please delete the cache if you want to update (~/.cache/codacy on linux and ~/Library/Caches/Codacy on Mac OS X)

@lolgab lolgab closed this as completed Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-issue Issue tracked on JIRA
Projects
None yet
Development

No branches or pull requests

2 participants