-
Notifications
You must be signed in to change notification settings - Fork 36
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
Extension host terminated unexpectedly for Golang project #109
Comments
Looking in the
|
Another example:
|
@CxRP, |
@CxRP, There are more improvements planned for the next version (1.8.2 or 1.9.0). Some of them are -
We'd appreciate your feedback on that. |
I am still getting the same issue.
"startTime": Versions
|
@CxRP, Could you please check and let us know if the issue still reproduces in 1.8.3? |
I am still getting the same issue.
"startTime": Versions
|
@CxRP - |
here's the current errors from the Developer Tools Console:
Here is the output in the jFrog window before crash:
|
Thanks for the input, @CxRP. We found out that there are some root Go packages that have a very long dependency chain. In following packages list the parents are above and the children are below:
In the above example, the dependency tree has 16 levels. However, after running
The solution is to make intersection between |
@CxRP, |
@yahavi thank you very much. this all seems to be working now. |
@CxRP, thanks for your feedback! |
Describe the bug
Opening a Golang project in Visual Code with jFrog extension enabled causes notification message of "Extension host terminated unexpectedly".
Restarting the Extension Host makes no difference.
Opening Developer Tools and looking at the console there are the following messages:
and
and
To Reproduce
Open Golang project of ~188 .go files and ~27 third party imports referenced in the
go.mod
. Thego.sum
file is populated and valid.Expected behavior
Screenshots
Versions
1.8.0
Windows 10 21H1
JFrog Cloud
1.58.2
1.16.6
Additional context
The extension works fine with a very small Golang project of 5 files.
Running on i7 1.99GHz laptop with 40GB RAM
The text was updated successfully, but these errors were encountered: