-
Notifications
You must be signed in to change notification settings - Fork 522
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
Don't work Ptr epoll_event in epoll_wait #503
Labels
bug
Something isn't working
Comments
I victory my problem And it's result code
But when run and build sometime not working and
Get sometimes Segmentation Fault .... Very very strange Please help ! Codon is the Super ! |
codon run -release http_server.codon All times Segmentation Fault
|
This is definitely a bug—thank you for the report! Also, you should initialize
Otherwise it will get garbage value and might cause segfault. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I develop epoll linux on codon
Don't work epoll_wait
When I get events[0] i get Segmention fault C
But in strace I see what epoll_wait
I see what set array [{events=EPOLLIN, data={u32=0, u64=3942918103876239360}}] epoll_event but
in code events[0] is epmty
Please help !
The text was updated successfully, but these errors were encountered: