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

Server segmentation fault when navigating to shopping list #33

Closed
nilpunning opened this issue Jan 2, 2022 · 2 comments · Fixed by #35
Closed

Server segmentation fault when navigating to shopping list #33

nilpunning opened this issue Jan 2, 2022 · 2 comments · Fixed by #35
Labels
bug Something isn't working
Milestone

Comments

@nilpunning
Copy link

Reproduction steps:

brew tap cooklang/tap
brew install cooklang/tap/cook
cook version
# v0.1.2 – in food we trust
mkdir recipes
cook seed ./recipes
cook server ./recipes
# Started server on http://127.0.0.1:9080, serving cook files from ./recipes.
# Navigate to http://localhost:9080/
# Navigate to http://localhost:9080/shopping-list
# zsh: segmentation fault  cook server ./recipes
@nilpunning
Copy link
Author

When building from within Xcode this bug does not surface. But when attaching xCode debugger to running command, it appears to crash in the Embassy code. It looks like it could be related to this issue: envoy/Embassy#96.

@dubadub
Copy link
Contributor

dubadub commented Jan 3, 2022

@nilpunning thanks for reporting and debugging. Turns out there's a bugfix for the issue to be merged.

@dubadub dubadub added the bug Something isn't working label Jan 3, 2022
@dubadub dubadub added this to the v0.1.3 milestone Jan 4, 2022
dubadub added a commit that referenced this issue Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants