Closed leandrosansilva closed 1 year ago
This issue is synced in Linear at https://linear.app/r2c/issue/PA-1262/semgrep-crashes-with-fatal-error-on-analysing-a-go-project. Note: this link is for r2c use only and is not accessible publicly.
Probably a duplicate of #4917
This issue is being marked stale
because there hasn't been any activity in 14 days and either it wasn't prioritized or its priority is high. Please apply the appropriate priority:*
label before removing the stale
label.
Stale-bot has closed this stale item. Please reopen it if this is in error.
This should work with latest semgrep.
Describe the bug I have semgrep in a gitlab pipeline and semgrep crashes, printing a backtrace.
GitLab Semgrep analyzer v2.21.0, on gitlab.com (as on May 8th 2022).
To Reproduce Run semgrep via gitlab on the public repository https://gitlab.com/lightmeter/controlcenter. Please run the gitlab pipeline in the branch
pinned_branch/reproduce_semgrep_gitlab_crashes
(d86100d0183525405d944f53177bb0e3fddf36c4)This is the job output:
Expected behavior Semgrep should not crash.
What is the priority of the bug to you?
Environment Gitlab runner gitlab-runner 14.8.2 on GitLab Enterprise Edition 15.0.0-pre 40047f5889b (the one deployed on gitlab.com as of May 8th 2022)
Use case I'm using semgrep to analyze a go+vuejs based project on gitlab: https://gitlab.com/lightmeter/controlcenter