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

Wasp crashes after restarting (segfault) #1121

Closed
fijter opened this issue Jul 6, 2022 · 1 comment
Closed

Wasp crashes after restarting (segfault) #1121

fijter opened this issue Jul 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@fijter
Copy link
Contributor

fijter commented Jul 6, 2022

Problem description

Running Wasp (develop 0.3.0) for the first time works fine, creating a chain, etc. But once I deploy a chain and close Wasp, then re-run it again it immediately panics:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x11173a1]

I can only run wasp again if I remove the database folder contents and start over but it's deterministically reproducable.

Proposed solution

Ideally wasp works more then 1 run and does not crash on the second time 😛

@fijter fijter added the bug Something isn't working label Jul 6, 2022
@jorgemmsilva
Copy link
Contributor

closing as this was fixed on #1128

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

No branches or pull requests

2 participants