Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanbastos93/weaver-issue-556
Simulate issue opened
https://github.com/renanbastos93/weaver-issue-556
Last synced: 18 days ago
JSON representation
Simulate issue opened
- Host: GitHub
- URL: https://github.com/renanbastos93/weaver-issue-556
- Owner: renanbastos93
- License: mit
- Created: 2024-06-05T18:00:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T20:21:55.000Z (5 months ago)
- Last Synced: 2024-10-06T16:41:18.003Z (about 1 month ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weaver-issue-556
Simulate issue opened## Pull request to fix this issue
https://github.com/ServiceWeaver/weaver/pull/772## Issue
https://github.com/ServiceWeaver/weaver/issues/556panic stack trace
```sh
weaverdemo git:(main) ✗ go run .
╭───────────────────────────────────────────────────╮
│ app : weaverdemo │
│ deployment : 5535fd76-3c62-43ad-af45-44c2b9e44f2a │
╰───────────────────────────────────────────────────╯
runtime: goroutine stack exceeds 1000000000-byte limit
runtime: sp=0x14020612350 stack=[0x14020612000, 0x14040612000]
fatal error: stack overflow
...
exitt status 2
```