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

Maximum call stack size exceeded #143

Closed
PDKSophia opened this issue Feb 25, 2021 · 10 comments
Closed

Maximum call stack size exceeded #143

PDKSophia opened this issue Feb 25, 2021 · 10 comments
Labels

Comments

@PDKSophia
Copy link

The first time I used it, I made a mistake Maximum call stack size exceeded

I tried to reopen vscode, but got the same error

@spmeesseman spmeesseman added question Further information is requested more info needed Need more information from o.p. and removed question Further information is requested labels Feb 26, 2021
@spmeesseman
Copy link
Owner

turn on logging in the extension settings, turn the logging level to "5" in Settings, and reproduce. Then attach the contents of the log found in the VSCode Output Window (Task Explorer)

@spmeesseman
Copy link
Owner

also, you do have the latest 2.0.4 installed?

@gusdeuk
Copy link

gusdeuk commented Mar 2, 2021

Hey, same problem here. Hope this helps. It does not happen in all my projects, just in a couple of them
image
Thanks!

@gusdeuk
Copy link

gusdeuk commented Mar 2, 2021

[I have v2.07] Needed to re-install, v 1.28, then the problem disappears. Thanks! This is a great extension!

@polmabri
Copy link

polmabri commented Mar 8, 2021

Got the same error with version 2.0.0 and 2.0.7 - downgrading to 1.30.2 works.

Thanks for the great extension, too!

@gchovanyecz
Copy link

+1

@LeMimit
Copy link

LeMimit commented Mar 11, 2021

I got the same problem with version 2.0.7. Got the error when going on the sidebar. Staying on the waiting status forever.
image

I tried to look at the log. I joined some logs.txt

Seems like the discovery of the tasks are good and then there is a loop on *start* remove scripts, which seems to overflow.

And we got

2021-03-11 10:28:26.607 *start* get tree children
2021-03-11 10:28:26.607    task folder                          : undefined
2021-03-11 10:28:26.607    all tasks need to be retrieved       : false
2021-03-11 10:28:26.607    specific tasks need to be retrieved  : false
2021-03-11 10:28:26.607       current invalidation              : undefined
2021-03-11 10:28:26.607    task tree needs to be built          : true
2021-03-11 10:28:26.607    waiting...

And the waiting... state stays forever.

Here is my settings for information:

  // Task explorer
  "taskExplorer.enableSideBar": true,
  "taskExplorer.enableAnsiconForAnt": false,
  "taskExplorer.enableAppPublisher": false,
  "taskExplorer.enableGrunt": false,
  "taskExplorer.enableNpm": false,
  "taskExplorer.enableNsis": false,
  "taskExplorer.enablePerl": false,
  "taskExplorer.enableTsc": false,

Got VS code 1.54.1 and working with Remote WSL 0.54.2 on a project. May be this is linked that I am using the extension with WSL ?

I had to go back to version 1.29.0 too see my tasks. This problem seems to be here since quite some time.

image

Here is my tasks with version 1.29.0:

image

Hope it can helps to fix this problem. Tell me if you need more information.

@spmeesseman spmeesseman added acknowledged bug Something isn't working and removed more info needed Need more information from o.p. labels Mar 12, 2021
@spmeesseman
Copy link
Owner

thanks for all the info. ill try to look into this this weekend

@polmabri
Copy link

polmabri commented Apr 5, 2021

fyi: In my case it helped to disable "Group with Separator" in the Task Explorer extension settings

@danielmeza
Copy link

Group whit separator was the problem, I disable it an it work again

spmeesseman added a commit that referenced this issue Jun 6, 2021
# [2.3.0](v2.2.0...v2.3.0) (2021-06-06)

### Bug Fixes

* explorer occassionally hangs / stops responding [fixes [#143](#143)] ([a68166e](a68166e))
* if a task label exists that itself is equal to a 1st level task group name of another task (as per the separator char), the tree breaks. [fixes [#149](#149)] ([3716ca7](3716ca7))
* Makefile variables assigned with := are interpreted as rules. [fixes [#146](#146)] ([7b878d8](7b878d8))
* maven settings string is blank ([7e87b01](7e87b01))
* vscode tasks group separtors fixed by last check-in. [fixes [#147](#147)] ([f5d5b32](f5d5b32))

### Documentation

* **readme:** update featires by version section ([07d9f5e](07d9f5e))

### Features

* add 10+ new app-publisher commands, set up w/ group separator task names ([ce9c8f0](ce9c8f0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants