-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
signal 11: segmentation fault when have field on struct #19652
Comments
I get the same error on running
V doctor:
|
Reference: |
Hey, this is not a bug, but a confusing part of vweb. You need to add the struct Middleware {
vweb.Context
pinger Pinger [vweb_global]
} Work is being doing in a new version of vweb to eliminate the need for this attribute, but that will take some time. |
Describe the bug
Code: https://vosca.dev/p/5ddce5d63c
Reproduction Steps
On my machine when I call:
Then I receive:
Expected Behavior
Success.
In struct Repository:
If I remove field url then doesn't have any error
Current Behavior
Output:
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.2 95509cf
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: