stack overflow upon shell cmd exit
- Dominant language
- Java
- Stars
- 191
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
Encounter the following issue every time.
wasp(main):003:0> exit
Error: Your application used more stack memory than the default safety cap.
Specify -J-Xss####k to increase it (#### = cap size in KB).
Specify -w for full StackOverflowError stack trace
Won;t work even I enlarge Xss from default 1024K to say 8192K etc. seems to me there must be something wrong.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with the `exit` command from the Wasp shell, first at the default stack cap and then with `-J-Xss8192k`; use `-w` to capture the full StackOverflowError trace. Trace the exit path indicated by that stack and determine why increasing the cap does not help. Done means the shell exits without overflowing under the reported configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100