Skip to content

"Segmentation fault (core dumped)" while testing with uWS.us_listen_socket_close (v16.5.0) #256

Answered by ghost
michaelnwani asked this question in Q&A
Discussion options

You must be logged in to vote

uWS.us_listen_socket_close is a direct unchecked wrapper of us_listen_socket_close so any misuse leads to undefined behavior (it may crash, it may not crash, it may run buggy, etc).

You have to be very careful with that function

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #256 on December 09, 2020 07:32.